hod/nbn-availability 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hod/nbn-availability

Composer 安装命令:

composer require hod/nbn-availability

包简介

NBN Availability Checker

README 文档

README

Latest Version Software License Build Status Test Coverage 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

You need PHP >= 7.1.0 to use this library due to scalar type hinting

Install

Install nbn-availability using Composer.

$ composer require hod/nbn-availability

Testing

nbn-avilability has a PHPUnit test suite and a coding style compliance test suite using PHP CS Fixer. To run the tests, run the following command from the project folder.

$ composer test

Usage

<?php
require_once('vendor/autoload.php');

use Hod\NbnAvailability\AvailabilityChecker;

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

License

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

统计信息

  • 总下载量: 26
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-11-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固