Download the PHP package leedavis81/drest without Composer
On this page you can find all versions of the php package leedavis81/drest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download leedavis81/drest
More information about leedavis81/drest
Files in leedavis81/drest
Package drest
Short Description Create a fully featured REST API service from Doctrine 2 Entity annotations.
License MIT
Informations about the package drest
Drest
Dress up doctrine entities and expose them as REST resources
This library allows you to quickly annotate your doctrine entities into restful resources. It comes shipped with it's own internal router, and can be used standalone or alongside your existing framework stack. Routes are mapped to either a default or customised service action that takes care of handling requests.
Setting up endpoints is as easy as adding in a simple annotation to an entity
Documentation
Check out how to use drest by reading the documentation
Features
-
Quickly annotate existing Doctrine entities to become a fully functional REST resource.
-
Utilises the internal router for matching resource route patterns.
-
Specify what data you want to expose from your entities (including relations), or let the client choose!
-
Generate data objects using exposable data for your API users to consume.
-
Comes shipped with both JSON and XML representations, or you can create your own.
-
Allows media type detection from your client requests, getting you one step close to RMM level 3.
-
Use it independently from your existing framework stack, or alongside it.
- Allows extension points so you can configure requests to your specific needs.
All versions of drest with dependencies
doctrine/common Version ~2.3
doctrine/inflector Version ~1.0
leedavis81/drest-common Version ^1.0
zendframework/zend-code Version ~2.0