strukt/contract

Abstract Interfaces & Classes

Installs: 497

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

pkg:composer/strukt/contract

v1.1.1-alpha 2025-04-14 19:10 UTC

This package is auto-updated.

Last update: 2025-10-14 20:44:33 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