Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zemkogabor/oauth2-server-bundle
Slim Framework bundle that integrates oauth2-server server capabilities with Doctrine ORM support into Slim applications.
https://github.com/zemkogabor/oauth2-server-bundle
doctrine-orm oauth2 oauth2-server phpleague slim-framework
Last synced: about 6 hours ago
JSON representation
Slim Framework bundle that integrates oauth2-server server capabilities with Doctrine ORM support into Slim applications.
- Host: GitHub
- URL: https://github.com/zemkogabor/oauth2-server-bundle
- Owner: zemkogabor
- License: mit
- Created: 2023-11-15T17:52:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T19:05:32.000Z (12 months ago)
- Last Synced: 2024-11-14T03:48:25.158Z (3 days ago)
- Topics: doctrine-orm, oauth2, oauth2-server, phpleague, slim-framework
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OAuth2 Server Bundle
Slim Framework bundle that integrates [oauth2-server](https://github.com/thephpleague/oauth2-server) server capabilities with Doctrine ORM support into Slim applications.
#### PHP CS Fixer
```
php ./vendor/bin/php-cs-fixer fix --diff --dry-run --config .php-cs-fixer.php --verbose
```