CA
cable8mm/bigkinds-php-client
Unofficial Simple Bigkinds Php Client
Bigkinds Php Client
The Bigkinds PHP Client is a lightweight library for PHP. Using bigkinds-php-client makes code beautiful, elegant, and simple. It works with a Bigkinds Access Key, although this is optional.
We have provided the API Documentation on the web. For more information, please visit https://www.palgle.com/bigkinds-php-client/ ❤️
Install
composer require cable8mm/bigkinds-php-clientUsage
use Cable8mm\BigkindsPhpClient\Bigkinds;
$Bigkinds = new Bigkinds();
$news = $Bigkinds->request('news');or
use Cable8mm\BigkindsPhpClient\Big;
$news = \Big::kinds('news') // facade classIf you want to learn more about Bigkinds, visit https://www.bigkinds.or.kr/.
Formatting
composer lint
# Modify all files to comply with the PSR-12.
composer inspect
# Inspect all files to ensure compliance with PSR-12.Test
composer testMore Informations
- The bigkinds-php-client follows the PSR standard.
- The bigkinds-php-client is based on my another toy project - https://github.com/cable8mm/phpunit-start-kit
License
The Bigkinds PHP Client is open-sourced software licensed under the MIT license.
On this page
Languages
PHP100.0%
MIT License
Created August 2, 2019
Updated March 11, 2024