genproframework / contracts
GenPro Framework Contracts & Interfaces
Installs: 0
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/genproframework/contracts
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