Releases: bjverde/sysgen
Releases · bjverde/sysgen
v1.6.0 - Create unit test classes
generated code stops using static methods to facilitate unit tests with PHPunit
Tests
- Tests: 43
- Assertions: 91
Main Changes
- 🐛 #80 - Bug REST - Delete msg
- 🐛 #81 - move folder tests
- 🔨 #82 - Dao change to no static methods
- 🔨 #83 - Class change to no static methods
- 🔨 #84 - Form change to no static methods
- 🔨 #85 - REST Controlles change to no static methods
- 🔨 #86 - Create Tests with PHPUnit
- 🔨 #87 - Rename folder classes to controllers
v1.5.0 - Include Help File
v1.4.0 - Generating ALL CRUD to API REST With Slim FrameWork
With Slim FrameWork to support API REST. Read the database and create the REST APIs
You choose the type of system that Generate:
- FormDin - Web system HTML + JS + CSS
- REST only With Slim FrameWork
- FormDin + REST
Type API Generating
- POST = Insert a new Record
- PUT/ID = Update Record By ID
- GET = Select ALL
- GET/ID = Select By ID
- DELETE/ID = Delete By ID
Main Changes
v1.3.0 - Generating API REST
With Slim FrameWork to support API REST. Read the database and create the REST APIs
You choose the type of system that Generate:
- FormDin screen
- REST only
- FormDin + REST
Type API Generating
- GET = Select ALL
- GET/ID = Select By ID
- DELETE/ID = Delete By ID
v1.2.0 - PSR1, PSR2
v1.1.0 - Generating Select or AutoComplete for FK
v1.0.0 - Generating screens for views
v0.9.0
v 0.8.0
v 0.7.0 - Postgres
Works with Postgres v.10.4
To Work need FormDin 4.2.4 +