PHPackages                             jenn0pal/airspeedapi-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. jenn0pal/airspeedapi-php

ActiveLibrary

jenn0pal/airspeedapi-php
========================

git remote add origin git@github.com:jenn0pal/airspeedapi-php.git

v1.0.1(5y ago)05[2 PRs](https://github.com/jenn0pal/airspeedapi-php/pulls)MITPHPPHP &gt;=5.5

Since May 27Pushed 2y ago1 watchersCompare

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

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

Unofficial Airspeed PHP Client
==============================

[](#unofficial-airspeed-php-client)

Installation
------------

[](#installation)

To install, run command:

```
composer require jenn0pal/airspeedapi-php:~1.0

```

Usage
-----

[](#usage)

Refer to AirspeedAPI documentation for parameters

```
use jenn0pal\Api\AirspeedApi;

$api = new AirspeedApi([
    'url' => 'API URL',
    'username' => 'USERNAME',
    'password' => 'PASSWORD',
    'api_key' => 'APIKEY',
    'token' => 'TOKEN'
]);

 $quote_data = [
    "merchantID" => 2,
    "serviceType" => "Door to Door",
    ...
 ];

// Get Quotation
$response = $api->quote($quote_data);
print_r((string) $response->getBody());

// {"ResponseCode":200,"ResponseDetail":"Qoute Generated","deliveryCharge":100.0000,"remarks":"Calculation Success","returnNum":1}

 $pickup_data = [
    "merchantID" => 2,
    "serviceType" => "Door to Door",
    ...
 ];

// Pickup
$response = $api->pickup($pickup_data);
print_r((string) $response->getBody());

// {"ResponseCode":200,"ResponseDetail":"Waybill Updated","id":0,"trackingRefNo":"PXAIR00001" ,"remarks":"Transaction Success","returnNum":2}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~36 days

Total

2

Last Release

2142d ago

Major Versions

v1.0.1 → 2.0.0.x-dev2020-07-03

PHP version history (2 changes)v1.0.1PHP &gt;=5.5

2.0.0.x-devPHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4667657?v=4)[Ray Jonathan](/maintainers/jenn0pal)[@jenn0pal](https://github.com/jenn0pal)

---

Top Contributors

[![jenn0pal](https://avatars.githubusercontent.com/u/4667657?v=4)](https://github.com/jenn0pal "jenn0pal (3 commits)")

### Embed Badge

![Health badge](/badges/jenn0pal-airspeedapi-php/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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