Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawax/authorize-manager
Authorize HTTP Client Manager
https://github.com/kawax/authorize-manager
Last synced: 21 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T01:16:34.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T10:11:51.102Z (8 months ago)
- Language: PHP
- Homepage: https://kawax.biz/laravel-authorize-manager/
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authorize HTTP Client Manager
[![Build Status](https://travis-ci.com/kawax/authorize-manager.svg?branch=master)](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