wollanup/php-api-rest-propel-behavior

Propel API Behavior

3.0 2019-04-02 13:11 UTC

This package is auto-updated.

Last update: 2024-04-29 03:50:30 UTC


README

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.