visualweber / social-oauth
SocialOAuth
dev-master
2017-02-12 16:07 UTC
This package is not auto-updated.
Last update: 2024-11-09 19:40:25 UTC
README
Great OAuth2 client for ZF1. It provides clients for github, google, facebook and linkedin, others are coming soon.
The library is kept as simple as possible, it does not provide routes or controllers.
Installation with Composer
- Add this project in your
composer.json
:
"require": { "visualweber/social-oauth": "dev-master", }
- Fetch the repository with composer:
$ php composer.phar update
Usage
TODO
- Add other clients
- Write some decent documentation.
- Demo module is on it's way.