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 1mo 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 37% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

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

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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