treehouselabs / keystone-bundle
A Symfony2 implementation of the OpenStack Identity Service API: Keystone
Installs: 16 060
Dependents: 1
Suggesters: 2
Security: 0
Stars: 0
Watchers: 16
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.6
- doctrine/doctrine-bundle: ^1.2
- doctrine/orm: ^2.2.3
- symfony/monolog-bundle: ^2.4
- symfony/symfony: ~2.6|^3.0
Requires (Dev)
- phpunit/phpunit: ^5.0
README
A Symfony2 implementation of the OpenStack Identity API v2.0, built on top of it's security component.
You can use this bundle to add a token-based authentication mechanism. The token is sent using an HTTP header.
More information about the protocol can be found here: http://developer.openstack.org/api-ref-identity-v2.html
Installation
composer require treehouselabs/keystone-bundle:^2.0
Documentation
Notes
This bundle does not cover the complete OpenStack Indentity API spec. While we are pretty confident about the quality of this implementation thus far, and use it in production ourselves, we are not experts in this field. Use at your own risk.
Security
If you discover any security related issues, please email dev@treehouse.nl instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
Acknowledgements
Some parts are inspired by FOSUserBundle.
Credits
- [Peter Kruithof][link-pkruithof]
- All Contributors