展示鲍勃 / 模型
PHP模型接口
1.0.3
2016-03-15 11:55 UTC
Requires
- php: >=5.4
- danielstjules/stringy: ~2.2
Requires (Dev)
- kbsali/redmine-api: ~1.0
- phpunit/phpunit: ~4.8
- squizlabs/php_codesniffer: ~2.0
This package is not auto-updated.
Last update: 2024-09-26 00:26:51 UTC
README
PHP模型接口
安装
建议的安装方法是使用composer
php composer.phar require "sideshow_bob/model:~1.0.0"
用法
该项目提供接口,允许轻松建模数据库或HTTP API端点。例如,我们添加了基于kbsali的Redmine API的实现,该实现基于Redmine Client。示例可以在examples
目录中找到。