2017 © Pedro Peláez
 

library authorize-manager

Authorize HTTP Client Manager for Laravel

image

revolution/authorize-manager

Authorize HTTP Client Manager for Laravel

  • Tuesday, June 26, 2018
  • by revolution
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Authorize HTTP Client Manager

Build Status, (*1)

Work in progress., (*2)

Requirements

  • PHP >= 7.2
  • Laravel >= 6.0

Installation

composer require revolution/authorize-manager:dev-master

Demo

https://github.com/kawax/authorize-project, (*3)

Usage

    $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)

LICENSE

MIT
Copyright kawax, (*5)

The Versions

26/06 2018

dev-master

9999999-dev

Authorize HTTP Client Manager for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by kawax

laravel guzzle authorize http client goutte