PHPackages                             servebolt/sdk - 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. servebolt/sdk

ActiveLibrary[API Development](/categories/api)

servebolt/sdk
=============

A PHP SDK for communicating with the Servebolt API.

1.2.14(6mo ago)21.5k↑100%1BSD-3-ClausePHPPHP ^7.4|^8.0

Since Feb 19Pushed 6mo ago3 watchersCompare

[ Source](https://github.com/Servebolt/php-sdk)[ Packagist](https://packagist.org/packages/servebolt/sdk)[ Docs](https://servebolt.com)[ RSS](/packages/servebolt-sdk/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (9)Versions (35)Used By (0)

Servebolt PHP SDK
=================

[](#servebolt-php-sdk)

A PHP-based software development kit to access the [Servebolt API](https://docs.servebolt.io/).

Get started
-----------

[](#get-started)

You can install **servebolt-php-sdk** via composer or by downloading the source.

### Via Composer:

[](#via-composer)

**servebolt-php-sdk** is available on Packagist as the [`servebolt/sdk`](https://packagist.org/packages/servebolt/sdk) package:

```
composer require servebolt/sdk

```

### From source:

[](#from-source)

You can also build the source code yourself.

1. Check out source: `git clone git@github.com:Servebolt/php-sdk.git`
2. Navigate into directory: `cd php-sdk`
3. Run `composer install`

Usage
-----

[](#usage)

### Initialization

[](#initialization)

Remember to include the Composer autoload-file!

```
require __DIR__ . '/vendor/autoload.php';
use Servebolt\Sdk\Client;
$client = new Client([
    'apiToken' => 'your-api-token',
]);
$response = $client->cron->list(); // Example call - get all cron jobs
```

Documentation
-------------

[](#documentation)

Please visit our [documentation](https://php-sdk.dev.servebolt.com/) for further details.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance67

Regular maintenance activity

Popularity22

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 80.8% 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 ~58 days

Recently: every ~94 days

Total

32

Last Release

192d ago

PHP version history (4 changes)1.0.0-betaPHP ^7.4

1.0.0-beta.1PHP ^7.3

1.2.1PHP ^7.3|^8.0

1.2.5PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b6bea70b999354b7aaccfb28e23f7d6c0b0470ea3043595e453943bb235106c?d=identicon)[servebolt](/maintainers/servebolt)

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

![](https://www.gravatar.com/avatar/34abd1fddb93e82af5f858b4ecc657e213278fe87306d5c9b9f13b95b0c3973f?d=identicon)[jimnordbsb](/maintainers/jimnordbsb)

---

Top Contributors

[![andykillen](https://avatars.githubusercontent.com/u/2059711?v=4)](https://github.com/andykillen "andykillen (42 commits)")[![ennorehling](https://avatars.githubusercontent.com/u/629521?v=4)](https://github.com/ennorehling "ennorehling (8 commits)")[![jimservebolt](https://avatars.githubusercontent.com/u/174115440?v=4)](https://github.com/jimservebolt "jimservebolt (2 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/servebolt-sdk/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k51](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

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

528.7M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

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

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

2084.7k6](/packages/aimeos-prisma)

PHPackages © 2026

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