X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/league/oauth1-client
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
league
/
oauth1-client
/
📁
..
📄
.gitignore
(40 B)
📄
.scrutinizer.yml
(911 B)
📄
.travis.yml
(669 B)
📄
CONDUCT.md
(2.1 KB)
📄
CONTRIBUTING.md
(1.17 KB)
📄
LICENSE
(1.07 KB)
📄
README.md
(10.47 KB)
📄
composer.json
(991 B)
📄
phpunit.xml
(898 B)
📁
resources
📄
rfc5849.txt
(78.89 KB)
📁
src
📁
tests
Editing: composer.json
{ "name": "league/oauth1-client", "description": "OAuth 1.0 Client Library", "license": "MIT", "require": { "php": ">=5.5.0", "guzzlehttp/guzzle": "^6.0" }, "require-dev": { "phpunit/phpunit": "^4.0", "mockery/mockery": "^0.9", "squizlabs/php_codesniffer": "^2.0" }, "keywords": [ "oauth", "oauth1", "authorization", "authentication", "idp", "identity", "sso", "single sign on", "bitbucket", "trello", "tumblr", "twitter" ], "authors": [ { "name": "Ben Corlett", "email": "bencorlett@me.com", "homepage": "http://www.webcomm.com.au", "role": "Developer" } ], "autoload": { "psr-4": { "League\\OAuth1\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } } }
Upload File
Create Folder