Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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