2017 © Pedro Peláez
 

library curlrequestit

Light weight curl request library by http://www.codeitnow.in, It has setters and getters to make easy to use. You can use Curl Request with any framework like Symfony, Laravel, CackPHP, CodeIgniter, Yii etc. This is alternate of Guzzle and other libraries.

image

codeitnowin/curlrequestit

Light weight curl request library by http://www.codeitnow.in, It has setters and getters to make easy to use. You can use Curl Request with any framework like Symfony, Laravel, CackPHP, CodeIgniter, Yii etc. This is alternate of Guzzle and other libraries.

  • Friday, February 3, 2017
  • by codeitnowin
  • Repository
  • 1 Watchers
  • 4 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CodeItNow Curl RequestIt

Light weight curl request library by http://www.codeitnow.in, It has setters and getters to make easy to use. You can use Curl Request with any framework like Symfony, Laravel, CackPHP, CodeIgniter, Yii etc. This is alternate of Guzzle and other libraries., (*1)

Installation -

CodeItNow Curl RequestIt can install by composer., (*2)

composer require codeitnowin/curlrequestit

Uses -

You can use Curl RequestIt by adding composer autoload file from vendor folder and then use namespace as given in below example, (*3)

Example - Request:

require_once 'vendor/autoload.php';

use CodeItNow\Curl\RequestIt;

$request = new RequestIt();

$request->setUrl('http://localhost')
        ->setParams(array("name"=>"CodeItNow", "library"=>"CurlRequestIt"))
        ->send('POST');
print_r($request->getResponse());

The Versions

03/02 2017

dev-master

9999999-dev http://www.codeitnow.in

Light weight curl request library by http://www.codeitnow.in, It has setters and getters to make easy to use. You can use Curl Request with any framework like Symfony, Laravel, CackPHP, CodeIgniter, Yii etc. This is alternate of Guzzle and other libraries.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Akhtar Khan

laravel curl cakephp http symfony request codeigniter like guzzle

03/02 2017

1.0.0

1.0.0.0 http://www.codeitnow.in

Light weight curl request library by http://www.codeitnow.in, It has setters and getters to make easy to use. You can use Curl Request with any framework like Symfony, Laravel, CackPHP, CodeIgniter, Yii etc. This is alternate of Guzzle and other libraries.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Akhtar Khan

laravel curl cakephp http symfony request codeigniter like guzzle