PHPackages                             sandwave-io/basekit-php - 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. sandwave-io/basekit-php

ArchivedLibrary[API Development](/categories/api)

sandwave-io/basekit-php
=======================

A PHP SDK for the BaseKit REST API.

2024.09.26.3(1y ago)233[9 issues](https://github.com/sandwave-io/basekit-php/issues)MITPHPPHP ^8.1CI passing

Since Apr 30Pushed 1y ago5 watchersCompare

[ Source](https://github.com/sandwave-io/basekit-php)[ Packagist](https://packagist.org/packages/sandwave-io/basekit-php)[ RSS](/packages/sandwave-io-basekit-php/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (1)Dependencies (12)Versions (30)Used By (0)

[![](https://user-images.githubusercontent.com/60096509/91668964-54ecd500-eb11-11ea-9c35-e8f0b20b277a.png)](https://sandwave.io)

BaseKit RESTful API - PHP SDK
=============================

[](#basekit-restful-api---php-sdk)

[![Codecov](https://camo.githubusercontent.com/0059fa90d23f8b73a7ba5e4d80d82f59aa5ef743e725f30e15e191f27f4c4406/68747470733a2f2f636f6465636f762e696f2f67682f73616e64776176652d696f2f626173656b69742d7068702f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d79525576474251516170)](https://codecov.io/gh/sandwave-io/basekit-php)[![GitHub Workflow Status](https://camo.githubusercontent.com/0262ac50129cff181aa8194c740754bb9e41fc8325e8781c819629b373463704/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73616e64776176652d696f2f626173656b69742d7068702f63692e796d6c3f6272616e63683d6d61696e)](https://packagist.org/packages/sandwave-io/basekit-php)[![Packagist PHP Version Support](https://camo.githubusercontent.com/bdea7403428796619b66fa30ecb2a62f57c9fd8bc06ac529f09ea4612f0e67af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73616e64776176652d696f2f626173656b69742d706870)](https://packagist.org/packages/sandwave-io/basekit-php)[![Packagist PHP Version Support](https://camo.githubusercontent.com/0451467af91ccf73e1fb0cb2f4cf96d360be9e042d9cd60424e85e77472707ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616e64776176652d696f2f626173656b69742d706870)](https://packagist.org/packages/sandwave-io/basekit-php)[![Packagist Downloads](https://camo.githubusercontent.com/cd5c6ffa9585dc4f095a2a24c4cf1e29da108d95679f6ff6aeeda3b2e7cbd7d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616e64776176652d696f2f626173656b69742d706870)](https://packagist.org/packages/sandwave-io/basekit-php)

Supported APIs
--------------

[](#supported-apis)

This SDK currently supports these APIs:

- [Package API](https://apidocs.basekit.com/api-reference/brands/#get-packages)
- [Sites API](https://apidocs.basekit.com/api-reference/sites/)
- [Ssl API](https://apidocs.basekit.com/api-reference/ssl/)
- [Users API](https://apidocs.basekit.com/api-reference/users/)

Are you missing functionality? Feel free to create an issue, or hit us up with a pull request.

How to use (REST API)
---------------------

[](#how-to-use-rest-api)

```
use SandwaveIo\BaseKit\BaseKit;

$basekit = new BaseKit('', '', '');

$accountHolderRef = 123;
$brandRef = 456;

$basekit->sitesApi->create($accountHolderRef, $brandRef, "example.com");
```

How to contribute
-----------------

[](#how-to-contribute)

Feel free to create a PR if you have any ideas for improvements. Or create an issue.

- When adding code, make sure to add tests for it (phpunit).
- Make sure the code adheres to our coding standards (use php-cs-fixer to check/fix).
- Also make sure PHPStan does not find any bugs.

```
vendor/bin/php-cs-fixer fix

vendor/bin/phpstan analyze

vendor/bin/phpunit --coverage-text
```

These tools will also run in GitHub actions on PR's and pushes on master.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance21

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~71 days

Recently: every ~45 days

Total

21

Last Release

417d ago

Major Versions

0.1.4 → 2024.09.26.32024-09-26

PHP version history (3 changes)0.0.1PHP ^7.4

0.0.2PHP ^7.4|^8.0

0.1.2PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13864206?v=4)[sandwave](/maintainers/sandwave)[@sandwave](https://github.com/sandwave)

![](https://avatars.githubusercontent.com/u/48917857?v=4)[Thomas Ploegaert](/maintainers/ThomasRedpanda)[@ThomasRedpanda](https://github.com/ThomasRedpanda)

---

Top Contributors

[![ThomasRedpanda](https://avatars.githubusercontent.com/u/48917857?v=4)](https://github.com/ThomasRedpanda "ThomasRedpanda (30 commits)")[![FrontEndCoffee](https://avatars.githubusercontent.com/u/16303480?v=4)](https://github.com/FrontEndCoffee "FrontEndCoffee (17 commits)")[![stephanvdhorn](https://avatars.githubusercontent.com/u/59826710?v=4)](https://github.com/stephanvdhorn "stephanvdhorn (4 commits)")[![paulsandwavebot](https://avatars.githubusercontent.com/u/181111594?v=4)](https://github.com/paulsandwavebot "paulsandwavebot (3 commits)")[![arnowest](https://avatars.githubusercontent.com/u/827502?v=4)](https://github.com/arnowest "arnowest (2 commits)")[![radriaanse](https://avatars.githubusercontent.com/u/5745445?v=4)](https://github.com/radriaanse "radriaanse (2 commits)")[![AvOeffelen](https://avatars.githubusercontent.com/u/12064555?v=4)](https://github.com/AvOeffelen "AvOeffelen (2 commits)")[![patka-123](https://avatars.githubusercontent.com/u/69802930?v=4)](https://github.com/patka-123 "patka-123 (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sandwave-io-basekit-php/health.svg)

```
[![Health](https://phpackages.com/badges/sandwave-io-basekit-php/health.svg)](https://phpackages.com/packages/sandwave-io-basekit-php)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[theodo-group/llphant

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

1.5k311.5k5](/packages/theodo-group-llphant)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

517.9M7](/packages/avalara-avataxclient)[alexacrm/dynamics-webapi-toolkit

Web API toolkit for Microsoft Dynamics 365 and Dynamics CRM

81324.1k1](/packages/alexacrm-dynamics-webapi-toolkit)[keboola/storage-api-client

Keboola Storage API PHP Client

10387.5k25](/packages/keboola-storage-api-client)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)

PHPackages © 2026

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