cable8mm / bigkinds-php-client
This library is PHP SDK for Bigkinds API
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
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-client
Usage
use Cable8mm\BigkindsPhpClient\Bigkinds; $Bigkinds = new Bigkinds(); $news = $Bigkinds->request('news');
or
use Cable8mm\BigkindsPhpClient\Big; $news = \Big::kinds('news') // facade class
If 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 test
More 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.