A Telosys template of a PHP API, able to perform CRUD (Create, Read, Update, Delete) operations.
This template is part of a Bundle (see the Telosys 3 Persistence PHP Template and Telosys 3 MVC PHP Template).
- PHP.
- Download the template.
- Check that your model is ready (DSL/Database).
- Generate the code with Telosys.
- Use the generated code in your project.
- After being generated, this template provides you with an Api Controller file and a Api Route file for every entity present in your model (see "Usage:2").
- Include those files in your project.
NOTE : This application will not persist any data unless you use a persistence solution (i.e : the Telosys 3 Persistence PHP Template).
This project uses the LGPL v3 License.