2017 © Pedro Peláez
 

library helpers-network

Collection of helper functions for network interactions.

image

weew/helpers-network

Collection of helper functions for network interactions.

  • Thursday, July 21, 2016
  • by weew
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Network helpers

Build Status Test Coverage Version Licence, (*1)

Table of contents

Installation

composer require weew/helpers-network, (*2)

Introduction

This tiny library provides various helper functions for network interaction., (*3)

Functions

ping

Ping a host, returns latency if the host could be reached, otherwise returns false. Note: works ony on Linux and OS X., (*4)

int|bool ping(string $host, [, int $timeout = 1 [, $ttl = 255]]), (*5)

The Versions

21/07 2016

dev-master

9999999-dev

Collection of helper functions for network interactions.

  Sources   Download

MIT

The Development Requires

by Maxim Kott

21/07 2016

v1.0.1

1.0.1.0

Collection of helper functions for network interactions.

  Sources   Download

MIT

The Development Requires

by Maxim Kott

14/01 2016

v1.0.0

1.0.0.0

Tiny library for network interaction.

  Sources   Download

MIT

The Development Requires

by Maxim Kott