Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
For documentation and examples see the Requests site.
php artisan bundle:install requests
Add the following to your application/bundles.php file:
'requests' => array(
'auto' => true
),
),