Demo application.
- Clone repository
- Install dependencies via composer
- Configure database connection in
app/config/parameters.yml
- chmod 0755 / acl
app/cache
andapp/logs
php app/console doctrine:schema:update --force
- see the users at local project url
http://PROJECT_HOST/api/users
API documentation available at local project url http://PROJECT_HOST/api/doc
API is now protected with basic HTTP authentication. To be removed and changed with more advanced OAuth v2 server-client. Only authenticated Admin cant manage data protected by
- OAuth2 authentication
- Users and groups merged with OAuth2 clients and security roles.
- Style HTML responses with Foundation/Bootstrap/Compass or regular CSS depending on the needs.
MIT. For full content see LICENSE
file.