大种类-PHP客户端/大种类-PHP客户端

这个库是Bigkinds API的PHP SDK

v0.9.2 2024-03-09 13:39 UTC

This package is auto-updated.

Last update: 2024-09-09 14:35:55 UTC


README

code-style run-tests Packagist Version Packagist Downloads Packagist Dependency Version Packagist Stars Packagist License

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客户端是开源软件,许可协议为MIT许可证