PHPackages                             wrkflow/php-api-sdk-builder - 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. wrkflow/php-api-sdk-builder

ActiveLibrary[API Development](/categories/api)

wrkflow/php-api-sdk-builder
===========================

This package helps you build PHP clients for external APIs with dependency injection and type strict code in mind.

v0.1.1(4y ago)25.7k↑66.7%2[18 issues](https://github.com/wrk-flow/php-api-sdk-builder/issues)MITPHPPHP &gt;=8.1CI passing

Since Apr 30Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/wrk-flow/php-api-sdk-builder)[ Packagist](https://packagist.org/packages/wrkflow/php-api-sdk-builder)[ Docs](https://github.com/wrk-flow/php-api-sdk-builder)[ GitHub Sponsors](https://github.com/sponsors/pionl)[ RSS](/packages/wrkflow-php-api-sdk-builder/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (13)Versions (15)Used By (0)

### Build unified APIs with dependency injection and strict code in mind.

[](#build-unified-apis-with-dependency-injection-and-strict-code-in-mind)

```
composer require wrkflow/php-api-sdk-builder
```

> This package is still in its early stages. But the main concepts will probably remain same.

This package helps you build PHP clients for external APIs with dependency injection and type strict code in mind.

Why to use?
-----------

[](#why-to-use)

- If you want to consume external API without losing type strict code (Data transfer objects instead of array keys).
- If you work with multiple APIs and want to use the same conventions.
- If you want to provide type strict way to build request parameters.
- If you want to save time building HTTP/s request.

Features
--------

[](#features)

[![img](https://camo.githubusercontent.com/ca93034b4d57a7539be7e1d840a3ba84a75d450e60081aa65e2dd1a6aae842fb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d382d626c7565)](https://camo.githubusercontent.com/ca93034b4d57a7539be7e1d840a3ba84a75d450e60081aa65e2dd1a6aae842fb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d382d626c7565)[![php](https://camo.githubusercontent.com/02eb24493c71a89fa4fd6672475962a2c1356dec493b716327ae9f9ab5c6bbbc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312d423042334436)](https://camo.githubusercontent.com/02eb24493c71a89fa4fd6672475962a2c1356dec493b716327ae9f9ab5c6bbbc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312d423042334436)[![coverage](https://camo.githubusercontent.com/551bda981130f35edc10433fa426f24becaf85d67d0144a8f746f9188f5e1255/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470733a2f2f676973742e67697468756275736572636f6e74656e742e636f6d2f70696f6e6c2f62646165373030653231373439633335333264373936316631643862323532622f7261772f636f7665726167652e6a736f6e)](https://camo.githubusercontent.com/551bda981130f35edc10433fa426f24becaf85d67d0144a8f746f9188f5e1255/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470733a2f2f676973742e67697468756275736572636f6e74656e742e636f6d2f70696f6e6c2f62646165373030653231373439633335333264373936316631643862323532622f7261772f636f7665726167652e6a736f6e)

- 🛠 Dependency injection using your favorite framework (Laravel, *PR for more*)
- ✅ Uses PSR packages you already use for HTTP/S communication
- 🏆 Forcing type strict implementation for input (request options) and output (`Response`)
- 🎗 Encouraging `Data transfer objects`
- 🎭 Re-usable and configurable headers using objects

[📖 Read the documentation](https://php-sdk-builder.wrk-flow.com)

APIs packages
-------------

[](#apis-packages)

> List of APIs made with this package

- Maggelano Channel manager - *TODO*

Development
-----------

[](#development)

For development read [CONTRIBUTIONS](https://php-sdk-builder.wrk-flow.com/contributions)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.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 ~101 days

Recently: every ~61 days

Total

14

Last Release

208d ago

### Community

Maintainers

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

---

Top Contributors

[![pionl](https://avatars.githubusercontent.com/u/1878831?v=4)](https://github.com/pionl "pionl (83 commits)")[![h4kuna](https://avatars.githubusercontent.com/u/335722?v=4)](https://github.com/h4kuna "h4kuna (6 commits)")[![jakub-dibala](https://avatars.githubusercontent.com/u/145317717?v=4)](https://github.com/jakub-dibala "jakub-dibala (2 commits)")

---

Tags

apiapi-builderdependency-injectionlaravelphp8

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wrkflow-php-api-sdk-builder/health.svg)

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

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[openai-php/client

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

5.8k28.0M318](/packages/openai-php-client)[sylius/sylius

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

8.5k5.9M737](/packages/sylius-sylius)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M85](/packages/mollie-mollie-api-php)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)

PHPackages © 2026

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