PHPackages                             layerok/salesbox-api - 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. [API Development](/categories/api)
4. /
5. layerok/salesbox-api

ActiveLibrary[API Development](/categories/api)

layerok/salesbox-api
====================

Salesbox API

v1.0.0(1y ago)16MITPHPPHP ^7.3 || ^8.0

Since Sep 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/layerok/salesbox-api)[ Packagist](https://packagist.org/packages/layerok/salesbox-api)[ RSS](/packages/layerok-salesbox-api/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Salesbox PHP API
================

[](#salesbox-php-api)

```
$api = new \Layerok\SalesboxApi\SalesboxApi([
    'openapi_api_id' => 'frer33fd',
    'company' => 'google',
    'phone' => '+38xxxxxxxxxx',
    'lang' => 'uk'
]);

// authenticate
$authToken = $api->getAccessToken()['data']['token'];
$api->setAccessToken($authToken);

// offers
$api->getOffers();
$api->createManyOffers();
$api->deleteManyOffers();
$api->getOrderById();

// categories
$api->getCategories();
$api->createCategory();
$api->deleteCategory();
$api->deleteManyCategories();

$apiV4 = new \Layerok\SalesboxApi\SalesboxApiV4();

// authenticated
$apiV4->setAccessToken($api->getAccessToken()['data']['token']);

$apiV4->getOffers();
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

633d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/700cbad90245d8cffe786f2b0509f13929015144b88f3a0ff4a83ef45e97e090?d=identicon)[adjustmentlayer](/maintainers/adjustmentlayer)

---

Top Contributors

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

---

Tags

apiSalesbox

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/layerok-salesbox-api/health.svg)

```
[![Health](https://phpackages.com/badges/layerok-salesbox-api/health.svg)](https://phpackages.com/packages/layerok-salesbox-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k371.6k6](/packages/theodo-group-llphant)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M10](/packages/checkout-checkout-sdk-php)[clicksend/clicksend-php

301.6M11](/packages/clicksend-clicksend-php)

PHPackages © 2026

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