genproframework/contracts

GenPro Framework Contracts & Interfaces

Maintainers

Package info

github.com/genproframework/contracts

pkg:composer/genproframework/contracts

Statistics

Installs: 0

Dependents: 8

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-18 14:31:37 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