lightair / easycurl
This package is abandoned and no longer maintained.
The author suggests using the guzzle package instead.
A basic CURL wrapper for PHP
v0.1.6
2018-01-18 07:23 UTC
Requires
- php: >=5.6.0
Requires (Dev)
- laravel/lumen-framework: 5.1.*
- phpunit/phpunit: ^5.6
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
EasyCurl, its easy CURL wrapper for PHP.
No longer supported
This package is obsolete and is no longer supported. Use other packages, e.g. guzzle
Install
composer require lightair/easycurl
How to use
use LightAir\Utils\EasyCurl; $easyCurl = new EasyCurl('http://yandex.ru'); $result = $easyCurl->get();
Lumen and Laravel
No longer supported
Run tests
./tests-run.sh
