wollanup / php-api-rest-propel-behavior
Propel API Behavior
Package info
github.com/wollanup/php-api-rest-propel-behavior
Type:propel-behavior
pkg:composer/wollanup/php-api-rest-propel-behavior
3.0
2019-04-02 13:11 UTC
Requires (Dev)
- ext-sqlite3: *
- phpunit/phpunit: ^6.0
- propel/propel: ~2.0@dev
- slim/slim: 3.*
- wollanup/php-api-rest: ^5.0
README
Eukles API helps you to build REST APIs.
This project is based on:
Propel Behavior
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.