/requests

Requests for PHP bundle for Laravel

Primary LanguagePHPOtherNOASSERTION

Requests for PHP Bundle

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.

Installation

php artisan bundle:install requests

Bundle Registration

Add the following to your application/bundles.php file:

'requests' => array(
        'auto' => true
    ),
),