PHPackages                             hod/nbn-availability - 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. hod/nbn-availability

ActiveLibrary[API Development](/categories/api)

hod/nbn-availability
====================

NBN Availability Checker

v0.2.1(8y ago)026MITPHPPHP &gt;=7.0.0

Since Nov 6Pushed 8y ago2 watchersCompare

[ Source](https://github.com/houseofdross/nbn-availability)[ Packagist](https://packagist.org/packages/hod/nbn-availability)[ RSS](/packages/hod-nbn-availability/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

NBN Availability Checker
========================

[](#nbn-availability-checker)

[![Latest Version](https://camo.githubusercontent.com/cfc245b0fce7ec73c764d8ada86dfceb51d863cf3e6106bf6527343cda61f21b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686f642f6e626e2d617661696c6162696c6974792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hod/nbn-availability)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/9e340ea5f94f6142fb05ba8663a71417f23087bc6a815520772628ad5e7e99a9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f686f7573656f6664726f73732f6e626e2d617661696c6162696c6974792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/houseofdross/nbn-availability)[![Test Coverage](https://camo.githubusercontent.com/2f155715da96f719f85185ba7dc93b1ecd661d9b76bfe170181b29d86e95b935/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652f6769746875622f686f7573656f6664726f73732f6e626e2d617661696c6162696c6974792e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/houseofdross/nbn-availability/test_coverage)[![Issues](https://camo.githubusercontent.com/436514e98925677a0db770a4397481ec16db0b03b2d229fa0cde57ee398ac86e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f686f7573656f6664726f73732f6e626e2d617661696c6162696c6974792f746f74616c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/houseofdross/nbn-availability/issues)

nbn-availability is a simple library to help check the availability of the National Broadband Network at a given location in Australia

The goal of the library is to provide a very simple interface to check whether the network is available, and if it is, what technology is being implemented at that location

System Requirements
-------------------

[](#system-requirements)

You need **PHP &gt;= 7.1.0** to use this library due to scalar type hinting

Install
-------

[](#install)

Install `nbn-availability` using Composer.

```
$ composer require hod/nbn-availability
```

Testing
-------

[](#testing)

`nbn-avilability` has a [PHPUnit](https://phpunit.de) test suite and a coding style compliance test suite using [PHP CS Fixer](http://cs.sensiolabs.org/). To run the tests, run the following command from the project folder.

```
$ composer test
```

Usage
-----

[](#usage)

```
