dev-master
9999999-dev https://github.com/semihaydemir/curlPHP CURL Class
MIT
The Requires
- php >=5.3.0
curl php php curl assistant screen scraper curl class assistant curl curl assistant curl wrapper
PHP CURL Class
, (*1)
This library provides an object-oriented wrapper of the PHP cURL extension., (*2)
If you have questions or problems with installation or usage create an Issue., (*3)
In order to install this library via composer run the following command in the console:, (*4)
composer require assistant/curl
$curl=new Assistant\Curl(); $curl->get('https://httpbin.org/get');
$curl=new Assistant\Curl(); $curl->get('https://httpbin.org/get','first_name=Semih&last_name=Aydemir');
$curl=new Assistant\Curl(); $curl->post('https://httpbin.org/post');
$curl=new Assistant\Curl(); $curl->post('https://httpbin.org/post','first_name=Semih&last_name=Aydemir');
$curl=new Assistant\Curl(); $curl->request('get','https://httpbin.org/post','first_name=Semih&last_name=Aydemir');
$curl=new Assistant\Curl(); $curl->request('post','https://httpbin.org/post','first_name=Semih&last_name=Aydemir');
PHP CURL Class
MIT
curl php php curl assistant screen scraper curl class assistant curl curl assistant curl wrapper