wollanup/php-api-rest-propel-behavior

Propel API Behavior


License
MIT

Documentation

Eukles API

Eukles API helps you to build REST APIs.

This project is based on:

Propel Behavior

Build Status codecov

This Propel behavior adds 3 editable files to your entities :

RouteMap

A class containing your entity's routes, with ACL.

Request

A class to create/fetch/modify entity from Request parameters. Also defines which properties of the entity are exposed in Response.

Action

A class containing the methods called by a route.