wollanup / php-api-rest-propel-behavior
Propel API Behavior
Installs: 8 332
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:propel-behavior
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.