大种类-PHP客户端 / 大种类-PHP客户端
这个库是Bigkinds API的PHP SDK
v0.9.2
2024-03-09 13:39 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ~6.0
- jdrieghe/array-helpers: >=0.2.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pint: ^1.0
- phpunit/phpunit: ^9.0|^10.0|^11.0
README
Bigkinds PHP客户端是一个轻量级的PHP库。使用bigkinds-php-client可以使代码更美观、优雅和简单。它使用Bigkinds访问密钥,但这不是必须的。
我们在网站上提供了API文档。更多信息,请访问https://www.palgle.com/bigkinds-php-client/ ❤️
安装
composer require cable8mm/bigkinds-php-client
用法
use Cable8mm\BigkindsPhpClient\Bigkinds; $Bigkinds = new Bigkinds(); $news = $Bigkinds->request('news');
或者
use Cable8mm\BigkindsPhpClient\Big; $news = \Big::kinds('news') // facade class
如果您想了解更多关于Bigkinds的信息,请访问https://www.bigkinds.or.kr/。
格式化
composer lint # Modify all files to comply with the PSR-12. composer inspect # Inspect all files to ensure compliance with PSR-12.
测试
composer test
更多信息
- bigkinds-php-client遵循PSR标准。
- bigkinds-php-client基于我的另一个玩具项目 - https://github.com/cable8mm/phpunit-start-kit
许可证
Bigkinds PHP客户端是开源软件,许可协议为MIT许可证。