ivyhjk/oauth2-phalcon

OAuth2 standard adapted for Phalcon framework

1.0.0-alpha 2015-12-08 23:14 UTC

This package is not auto-updated.

Last update: 2024-05-01 17:13:23 UTC


README

OAuth 2 server for Phalcon Framework.

Based on:

Installation

You can install this package into your application using composer.

The recommended way to install composer packages is:

$ composer require ivyhjk/oauth2-phalcon

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)