PHPackages                             jaybizzle/deploybot-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. jaybizzle/deploybot-api

ActiveLibrary[API Development](/categories/api)

jaybizzle/deploybot-api
=======================

A simple PHP wrapper for the DeployBot API

v2.1.0(6y ago)1921.2k5MITPHPPHP &gt;=5.6.0

Since Aug 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/JayBizzle/DeployBot-API)[ Packagist](https://packagist.org/packages/jaybizzle/deploybot-api)[ Docs](https://github.com/JayBizzle/DeployBot-API/)[ RSS](/packages/jaybizzle-deploybot-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

DeployBot API
=============

[](#deploybot-api)

[![Build Status](https://camo.githubusercontent.com/2781252f507559db3c37758521f09affbd91f10c383db5db1328b0212847fc4e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4a617942697a7a6c652f4465706c6f79426f742d4150492f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/JayBizzle/DeployBot-API) [![StyleCI](https://camo.githubusercontent.com/e2d0947d46a5fbb9466edcad8f26c52c286657390254f0b49dc86a1502f18ca6/68747470733a2f2f7374796c6563692e696f2f7265706f732f34303437383630382f736869656c64)](https://styleci.io/repos/40478608) [![Total Downloads](https://camo.githubusercontent.com/e0ffc8f2b5ee9c4f1eacfca96ecd38e296b199423ba610893ea6493a86e232cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4a617942697a7a6c652f4465706c6f79426f742d4150492e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jaybizzle/deploybot-api)

### Installation

[](#installation)

Add `"jaybizzle/deploybot-api": "2.*"` to your composer.json.

### Older Versions

[](#older-versions)

If you need to use this with older versions of PHP or Guzzle, then see the `1.0` branch

### Usage

[](#usage)

You can read the official DeployBot API documention here -

All the DeployBot API endpoints can be called by prefixing the name with `get` e.g

```
use Jaybizzle\DeployBot;

$db = new DeployBot('YOUR_API_KEY', 'YOUR_ACCOUNT_NAME');

// get all users
$users = $db->getUsers();

// get a specific user
$user = $db->getUsers(324);
```

Some DeployBot API endpoints can accept query string parameters, such as `limit` to limit the number of results returned. Taking the above users example, we can simply do this...

```
$users = $db->limit(10)->getUsers();
```

These can also be chained...

```
$users = $db->limit(10)->after(324)->getUsers();
```

Some more examples...

```
//  list deployments for environment and limit results
$deployments = $db->environmentId(3452)->limit(10)->getDeployments();

// list repositories and limit results
$repositories = $db->limit(20)->getRepositories();
```

*NOTE: Query parameters are listed in the DeployBot API docs as `snake_case` but we access them using `camelCase` methods so all method calls have a consistent naming convention*

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 90.2% 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 ~284 days

Recently: every ~356 days

Total

6

Last Release

2509d ago

Major Versions

1.0.x-dev → v2.0.02016-09-23

PHP version history (2 changes)v1.0.0PHP &gt;=5.4.0

v2.0.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/340752?v=4)[Mark Beech](/maintainers/JayBizzle)[@JayBizzle](https://github.com/JayBizzle)

---

Top Contributors

[![JayBizzle](https://avatars.githubusercontent.com/u/340752?v=4)](https://github.com/JayBizzle "JayBizzle (37 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (2 commits)")[![jarrodbell](https://avatars.githubusercontent.com/u/746014?v=4)](https://github.com/jarrodbell "jarrodbell (1 commits)")[![mbarany](https://avatars.githubusercontent.com/u/1434605?v=4)](https://github.com/mbarany "mbarany (1 commits)")

---

Tags

apideploydeploybotdploy

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jaybizzle-deploybot-api/health.svg)

```
[![Health](https://phpackages.com/badges/jaybizzle-deploybot-api/health.svg)](https://phpackages.com/packages/jaybizzle-deploybot-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)
