https://github.com/kawax/authorize-manager
Authorize HTTP Client Manager
https://github.com/kawax/authorize-manager
Last synced: 4 months ago
JSON representation
Authorize HTTP Client Manager
- Host: GitHub
- URL: https://github.com/kawax/authorize-manager
- Owner: kawax
- License: mit
- Created: 2018-05-26T07:35:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T01:16:34.000Z (over 5 years ago)
- Last Synced: 2025-03-02T09:50:02.819Z (5 months ago)
- Language: PHP
- Homepage: https://kawax.biz/laravel-authorize-manager/
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authorize HTTP Client Manager
[](https://travis-ci.com/kawax/authorize-manager)Work in progress.
## Requirements
- PHP >= 7.2
- Laravel >= 6.0## Installation
```
composer require revolution/authorize-manager:dev-master
```## Demo
https://github.com/kawax/authorize-project## Usage
```php
$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.
## LICENSE
MIT
Copyright kawax