PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Daniel   ohmy-auth   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ohmy-auth
Obtain authorization to access APIs using OAuth
Author: By
Last change: Update of composer.json
Date: 8 months ago
Size: 580 bytes
 

Contents

Class file image Download
{ "name": "ohmy/auth", "description": "OAuth so easy.. you won't even believe it's OAuth", "keywords": ["oauth", "OAuth"], "homepage": "https://github.com/sudocode/ohmy-auth", "license": "New BSD", "authors": [ { "name": "Daniel Park", "email": "sudocoder@ymail.com", "homepage": "http://sudoco.de/", "role": "Developer" } ], "minimum-stability": "dev", "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "ohmy": "src" } } }