strukt/contract

接口和类摘要

安装: 432

依赖项: 2

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:软件包

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

This package is auto-updated.

Last update: 2024-09-06 20:03:27 UTC


README

Strukt 框架的抽象类和接口

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