2017 © Pedro PelĂĄez
 

library network-polyfill

Set of reusable network tools, based on PEAR PHP extensions, but developed using standard PHP.

image

davidgarciacat/network-polyfill

Set of reusable network tools, based on PEAR PHP extensions, but developed using standard PHP.

  • Saturday, June 4, 2016
  • by DavidGarciaCat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DavidGarciaCat / Network Polyfill

This is a set of reusable network tools, based on PEAR PHP extensions, but written using pure PHP code, so all developers will be able to use these features when the web server is not providing them., (*1)

License Build Status SensioLabsInsight PHP 5.5 PHP 5.5 PHP 5.5, (*2)

Install

Just run this Composer command from your command line:, (*3)

$ composer require davidgarciacat/network-polyfill

Usage and examples

Please check the Wiki Page of this project, (*4)

Change Log

v1.1.0

DNS Black List, (*5)

Check if the given domain is black listed. This process will check (recursively) all IP Addresses for the given domain: - A record - MX records - SPF included domains and IPv4 Addresses, (*6)

DNS, (*7)

pear/net_dns2 DNS Resolver package has been included to this release in order to be able to check all DNS Black Lists. If you know how to use this powerful tool, you should be able to use it. Enjoy!, (*8)

v1.0.0

Net URL, (*9)

Parse a given URL to be managed as an object, (*10)

Coming soon

Check IP, (*11)

Easy way to check, verify and validate the given IP Address, (*12)

GeoIP, (*13)

IP GeoLocation service that will use a local database (provided from MaxMind).
Please note these databases may geolocate the Country easily, but some times the city may be wrong., (*14)

PING, (*15)

Ping the given domain to know if the server is responding., (*16)

The Versions

04/06 2016

dev-master

9999999-dev

Set of reusable network tools, based on PEAR PHP extensions, but developed using standard PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

04/06 2016

1.1.0

1.1.0.0

Set of reusable network tools, based on PEAR PHP extensions, but developed using standard PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

29/05 2016

v1.0.0

1.0.0.0

Set of reusable network tools, based on PEAR PHP extensions, but developed using standard PHP.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires