dev-master
9999999-devAuthorize HTTP Client Manager for Laravel
MIT
The Requires
The Development Requires
by kawax
laravel guzzle authorize http client goutte
Authorize HTTP Client Manager for Laravel
Work in progress., (*2)
composer require revolution/authorize-manager:dev-master
https://github.com/kawax/authorize-project, (*3)
$credentials = [ 'mail' => '', 'password' => '', ]; if (Authorize::driver('sample')->login($credentials)) { /** * @var \Goutte\Client $client */ $client = Authorize::driver('sample')->client(); // client with login cookie. dump($client); }
See demo project and docs., (*4)
MIT
Copyright kawax, (*5)
Authorize HTTP Client Manager for Laravel
MIT
laravel guzzle authorize http client goutte