wollanup/php-api-rest-propel-behavior

Propel API Behavior

Installs: 8 391

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Type:propel-behavior

pkg:composer/wollanup/php-api-rest-propel-behavior

3.0 2019-04-02 13:11 UTC

This package is auto-updated.

Last update: 2025-09-29 02:08:36 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.