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.
47
7
| Install | |
|---|---|
composer require codeitnowin/curlrequestit |
|
| Latest Version: | 1.0.0 |
| PHP: | >=5.3.2 |
| License: | MIT |
| Last Updated: | Feb 3, 2017 |
| Links: | GitHub · Packagist |
Maintainer: codeitnowin
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.
Installation -
CodeItNow Curl RequestIt can install by composer.
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
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());
Related Packages
dreamfactory/installers
A multi-framework Composer library installer
47
1
agl
annotatecms
bitrix
cakephp
chef
codeigniter
concrete5
craft
croogo
dokuwiki
dolibarr
drupal
elgg
fuelphp
grav
hurad
installer
joomla
kohana
laravel
lithium
magento
mako
mediawiki
modulework
modx evo
moodle
oxid
phpbb
piwik
ppi
puppet
roundcube
shopware
silverstripe
smf
symfony
thelia
typo3
wolfcms
wordpress
zend
zikula
sgdot/installers
A multi-framework Composer library installer
7
0
agl
annotatecms
bitrix
cakephp
chef
codeigniter
concrete5
craft
croogo
dokuwiki
dolibarr
drupal
elgg
fuelphp
grav
hurad
installer
joomla
kohana
laravel
lithium
magento
mako
mediawiki
modulework
modx evo
moodle
oxid
phpbb
piwik
ppi
puppet
rootmedia
roundcube
shopware
silverstripe
smf
symfony
thelia
typo3
wolfcms
wordpress
zend
zikula