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.0CI failing

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 2w ago

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

Bigkinds Php Client - Archived
==============================

[](#bigkinds-php-client---archived)

[![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)

Warning

**This repository has been archived.**

The official BIG KINDS API service has been discontinued, and this SDK is no longer maintained or functional. Thank you to everyone who used and contributed to this project.

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

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

892d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k55](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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