telemundo / socialite
OAuth library for PHP 5.3+
Installs: 173
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 2
Open Issues: 0
Language:CSS
Requires
- php: >=5.3.4
- ircmaxell/random-lib: dev-master
Requires (Dev)
- silex/silex: 1.*
- symfony/twig-bridge: 2.1.*
- twig/twig: 1.12.*
This package is not auto-updated.
Last update: 2020-01-24 15:00:49 UTC
README
Socialite is written with speed and flexibility in mind. It allows developers to build better and easy to maintain OAuth applications with PHP.
Installation
Since Socialite uses Composer to manage its dependencies, the recommended way to install the libray is by following the steps below. Please note that the installation of Composer is beyond the scope of this manual.
Begin by adding the following entry to your composer.json
file:
"require": {
"telemundo/socialite": "dev-master"
}
Run php composer.phar update
to install the necessary dependencies.
Usage
See the files inside the examples
directory for more information.
Authors
License
This package is licensed under the MIT License - see the LICENSE.txt file for details.
Acknowledgements
This library is heavily inspired by the Phirehose, twitteroauth and oauth-php libraries and many other libraries out there.