2017 © Pedro Peláez
 

library nbn-availability

NBN Availability Checker

image

hod/nbn-availability

NBN Availability Checker

  • Wednesday, November 15, 2017
  • by afoozle
  • Repository
  • 3 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

NBN Availability Checker

Latest Version Software License Build Status Test Coverage Issues, (*1)

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

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, (*3)

System Requirements

You need PHP >= 7.1.0 to use this library due to scalar type hinting, (*4)

Install

Install nbn-availability using Composer., (*5)

``` bash $ composer require hod/nbn-availability, (*6)


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. ``` bash $ composer test

Usage

``` php <?php require_once('vendor/autoload.php');, (*7)

use Hod\NbnAvailability\AvailabilityChecker;, (*8)

$checker = new AvailabilityChecker(); $availabilityStatus = $checker->checkAvailability(-37.8568731, 144.8961339); var_dump(json_encode($availabilityStatus)); ```, (*9)

License

The MIT License (MIT). Please see LICENSE for more information., (*10)

The Versions

15/11 2017

dev-master

9999999-dev

NBN Availability Checker

  Sources   Download

MIT

The Requires

 

The Development Requires

api library australia nbn

15/11 2017

v0.2.1

0.2.1.0

NBN Availability Checker

  Sources   Download

MIT

The Requires

 

The Development Requires

api library australia nbn

14/11 2017

v0.2.0

0.2.0.0

NBN Availability Checker

  Sources   Download

MIT

The Requires

 

The Development Requires

api library australia nbn

06/11 2017

v0.1.0

0.1.0.0

NBN Availability Checker

  Sources   Download

MIT

The Requires

 

The Development Requires

api library australia nbn