telemundo/socialite

This package is abandoned and no longer maintained. No replacement package was suggested.

OAuth library for PHP 5.3+

1.1.0 2013-09-18 13:38 UTC

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.

Build Status Coverage Status Latest Stable Version

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

Rodolfo Puig

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.