PHPackages                             saintsweeto/nz-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. [API Development](/categories/api)
4. /
5. saintsweeto/nz-post

ActiveLibrary[API Development](/categories/api)

saintsweeto/nz-post
===================

A PHP wrapper for NZ Post API

1.0.0(5y ago)261[1 issues](https://github.com/saintsweeto/nz-post/issues)MITPHP

Since Sep 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/saintsweeto/nz-post)[ Packagist](https://packagist.org/packages/saintsweeto/nz-post)[ RSS](/packages/saintsweeto-nz-post/feed)WikiDiscussions master Synced today

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

NZ Post
=======

[](#nz-post)

A PHP wrapper for NZ Post API

ParcelAddress API
-----------------

[](#parceladdress-api)

[API specification summary](https://anypoint.mulesoft.com/exchange/portals/nz-post-group/b8271f09-2ad8-4e1c-b6b1-322c5727d148/parceladdress-api/minor/1.0/console/summary/)

#### Initialization

[](#initialization)

```
$parcel = new ParcelAddress(CLIENT_ID, CLIENT_SECRET);

```

#### Search for address

[](#search-for-address)

Returns a list of suggested domestic addresses for an address fragment.

```
$parcel->searchForAddress(address, count);

```

#### Get address detail by address id

[](#get-address-detail-by-address-id)

Returns the detailed information for a single domestic address identifier.

```
$parcel->getAddressByAddressId(address_id');

```

#### Get address detail by dpid

[](#get-address-detail-by-dpid)

Returns the detailed information for a single dpid.

```
$parcel->getAddressByDpid(dpid);

```

#### Domestic suburbs suggestion

[](#domestic-suburbs-suggestion)

Returns a list of suggested domestic suburbs for a suburb fragment.

```
$parcel->searchForSuburbs(address, count);

```

#### Collection locations

[](#collection-locations)

Returns a list of parcel collection points nearest to the coordinates provided.

```
$parcel->getCollectionLocations(lat, long, count);

```

#### Search for international address

[](#search-for-international-address)

Returns a list of suggested addresses for a given country code and address fragment.

```
$parcel->searchForInternationalAddress(address, country_code, count);

```

#### Get international address detail

[](#get-international-address-detail)

Returns the detailed information for a single international address identifier.

```
$parcel->getInternationalAddress(address_id);

```

#### Australian address lookup

[](#australian-address-lookup)

This resource is intended to be used in conjunction with the Get International Address Detail resource.

```
$parcel->getAustralianAddress(address_id);

```

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

2171d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23696052?v=4)[saintsweeto](/maintainers/saintsweeto)[@saintsweeto](https://github.com/saintsweeto)

---

Top Contributors

[![saintsweeto](https://avatars.githubusercontent.com/u/23696052?v=4)](https://github.com/saintsweeto "saintsweeto (6 commits)")

---

Tags

nz-postphp-wrappernz-postnz-post apinz-post php wrapper

### Embed Badge

![Health badge](/badges/saintsweeto-nz-post/health.svg)

```
[![Health](https://phpackages.com/badges/saintsweeto-nz-post/health.svg)](https://phpackages.com/packages/saintsweeto-nz-post)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)[files.com/files-php-sdk

Files.com PHP SDK

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

PHPackages © 2026

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