Releases: AlexandreGerault/phramework
Releases · AlexandreGerault/phramework
Fix service container interface
1.0.1 fix(container): add variadic to container interfaces
Fix factories in service container
Breaking changes
Fix Query Builder on multiple where statements
0.0.5 fix(query-builder): use AND for multiple where statements
Add aliases on joining table columns
0.0.4 Merge branch 'feature/add_aliases_on_select_columns' into develop
Fix HTTP Method Middleware
0.0.3 chore: update version number
Middlewares
Now handle middlewares
First framework version
This version brings the base of the framework. It includes
- a router
- a service container
- a query builder
- some authentication class
- a validation system