EasyCurl, its easy CURL wrapper for PHP.
This package is obsolete and is no longer supported. Use other packages, e.g. guzzle
composer require lightair/easycurl
use LightAir\Utils\EasyCurl;
$easyCurl = new EasyCurl('http://yandex.ru');
$result = $easyCurl->get();
No longer supported
./tests-run.sh