cable8mm/bigkinds-php-client

This library is PHP SDK for Bigkinds API

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

This package is auto-updated.

Last update: 2024-05-09 14:00:35 UTC


README

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.