Recommend this page to a friend! |
Classes of Daniel | > | ohmy-auth | > | composer.json | > | 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" } } } |