Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivyhjk/oauth2-phalcon
OAuth 2 server for Phalcon Framework
https://github.com/ivyhjk/oauth2-phalcon
Last synced: about 1 month ago
JSON representation
OAuth 2 server for Phalcon Framework
- Host: GitHub
- URL: https://github.com/ivyhjk/oauth2-phalcon
- Owner: ivyhjk
- Created: 2015-10-04T19:50:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T14:37:44.000Z (over 8 years ago)
- Last Synced: 2024-05-28T20:04:59.434Z (7 months ago)
- Language: PHP
- Size: 50.8 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OAuth2 Server
OAuth 2 server for Phalcon Framework.Based on:
- https://github.com/thephpleague/oauth2-server## Installation
You can install this package into your application using [composer](http://getcomposer.org).
The recommended way to install composer packages is:
``` bash
$ 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)