PHPackages                             parceltrap/driver-auspost - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. parceltrap/driver-auspost

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

parceltrap/driver-auspost
=========================

An Australia Post driver for ParcelTrap

v1.1.0(1mo ago)03MITPHPPHP ^8.4CI failing

Since Oct 10Pushed 1mo agoCompare

[ Source](https://github.com/parceltrap/driver-auspost)[ Packagist](https://packagist.org/packages/parceltrap/driver-auspost)[ Fund](https://ecologi.com/owenvoke?gift-trees)[ GitHub Sponsors](https://github.com/owenvoke)[ RSS](/packages/parceltrap-driver-auspost/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (14)Versions (3)Used By (0)

ParcelTrap Australia Post Driver
================================

[](#parceltrap-australia-post-driver)

[![Latest Version on Packagist](https://camo.githubusercontent.com/197ec57046a902023868c01559ccff65fd97ec40b2b4b57867bddd107ae1fd3d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70617263656c747261702f6472697665722d617573706f73742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/parceltrap/driver-auspost)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/8e4408765185846a10f8603c5f6cce81bb5704f792306b93cf268b735df9abcc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70617263656c747261702f6472697665722d617573706f73742f74657374732e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265266c6162656c3d5465737473)](https://github.com/parceltrap/driver-auspost/actions)[![Static Analysis](https://camo.githubusercontent.com/0b933a2e6c7ed46e2f4af307732f088f7f6f6fc298b7168eb3132dad0417c25e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70617263656c747261702f6472697665722d617573706f73742f7374617469632e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265266c6162656c3d537461746963253230416e616c79736973)](https://github.com/parceltrap/driver-auspost/actions/workflows/static.yml)[![Total Downloads](https://camo.githubusercontent.com/ff9abf85537fae2f30685822751708cec649f299e6238e0f595a98f53504dbc1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70617263656c747261702f6472697665722d617573706f73742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/parceltrap/driver-auspost)[![Buy us a tree](https://camo.githubusercontent.com/910e097fe46a40add8f3484705ecbc26dc047df84b2fef027405f47408023d76/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54726565776172652d2546302539462538432542332d6c69676874677265656e3f7374796c653d666c61742d737175617265)](https://ecologi.com/owenvoke?gift-trees)

An Australia Post driver for ParcelTrap

Install
-------

[](#install)

Via Composer

```
composer require parceltrap/driver-auspost
```

Usage
-----

[](#usage)

Add the following to the `drivers` section of your `config/parceltrap.php` file:

```
'auspost' => [
    'api_key' => env('PARCELTRAP_AUSPOST_API_KEY'),
    'password' => env('PARCELTRAP_AUSPOST_PASSWORD'),
    'account_number' => env('PARCELTRAP_AUSPOST_ACCOUNT_NUMBER'),
],

```

```
use ParcelTrap\ParcelTrap;

/** @var ParcelTrap $parcelTrap */
$auspost = $parcelTrap->driver('auspost');

$details = $auspost->find('ABC123');
echo $details->status->description(); // Not Found, Delivered, etc
```

Configure the relevant environment variables in your `.env` file.

Change log
----------

[](#change-log)

Please see [GitHub Releases](https://github.com/parceltrap/driver-auspost/releases) for more information on what has changed recently.

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

We encourage people to come forward with fixes and general improvements. If you fork this repo to provide a fix, please open an issue or PR with reference to your changes. This driver was built off of the documentation provided by AusPost without any real testing, due to being unable to acquire sandbox/test access.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Owen Voke](https://github.com/owenvoke)
- [Bradie Tilley](https://github.com/bradietilley)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Treeware
--------

[](#treeware)

You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees [here](https://ecologi.com/owenvoke?gift-trees).

Read more about Treeware at [treeware.earth](https://treeware.earth).

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance92

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~1267 days

Total

2

Last Release

40d ago

PHP version history (2 changes)v1.0.0PHP ^8.1

v1.1.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

---

Top Contributors

[![bradietilley](https://avatars.githubusercontent.com/u/44430471?v=4)](https://github.com/bradietilley "bradietilley (12 commits)")[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (3 commits)")

---

Tags

hacktoberfestparceltrapparceltrap-driveraustralia-postauspostparceltrap-driver

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/parceltrap-driver-auspost/health.svg)

```
[![Health](https://phpackages.com/badges/parceltrap-driver-auspost/health.svg)](https://phpackages.com/packages/parceltrap-driver-auspost)
```

###  Alternatives

[verbb/shippy

A framework agnostic, multi-carrier shipping library for PHP.

1610.1k1](/packages/verbb-shippy)[stefanbauer/laravel-favicon-extractor

A favicon extractor for Laravel

10125.3k](/packages/stefanbauer-laravel-favicon-extractor)[verbb/postie

Get shipping rates, tracking status and print labels with Australia Post, UPS, USPS, FedEx, DHL Express, and more.

1218.9k](/packages/verbb-postie)[arubacao/aws-ip-range-middleware

Laravel Middleware for Amazon Web Services (AWS) IP Address Range

172.3k](/packages/arubacao-aws-ip-range-middleware)

PHPackages © 2026

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