2017 © Pedro Peláez
 

library ipchecker-lib

Package to filter through IP Range

image

kylepretorius/ipchecker-lib

Package to filter through IP Range

  • Wednesday, February 14, 2018
  • by kylerosspretorius
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 36 % Grown

The README.md

IP Checker Lib

Provides a simple API to check if a given IP address is within the specified range., (*1)

Installation

Add kylepretorius/ipchecker-lib as a requirement to your composer.json:, (*2)

$ composer require kylepretorius/ipchecker-lib

Basic Usage

$result = new IPChecker(['192.168.1.0/16', '192.168.10.89/32'])->detect(192.168.1.1);

The Versions

14/02 2018

dev-master

9999999-dev

Package to filter through IP Range

  Sources   Download

proprietary

The Requires

  • php >=7.0

 

The Development Requires

by Kyle Pretorius

ip checker

14/02 2018

dev-develop

dev-develop

Package to filter through IP Range

  Sources   Download

proprietary

The Requires

  • php >=7.0

 

The Development Requires

by Kyle Pretorius

ip checker

14/02 2018

1.0

1.0.0.0

Package to filter through IP Range

  Sources   Download

proprietary

The Requires

  • php >=7.0

 

The Development Requires

by Kyle Pretorius

ip checker