All Projects → marcojanssen → silex-rest

marcojanssen / silex-rest

Licence: other
No description, website, or topics provided.

Programming Languages

PHP
23972 projects - #3 most used programming language

silex-rest

Build Status Scrutinizer Quality Score

Features

  • 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

Installation

  • 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

Todo

  • Usage documentation
  • Implement caching
  • Implement hypermedia
  • Implement multiple formats (only supports JSON)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].