genproframework / contracts
GenPro Framework Contracts & Interfaces
v1.0.0
2025-12-18 13:42 UTC
Requires
- php: >=8.1
README
Core interfaces and abstract classes for the GenPro Framework.
Installation
composer require genproframework/contracts
Interfaces
ControllerInterface- Controller contractDataAccessInterface- DAO contractViewInterface- Template engine contractServiceInterface- Service/API contractAuthInterface- Authentication contractMiddlewareInterface- HTTP middleware contract
Abstract Classes
ControllerAbstract- Base controller classDaoAbstract- Base DAO classServiceAbstract- Base service classModelAbstract- Base model class
License
MIT