PHPackages                             cable8mm/bigkinds-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. cable8mm/bigkinds-php-client

ActiveLibrary[Testing &amp; Quality](/categories/testing)

cable8mm/bigkinds-php-client
============================

This library is PHP SDK for Bigkinds API

v0.9.2(2y ago)24MITPHPPHP ^8.0

Since Aug 4Pushed 2y ago2 watchersCompare

[ Source](https://github.com/cable8mm/bigkinds-php-client)[ Packagist](https://packagist.org/packages/cable8mm/bigkinds-php-client)[ RSS](/packages/cable8mm-bigkinds-php-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

Bigkinds Php Client
===================

[](#bigkinds-php-client)

[![code-style](https://github.com/cable8mm/bigkinds-php-client/actions/workflows/code-style.yml/badge.svg)](https://github.com/cable8mm/bigkinds-php-client/actions/workflows/code-style.yml)[![run-tests](https://github.com/cable8mm/bigkinds-php-client/actions/workflows/run-tests.yml/badge.svg)](https://github.com/cable8mm/bigkinds-php-client/actions/workflows/run-tests.yml)[![Packagist Version](https://camo.githubusercontent.com/022c35b9421732be11858b3600022663c2ccd362ad79a986db4a81ba9715b77d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361626c65386d6d2f6269676b696e64732d7068702d636c69656e74)](https://camo.githubusercontent.com/022c35b9421732be11858b3600022663c2ccd362ad79a986db4a81ba9715b77d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361626c65386d6d2f6269676b696e64732d7068702d636c69656e74)[![Packagist Downloads](https://camo.githubusercontent.com/adf5eb17c427032a01f782eb6b16c58fe2f906cd1b82303a800a92f3880209a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361626c65386d6d2f6269676b696e64732d7068702d636c69656e74)](https://camo.githubusercontent.com/adf5eb17c427032a01f782eb6b16c58fe2f906cd1b82303a800a92f3880209a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361626c65386d6d2f6269676b696e64732d7068702d636c69656e74)[![Packagist Dependency Version](https://camo.githubusercontent.com/79bfb5bff95541b6e434bfb5e9b6438d3027c4025a6277318700aa1f54b9158d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6361626c65386d6d2f6269676b696e64732d7068702d636c69656e742f706870)](https://camo.githubusercontent.com/79bfb5bff95541b6e434bfb5e9b6438d3027c4025a6277318700aa1f54b9158d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6361626c65386d6d2f6269676b696e64732d7068702d636c69656e742f706870)[![Packagist Stars](https://camo.githubusercontent.com/fdb734fa8c979247f7aded5355784f4666af6a7bbe838baf240a1b8340e01fc4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6361626c65386d6d2f6269676b696e64732d7068702d636c69656e74)](https://camo.githubusercontent.com/fdb734fa8c979247f7aded5355784f4666af6a7bbe838baf240a1b8340e01fc4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6361626c65386d6d2f6269676b696e64732d7068702d636c69656e74)[![Packagist License](https://camo.githubusercontent.com/925c6726da051b3aae1cb200119b1ea591e5f8db0d3591a528fb383bc4ebf064/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6361626c65386d6d2f6269676b696e64732d7068702d636c69656e74)](https://camo.githubusercontent.com/925c6726da051b3aae1cb200119b1ea591e5f8db0d3591a528fb383bc4ebf064/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6361626c65386d6d2f6269676b696e64732d7068702d636c69656e74)

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  ❤️

Install
-------

[](#install)

```
composer require cable8mm/bigkinds-php-client
```

Usage
-----

[](#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 .

Formatting
----------

[](#formatting)

```
composer lint
# Modify all files to comply with the PSR-12.

composer inspect
# Inspect all files to ensure compliance with PSR-12.
```

Test
----

[](#test)

```
composer test
```

More Informations
-----------------

[](#more-informations)

- The bigkinds-php-client follows the PSR standard.
- The bigkinds-php-client is based on my another toy project -

License
-------

[](#license)

The Bigkinds PHP Client is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~420 days

Total

5

Last Release

793d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.5

0.2.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c910c874a0263a18f9f976273054cd45faa3ffbcba7891992f4ab52d0656dd93?d=identicon)[Sam Lee](/maintainers/Sam%20Lee)

---

Top Contributors

[![cable8mm](https://avatars.githubusercontent.com/u/2672043?v=4)](https://github.com/cable8mm "cable8mm (63 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

apache2-licensebigkindsbigkinds-php-clientphpphpunitpsr-18psr-4psr-7rest-api

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/cable8mm-bigkinds-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/cable8mm-bigkinds-php-client/health.svg)](https://phpackages.com/packages/cable8mm-bigkinds-php-client)
```

###  Alternatives

[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[ikwattro/guzzle-stereo

Guzzle Recorder for recording Request/Responses and replay them back in a Mock

782.6k1](/packages/ikwattro-guzzle-stereo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
