Download the PHP package helmich/flow-restapi-example without Composer
On this page you can find all versions of the php package helmich/flow-restapi-example. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download helmich/flow-restapi-example
More information about helmich/flow-restapi-example
Files in helmich/flow-restapi-example
Download helmich/flow-restapi-example
More information about helmich/flow-restapi-example
Files in helmich/flow-restapi-example
Vendor helmich
Package flow-restapi-example
Short Description Example application for REST webservices with TYPO3 Flow
License MIT
Package flow-restapi-example
Short Description Example application for REST webservices with TYPO3 Flow
License MIT
Please rate this library. Is it a good library?
Informations about the package flow-restapi-example
RESTful Webservices with TYPO3 Flow
Martin Helmich [email protected]
Synopsis
This repository contains an example application that demonstrates on how to implement RESTful Webservices with TYPO3 Flow. It contains three packages:
Helmich.Products
contains entity classes and repositories around a simple inventory management domain modelHelmich.ProductsApiSimple
contains a simple REST-like API (level 2 of the Richardson Maturity Model) which allows you to CRUD products and manufacturers using respective HTTP methods.Helmich.ProductsApiAdvanced
contains an advanced API (level 3 of the RMM), which is hypermedia controlled (which means that there are links between resources) and also shows some design patterns to decouple your REST resource representations from your domain entities.
Installation
You can install this application using Composer:
composer create-project helmich/flow-restapi-example
Follow the TYPO3 Flow installation instructions in all other ways. Also set up your database and run the database migrations:
./flow doctrine:migrate
All versions of flow-restapi-example with dependencies
PHP Build Version
Package Version
Requires
typo3/flow Version
2.3.*
typo3/welcome Version 2.3.*
doctrine/migrations Version @dev
symfony/serializer Version ~2.6
helmich/flow-resttools Version dev-master
typo3/welcome Version 2.3.*
doctrine/migrations Version @dev
symfony/serializer Version ~2.6
helmich/flow-resttools Version dev-master
The package helmich/flow-restapi-example contains the following files
Loading the files please wait ....