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

ActiveLibrary[API Development](/categories/api)

wodby/wodby-sdk-php
===================

Wodby SDK for PHP

3.0.18(3y ago)37.7k↓91.7%[1 issues](https://github.com/wodby/wodby-sdk-php/issues)MITPHPPHP &gt;=7.0CI failing

Since Oct 4Pushed 3y ago2 watchersCompare

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

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

Wodby SDK PHP
=============

[](#wodby-sdk-php)

[![TravisCI](https://camo.githubusercontent.com/a21ec870978572fb4543224c0d9ce68a0ac58cd7a29acb0b70e6efba067b2c29/68747470733a2f2f7472617669732d63692e6f72672f776f6462792f776f6462792d73646b2d7068702e737667)](https://travis-ci.org/wodby/wodby-sdk-php)[![Latest stable](https://camo.githubusercontent.com/7f73843b9472623d8e63d7feabb695d78ae118fba9c8842620f062cf0579d12d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776f6462792f776f6462792d73646b2d7068702e737667)](https://packagist.org/packages/wodby/wodby-sdk-php)

The Wodby SDK for PHP makes it easy for developers to access Wodby in their PHP code. You can get started in minutes by installing the SDK through Composer or by downloading a single zip.

---

- [Documentation](#documentation)
- [Install](#install)
- [Basic usage](#basic-usage)

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

[](#documentation)

- [API reference](https://wodby.com/docs/api)
- [Automatically generated documentation](SwaggerClient-php)

Install
-------

[](#install)

```
composer require wodby/wodby-sdk-php
```

Basic usage
-----------

[](#basic-usage)

```
require_once './vendor/autoload.php';

$config = \Wodby\Api\Configuration::getDefaultConfiguration()
    ->setApiKey('X-API-KEY', 'YOUR_API_KEY');

$appApi = new \Wodby\Api\Client\ApplicationApi(new GuzzleHttp\Client(), $config);

// Fetch apps and print them.
$apps = $appApi->getApps();

/** @var \Wodby\Api\Model\App $app */
foreach ($apps as $app) {
    echo sprintf('ID: %d, Name: %s', $app->getId(), $app->getName()), PHP_EOL;
}
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 67.9% 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 ~104 days

Recently: every ~183 days

Total

24

Last Release

1161d ago

Major Versions

0.1.4 → 2.0.02016-10-11

2.0.0 → 3.0.02018-08-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/a36bc53814d825959032118bb33b885f77eee8dc3e1f185e2e1c17f7399a0e0a?d=identicon)[PavelPrischepa](/maintainers/PavelPrischepa)

![](https://www.gravatar.com/avatar/24f9525ab40ea7d170f7a1dc72bf8fed621e60d24611264551688348771d3ce8?d=identicon)[wodbot](/maintainers/wodbot)

---

Top Contributors

[![pprishchepa](https://avatars.githubusercontent.com/u/1525104?v=4)](https://github.com/pprishchepa "pprishchepa (89 commits)")[![wodbot](https://avatars.githubusercontent.com/u/41817610?v=4)](https://github.com/wodbot "wodbot (30 commits)")[![csandanov](https://avatars.githubusercontent.com/u/1058233?v=4)](https://github.com/csandanov "csandanov (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")

---

Tags

phpsdkwodbyphpapisdkcloudwodby

###  Code Quality

TestsCodeception

### Embed Badge

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

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

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[resend/resend-php

Resend PHP library.

596.2M35](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M11](/packages/checkout-checkout-sdk-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[clicksend/clicksend-php

301.6M11](/packages/clicksend-clicksend-php)[fingerprint/fingerprint-pro-server-api-sdk

Fingerprint Server API allows you to get, search, and update Events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.

32250.3k1](/packages/fingerprint-fingerprint-pro-server-api-sdk)

PHPackages © 2026

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