PHPackages                             printsites/deliv-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. printsites/deliv-php

ActiveLibrary[API Development](/categories/api)

printsites/deliv-php
====================

http://www.deliv.co/ PHP SDK

2.0.4(9y ago)61131MITPHP

Since Oct 28Pushed 9y ago6 watchersCompare

[ Source](https://github.com/printsites/deliv-php)[ Packagist](https://packagist.org/packages/printsites/deliv-php)[ RSS](/packages/printsites-deliv-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Deliv PHP Library
=================

[](#deliv-php-library)

Learn more at [Deliv.co](http://www.deliv.co/).

Usage
-----

[](#usage)

Setup client

```
     $client = new \Deliv\DelivClient('apikey', 'production||');
     $client->deliveries->cancelDelivery('');
```

WIP Documentation
-----------------

[](#wip-documentation)

Still a work in progress, but all methods are available in this style and format.

### Deliveries &amp; Estimate

[](#deliveries--estimate)

**Create Estimate**

```
    $client->deliveries->createDeliveryEstimate($data);
```

**Get Delivery Estimate**

```
    $client->deliveries->getDeliveryEstimate($id);
```

**Create Delivery**

```
    $client->deliveries->createDelivery($data);
```

**Get Delivery By Id**

```
    $client->deliveries->getDelivery('id');
```

**Update Delivery**

```
    $client->deliveries->updateDelivery($delivery);
```

Running Tests
-------------

[](#running-tests)

```
composer install --dev
phpunit
```

### Notes

[](#notes)

Heavily inspired by

(c) 2017 iSourceWorldWide, LLC

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~48 days

Total

5

Last Release

3292d ago

### Community

Maintainers

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

---

Top Contributors

[![jozwikjp](https://avatars.githubusercontent.com/u/498532?v=4)](https://github.com/jozwikjp "jozwikjp (32 commits)")[![mwisner](https://avatars.githubusercontent.com/u/201416?v=4)](https://github.com/mwisner "mwisner (15 commits)")[![donaldwasserman](https://avatars.githubusercontent.com/u/5202922?v=4)](https://github.com/donaldwasserman "donaldwasserman (1 commits)")

---

Tags

deliveriesphpsdksdk-php

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/printsites-deliv-php/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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