- Easy setup for a RESTful API
- Uses Doctrine and JMS Serializer
- Completly configurable with routes
- Swagger for API documentation
- Completly customizable by event driven design
- Install Composer
- Install/update your dependencies
composer install
- Create your database (default database name: silexrest)
- Create your database schema (default database username/password: root/root)
php app/console orm:schema-tool:create
- Access the API at http://domain/core/items
- Usage documentation
- Implement caching
- Implement hypermedia
- Implement multiple formats (only supports JSON)