Aranea is a PHP web client. All based on curl.
The best way to install is to use the composer by command:
composer require newclass/aranea
composer install
use Aranea\Client;
$client=new Client();
$response=$client->requestGet('http://google.com');