strukt/contract

Abstract Interfaces & Classes

v1.1.1-alpha 2024-02-04 20:35 UTC

This package is auto-updated.

Last update: 2024-04-04 21:03:58 UTC


README

Abstract Classes and Interfaces for Strukt Framework

src/
└── Strukt
    └── Contract
        ├── Http
        │   ├── Error
        │   │   └── HttpErrorInterface.php
        │   ├── RequestInterface.php
        │   ├── ResponseInterface.php
        │   └── SessionInterface.php
        ├── MiddlewareInterface.php
        ├── ProviderInterface.php
        └── UserInterface.php