g4/factory
Composer 安装命令:
composer require g4/factory
包简介
factory php library
README 文档
README
factory - php library
Install
Via Composer
composer require g4/factory
Usage
Interfaces
<?php namespace G4\Factory; interface CreateInterface { public function create(); } interface MappingInterface { public function id(); public function map(); } interface ReconstituteInterface { public function reconstitute(); }
Development
Install dependencies
$ composer install
Run tests
$ composer test
License
(The MIT License) see LICENSE file for details...
统计信息
- 总下载量: 69.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-30