PHPackages                             bestoon/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bestoon/client

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

bestoon/client
==============

Bestoon php client

17PHP

Since Feb 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/iamalirezaj/bestoon-php-client)[ Packagist](https://packagist.org/packages/bestoon/client)[ RSS](/packages/bestoon-client/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bestoon php client
------------------

[](#bestoon-php-client)

A simple PHP client for [Bestoon Project](https://github.com/jadijadi/bestoon)

### Installation

[](#installation)

you can install client with composer

```
composer require bestoon/client:'dev-develop'

```

Usage : Setconfig
-----------------

[](#usage--setconfig)

You should set your API token key first with instance of client

```
use Bestoon\Client;

$client = new Client([
    'token' => 'YOUR-TOKEN'
]);
```

### Manage stats

[](#manage-stats)

You can manage your stats with generalStat method

```
$stats = $client->generalStat();

var_dump($stats);
```

### Set incom

[](#set-incom)

Set your income with amount and text in arguments

```
$client->setIncome('1000000','Test');
```

### Set expense

[](#set-expense)

Set your expense with amount and text in arguments

```
$client->setExpense('1000000','Test');
```

### License

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f9e0117221414377b0cfda7d06118a34ad66580e83120387f75dd9990e4694c?d=identicon)[mrjosh](/maintainers/mrjosh)

---

Top Contributors

[![mrjosh](https://avatars.githubusercontent.com/u/9644368?v=4)](https://github.com/mrjosh "mrjosh (14 commits)")

---

Tags

accountingbestoonphp-client

### Embed Badge

![Health badge](/badges/bestoon-client/health.svg)

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

PHPackages © 2026

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