ivyhjk / oauth2-phalcon
OAuth2 standard adapted for Phalcon framework
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
pkg:composer/ivyhjk/oauth2-phalcon
Requires
- php: >=5.5.9
 - ext-phalcon: ~2.0
 - league/oauth2-server: 4.1.*
 
This package is not auto-updated.
Last update: 2025-10-29 23:48:59 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)