This is a test project of REST API creation in order to build skills on symfony.
This API permit interact with places and users and list suggestions of places for one user with preferences themes specified.
- use of FOSRestBundle
- securisation with tokens
- support of multiple Content-Type
- management of query strings on Place collection
- use of JMSSerialzerBundle
- use of NelmioApiDocBundle
To use this API you must have this configuration:
Technology | Version |
---|---|
PHP | 7.0.x |
MySQL | 5.7.x |
Apache | 2.4.x |
You have to create a virtual host rest-api.local
in order to access API with the url http://rest-api.local
The documentation is generated with NelmioApiDocBundle. It's not complete but accessible with the URL http://rest-api.local/documentation