Skip to content

cable8mm/bigkinds-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bigkinds Php Client

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

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

License

The Bigkinds PHP Client is open-sourced software licensed under the MIT license.