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

ActiveLibrary[API Development](/categories/api)

pigmentab/airmee-php-sdk
========================

PHP SDK for the Airmee API

1.2.1(4y ago)015proprietaryPHP

Since Apr 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pigmentGit/airmee-php-sdk)[ Packagist](https://packagist.org/packages/pigmentab/airmee-php-sdk)[ RSS](/packages/pigmentab-airmee-php-sdk/feed)WikiDiscussions main Synced today

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

Airmee PHP SDK
==============

[](#airmee-php-sdk)

\[Everything in this file is subject to change as we evolve the SDK\]

API documentation available at:

Basic flow of the integration process:

### Classes

[](#classes)

- Main classes proposed for the Airmee SDK
- Decide what is the most logical way to implement constructors for the objects (would a builder pattern be sufficient?)

---

##### Address

[](#address)

( street\_and\_number string, city string, zip\_code string, country string )

- Role: Standard representation of an address
- Constraints: all fields not null / empty

---

##### Item

[](#item)

( parcel\_id string, length double, width double, height double, weight double, quantity integer, price integer, name string )

- Role: Standard representation of an item selected by a user while shopping online
- Constraints:
    - length, width, heigh, weight, quantity not null and positive
    - name not null / empty

---

##### Delivery\_Interval

[](#delivery_interval)

( pickup\_time\_earliest bigint, pickup\_time\_latest bigint, dropoff\_time\_earliest bigint, dropoff\_time\_latest bigint, pickup\_schedule\_formatted string, dropoff\_schedule\_formatted string )

- Role: Standard representation of the delivery intervals used by Airmee
- Constraints:

    - pickup\_time\_earliest, pickup\_time\_latest, dropoff\_time\_earliest, dropoff\_time\_latest not null and positive
    - pickup\_schedule\_formatted, dropoff\_schedule\_formatted not null / empty
    - pickup\_time\_earliest &lt; pickup\_time\_latest
    - dropoff\_time\_earliest &lt; dropoff\_time\_latest
- NOTE: The parameters should be immutable since they are served by the server. What's the best constructor pattern for this?

---

##### Delivery\_Request

[](#delivery_request)

( dropoff\_address Address, delivered\_items Item\[\],

ecomm\_id, receiver\_name, receiver\_phone\_number, receiver\_phone\_number\_country\_code, receiver\_email,

chosen\_delivery\_intervals DeliveryInterval,

dropoff\_message\_to\_courier \[optional\], dropoff\_lat \[optional\], dropoff\_lon \[optional\] )

- Role: Standard representation of the delivery request used by Airmee
- Constraints:
    - dropoff\_address is not null and valid
    - delivered\_items is not null, the array is not empty, and all the items inside are valid
    - ecomm\_id, receiver\_name not null / empty
    - receiver\_phone\_number(\_country\_code) valid -&gt; maybe validate with
    - receiver\_email is valid / not nul -&gt; use regex validation
    - chosen\_delivery\_interval is valid / not null

### Functions

[](#functions)

- Decide how to easily present these functions to the SDK consumers
- Should we have one class that provides all the functions?

##### get\_Delivery\_Intervals\_For\_Zip\_Code(zip\_code string)

[](#get_delivery_intervals_for_zip_codezip_code-string)

##### create\_Delivery\_Request(lots of params...)

[](#create_delivery_requestlots-of-params)

### Tests, Documentation and Versioning

[](#tests-documentation-and-versioning)

- What do we use for tests?
- What documentation should we have? There are 2 types of documentations: facing the SDK consumers and facing the SDK devs
- Semantic Versioning:
- What to use for dependency management?

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~919 days

Total

3

Last Release

1522d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f3582424c0b44da95cac9820c70b2993516c621667692a15a4fd92186fa3d4f?d=identicon)[pigmentGit](/maintainers/pigmentGit)

---

Top Contributors

[![MattDunbar](https://avatars.githubusercontent.com/u/445619?v=4)](https://github.com/MattDunbar "MattDunbar (2 commits)")[![writeshh](https://avatars.githubusercontent.com/u/26714639?v=4)](https://github.com/writeshh "writeshh (2 commits)")

---

Tags

airmee

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k69](/packages/verbb-formie)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10244.2k5](/packages/bitrix24-b24phpsdk)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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