PHPackages                             chrishardinge/nbn-lookup - 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. [Search &amp; Filtering](/categories/search)
4. /
5. chrishardinge/nbn-lookup

ActiveLibrary[Search &amp; Filtering](/categories/search)

chrishardinge/nbn-lookup
========================

Check NBN availability at a given address.

v0.1.0(7y ago)4623MITPHPPHP ^7.1.3

Since Sep 30Pushed 7y ago3 watchersCompare

[ Source](https://github.com/chrishardinge/nbn-lookup)[ Packagist](https://packagist.org/packages/chrishardinge/nbn-lookup)[ Docs](https://chrishardinge.com)[ RSS](/packages/chrishardinge-nbn-lookup/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

NBN Lookup
==========

[](#nbn-lookup)

A simple package to check NBN availability at a given address.

This is an initial release with minimum functionality, so there will be breaking changes.

Installation via Composer:

```
$ composer require chrishardinge/nbn-lookup
```

Usage
-----

[](#usage)

```
use ChrisHardinge\NbnLookup\Search;

$search = new Search();
$result = $search->byAddress("Level 40 360 Elizabeth Street, Melbourne Victoria 3000");
```

Below is an example of the data returned. I've used `json_encode($result)` for ease of viewing

```
{
    "timestamp": 1538304606287,
    "location": {
        "id": "LOC000047125105",
        "formattedAddress": "L 40 360 ELIZABETH ST MELBOURNE VIC 3000 Australia",
        "latitude": -37.810952,
        "longitude": 144.961931
    },
    "servingArea": {
        "csaId": "CSA300000010316",
        "techType": "FTTC",
        "serviceType": "Fixed line",
        "serviceStatus": "in_construction",
        "serviceCategory": "brownfields",
        "rfsMessage": "Oct-Dec 2018",
        "description": "Exhibition"
    },
    "addressDetail": {
        "id": "LOC000047125105",
        "latitude": -37.810952,
        "longitude": 144.961931,
        "reasonCode": "FTTC_NA",
        "serviceType": "Fixed line",
        "serviceStatus": "in_construction",
        "techType": "FTTC",
        "rfsMessage": "Oct-Dec 2018",
        "formattedAddress": "L 40 360 ELIZABETH ST MELBOURNE VIC 3000 Australia",
        "frustrated": false
    }
}
```

You can get the same results by using

```
$search->byLocId('LOC000047125105');
```

If there is no detail available from the API, null will be returned.

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

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

2830d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4948371?v=4)[Chris Hardinge](/maintainers/chrishardinge)[@chrishardinge](https://github.com/chrishardinge)

---

Top Contributors

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

---

Tags

searchlookupnbn

### Embed Badge

![Health badge](/badges/chrishardinge-nbn-lookup/health.svg)

```
[![Health](https://phpackages.com/badges/chrishardinge-nbn-lookup/health.svg)](https://phpackages.com/packages/chrishardinge-nbn-lookup)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[statamic-rad-pack/meilisearch

meilisearch search driver for Statamic

1670.4k](/packages/statamic-rad-pack-meilisearch)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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