PHPackages                             seams-cms/delivery-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. seams-cms/delivery-sdk

ActiveLibrary[API Development](/categories/api)

seams-cms/delivery-sdk
======================

SDK for the delivery API

0.0.9(6y ago)229131MITPHPPHP ^7.0CI failing

Since May 17Pushed 6y ago2 watchersCompare

[ Source](https://github.com/seams-cms/php-delivery-sdk)[ Packagist](https://packagist.org/packages/seams-cms/delivery-sdk)[ RSS](/packages/seams-cms-delivery-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (11)Versions (12)Used By (1)

### Seams-CMS delivery SDK for PHP

[](#seams-cms-delivery-sdk-for-php)

[![Packagist](https://camo.githubusercontent.com/0be926e29df1b8c8f7aeb9a5edbdb98ab38b6df98acc85dd31d9190ce6dbcbf3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365616d732d636d732f64656c69766572792d73646b2e737667)](https://packagist.org/packages/seams-cms/delivery-sdk)[![Build Status](https://camo.githubusercontent.com/92ae72804d6bbb25c22529b3419d4ee74e5755cc908533eee40efb53e6b54f1e/68747470733a2f2f7472617669732d63692e6f72672f7365616d732d636d732f7068702d64656c69766572792d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/seams-cms/php-delivery-sdk)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d96cf593a6e278c15a8ae34c0ac01a0e7b99611243087236647c15dcc8cd1434/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7365616d732d636d732f7068702d64656c69766572792d73646b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/seams-cms/php-delivery-sdk/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/113de12088665079f515ece451905e62f4d754c71c5bfdf37dae7310c3ca7996/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7365616d732d636d732f7068702d64656c69766572792d73646b2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/seams-cms/php-delivery-sdk/?branch=master)

This repository hosts the SDK for the Seams-CMS delivery API.

### Usage

[](#usage)

> Before installing, make sure you have an Seams-CMS account with an API key. This information is needed in the SDK.

```
$factory = new SeamsCMS\Delivery\ClientFactory(, );
$client = $factory->build();

$collection = $client->getWorkspaceCollection();
echo "Your workspace name: " . $collection->getEntries()[0]->getName() . PHP_EOL;

```

#### Using the image builder

[](#using-the-image-builder)

The image builder allows you to simply generate images based on your assets. It consists of a fluent interface that allows you to simple add commands to the builder. When calling `getSourceUrl`, the builder will take all commands and generate a URL that points to the actual image.

```
$imageSrc = $imageBuilder::fromPath(, )
    ->width(100)
    ->height(100)
    ->negate()
    ->getSourceUrl()
;

echo "";

```

### Contributing

[](#contributing)

Please read the [CONTRIBUTION](CONTRIBUTION.md) file for more information on how to contribute.

### Running tests

[](#running-tests)

Note that when running tests, you must install all the composer packages first. Run `composer install`in the current directory to install all (development) packages before running the tests.

Running all tests:

```
composer tests

```

To run only the unit-tests:

```
./vendor/bin/phpunit

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.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 ~35 days

Recently: every ~62 days

Total

9

Last Release

2271d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/19b14ca62f80ce8c77ae749ddf04e2d4077451db9f701f3bd37dec1dc950c76b?d=identicon)[JayTaph](/maintainers/JayTaph)

---

Top Contributors

[![jaytaph](https://avatars.githubusercontent.com/u/241458?v=4)](https://github.com/jaytaph "jaytaph (72 commits)")[![arjank](https://avatars.githubusercontent.com/u/457006?v=4)](https://github.com/arjank "arjank (8 commits)")[![skoop](https://avatars.githubusercontent.com/u/90003?v=4)](https://github.com/skoop "skoop (1 commits)")

---

Tags

apicmssdkseams-cms

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/seams-cms-delivery-sdk/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M650](/packages/sylius-sylius)[saloonphp/saloon

Build beautiful API integrations and SDKs with Saloon

2.4k9.6M467](/packages/saloonphp-saloon)[theodo-group/llphant

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

1.5k311.5k5](/packages/theodo-group-llphant)[yoti/yoti-php-sdk

Yoti SDK for quickly integrating your PHP backend with Yoti

27539.9k1](/packages/yoti-yoti-php-sdk)[commercetools/commercetools-sdk

The official PHP SDK for the commercetools Composable Commerce APIs

19281.5k](/packages/commercetools-commercetools-sdk)[php-heroku-client/php-heroku-client

A PHP client for the Heroku Platform API

24404.8k4](/packages/php-heroku-client-php-heroku-client)

PHPackages © 2026

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