PHPackages                             cjario/omniship-australia-post - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. cjario/omniship-australia-post

ActiveLibrary[HTTP &amp; Networking](/categories/http)

cjario/omniship-australia-post
==============================

Australia Post Shipping Carrier for Omniship

v1.0(7y ago)058MITPHP

Since Dec 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/cjario/omniship-australia-post)[ Packagist](https://packagist.org/packages/cjario/omniship-australia-post)[ RSS](/packages/cjario-omniship-australia-post/feed)WikiDiscussions master Synced yesterday

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

Omniship: Australia Post
========================

[](#omniship-australia-post)

**Australia Post driver for the Omniship PHP shipping carrier library**

[Omniship](https://github.com/cjario/omniship-common) is a framework agnostic, multi-carrier shipping library for PHP. This package implements Australia Post support for Omniship.

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

[](#installation)

Omniship is installed via [Composer](http://getcomposer.org/). To install, simply require `cjario/omniship-common` and `cjario/omniship-australia-post` with Composer:

```
composer require cjario/omniship-common cjario/omniship-australia-post

```

Basic Usage
-----------

[](#basic-usage)

The following gateways are provided by this package:

- Australia Post

For general usage instructions, please see the main [Omniship](https://github.com/cjario/omniship-common)repository.

### Basic example (Domestic)

[](#basic-example-domestic)

```
$carrier = \Omniship\Omniship::create('AustraliaPost_Domestic');
$carrier->setApiKey('test_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM');
Or
$carrier->setApiKey(Yii::$app->params['AUSPOST_API_KEY']);

// Get list of boxes provided by carrier
$resp = $carrier->box()->send();
print_r($resp->getData());

// Retrieve a list of available domestic postage services
 $serviceArr = [
     'fromPostcode' => '2000',
     'toPostcode' => '3000',
     'parcelLengthInCMs' => 22,
     'parcelWidthInCMs' => 16,
     'parcelHeighthInCMs' => 7.7,
     'parcelWeightInKGs' => 1.5,
 ];
 $resp = $carrier->service()->sendData($serviceArr);
 print_r($resp->getData());

// Calculate total delivery price
 $serviceArr = [
     'fromPostcode' => '2000',
     'toPostcode' => '3000',
     'parcelLengthInCMs' => 22,
     'parcelWidthInCMs' => 16,
     'parcelHeighthInCMs' => 7.7,
     'parcelWeightInKGs' => 1.5,
 ];
 $resp = $carrier->postage(['parcelType'=> 'AUS_PARCEL_EXPRESS'])->sendData($serviceArr);
 print_r($resp->getData());
```

Support
-------

[](#support)

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/cjario/omniship-australia-post/issues), or better yet, fork the library and submit a pull request.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Unknown

Total

1

Last Release

2706d ago

### Community

Maintainers

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

---

Top Contributors

[![tmukherjee13](https://avatars.githubusercontent.com/u/6323758?v=4)](https://github.com/tmukherjee13 "tmukherjee13 (15 commits)")

---

Tags

shippingdhlaustralia-postcarriercodejar

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/cjario-omniship-australia-post/health.svg)

```
[![Health](https://phpackages.com/badges/cjario-omniship-australia-post/health.svg)](https://phpackages.com/packages/cjario-omniship-australia-post)
```

###  Alternatives

[whatarmy/fedex-rest

New FedEx Rest API wrapper

2440.5k1](/packages/whatarmy-fedex-rest)[ivanmitrikeski/laravel-shipping

Shipping package for Laravel. Supported providers: CanadaPost, USPS, UPS, FedEx and Purolator.

206.8k2](/packages/ivanmitrikeski-laravel-shipping)

PHPackages © 2026

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