library flow-restapi-example
Example application for REST webservices with TYPO3 Flow
helmich/flow-restapi-example
Example application for REST webservices with TYPO3 Flow
- Monday, March 23, 2015
- by helmich
- Repository
- 7 Watchers
- 23 Stars
- 22 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 6 Forks
- 0 Open issues
- 2 Versions
- 5 % Grown
RESTful Webservices with TYPO3 Flow
Martin Helmich typo3@martin-helmich.de, (*1)
Synopsis
This repository contains an example application that demonstrates on how
to implement RESTful Webservices with TYPO3 Flow. It contains three packages:, (*2)
-
Helmich.Products
contains entity classes and repositories around a simple inventory management domain model
-
Helmich.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:, (*3)
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:, (*4)
./flow doctrine:migrate
dev-master
9999999-dev
Example application for REST webservices with TYPO3 Flow
Sources
Download
MIT
The Requires
The Development Requires
v1.0.0
1.0.0.0
Example application for REST webservices with TYPO3 Flow
Sources
Download
MIT
The Requires
The Development Requires