PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   PHP OAuth2 Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP OAuth2 Client
Authorize and access servers using OAuth2
Author: By
Last change:
Date: 4 years ago
Size: 1,001 bytes
 

Contents

Class file image Download
{ "name": "poirot/client-oauth2" , "description": "Provides a simple and clean Abstraction for Integration with OAuth 2.0 Server Providers." , "type" : "library" , "authors": [ { "name": "Payam Naderi" , "email": "naderi.payam@gmail.com" , "role": "Developer" } ] , "require": { "poirot/api-client": "dev-devel" , "poirot/std": "dev-devel" , "poirot/ioc": "dev-devel" , "psr/http-message": "1.0" } , "suggest": { "poirot/psr7-http": "PSR-7 HTTP Implementation." , "poirot/mod-authorization": "Integrated Authentication Mechanism Based On Tokens." } , "autoload" : { "psr-4": { "Poirot\\OAuth2Client\\": "src/" , "Module\\OAuth2Client\\": "mod/" } , "files": [ "src/_functions.php" ] } ,"repositories": [ { "type": "git" ,"url": "https://github.com/phPoirot/Client-OAuth2.git" } ] }