visualweber/social-oauth

dev-master 2017-02-12 16:07 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:18:19 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

  1. Add this project in your composer.json:
    "require": {
        "visualweber/social-oauth": "dev-master",
    }
  1. 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.