windawake / tp-remote2model
Convert remote API data into tp5 model
dev-main
2021-09-05 15:56 UTC
Requires
- php: >=5.6.0
- guzzlehttp/guzzle: ^7.3
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-03-24 13:18:11 UTC
README
- thinkphp调用的model代码无需修改,可以直接实现服务化。
- 原理是将远程api接口,转为tp5 model,兼容80%以上的model方法。
- 目前仅支持tp5.0,tp5.1。
快速预览
composer require windawake/tp-remote2model:dev-main
安装phpunit,把phpunit.xml复制到项目根目录下
cd windawake/tp-remote2model/examples/website && php run.php
在项目根目录下,执行单元测试
- ./vendor/bin/phpunit --filter=testFind
- ./vendor/bin/phpunit --filter=testWhereIn
- ./vendor/bin/phpunit --filter=testWith
- ./vendor/bin/phpunit --filter=testUpdate