2017 © Pedro Peláez
 

library oauth2-phalcon

OAuth2 standard adapted for Phalcon framework

image

ivyhjk/oauth2-phalcon

OAuth2 standard adapted for Phalcon framework

  • Tuesday, July 26, 2016
  • by ivyhjk
  • Repository
  • 3 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

OAuth2 Server

OAuth 2 server for Phalcon Framework., (*1)

Based on: - https://github.com/thephpleague/oauth2-server, (*2)

Installation

You can install this package into your application using composer., (*3)

The recommended way to install composer packages is:, (*4)

bash $ composer require ivyhjk/oauth2-phalcon, (*5)

Notes

  • thephpleague/oauth2-server v5 is based on PSR-7 standards, but in the current phalcon version (2.0.11) this standard is not supported, so, i created a new "version" special for this (based on phalcon requests).
  • I tested a PSR-7 standard version for phalcon 2.0.x (based on slim 3 HTTP), but it's too slow compared with this version, based on phalcon requests.
  • Migrations are just examples

TODO

  • Constant integration with thephpleague/oauth2-server v5
  • Testings
  • Manuals/Instructions/Wiki
  • Eloquent integration (just phalcon models/queries are currently supported)

The Versions

26/07 2016

dev-master

9999999-dev

OAuth2 standard adapted for Phalcon framework

  Sources   Download

The Requires

 

The Development Requires

by Avatar ivyhjk

09/12 2015

1.0.0-alpha

1.0.0.0-alpha

OAuth 2 Server and Client for Phalcon Framework

  Sources   Download

MIT

The Requires

 

by Avatar ivyhjk