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

v1.0.0 2025-12-18 13:42 UTC

This package is auto-updated.

Last update: 2025-12-18 14:06:47 UTC


README

Core interfaces and abstract classes for the GenPro Framework.

Installation

composer require genproframework/contracts

Interfaces

  • ControllerInterface - Controller contract
  • DataAccessInterface - DAO contract
  • ViewInterface - Template engine contract
  • ServiceInterface - Service/API contract
  • AuthInterface - Authentication contract
  • MiddlewareInterface - HTTP middleware contract

Abstract Classes

  • ControllerAbstract - Base controller class
  • DaoAbstract - Base DAO class
  • ServiceAbstract - Base service class
  • ModelAbstract - Base model class

License

MIT