otis22/php-interfaces
最新稳定版本:1.1.1
Composer 安装命令:
composer require otis22/php-interfaces
包简介
Interfaces for OOP php projects
README 文档
README
php-interfaces
php interfaces for OOP projects
Installation
composer require otis22/php-interfaces
KeyValue Interface
Interface for objects which can be convert to simple assoc array key => value
<?php declare(strict_types=1); use Otis22\PhpInterfaces\KeyValue; final class FakeLoginCredentials implements KeyValue { public function asKeyValue(): array { return [ 'login' => 'test' ]; } }
统计信息
- 总下载量: 1.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-06