mparaiso/silex-simplerest

Restfull controller for silex

0.2.13 2014-08-17 16:30 UTC

This package is not auto-updated.

Last update: 2024-03-25 11:58:16 UTC


README

Build Status

Simple restfull controllers with json and xml serialization in Silex !

author: Mparaiso mparaiso@online.fr

status: WORK IN PROGRESS , come back soon !

####Usage:

see demo folder.

####CHANGELOG:

0.2.0 :

  • removed count method in Mparaiso\SimpleRest\Controller\Controller
  • services must now implement Mparaiso\SimpleRest\Service\RestServiceInterface

0.0.5 :

  • add xml format support for request datas
  • formats are now expressed as an array like : array("xml","json")
  • Base Service Class uses interface for models (..\Model\IModel) rather than an abstract clas