Download the PHP package morsvox/ip-range-checker without Composer
On this page you can find all versions of the php package morsvox/ip-range-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download morsvox/ip-range-checker
More information about morsvox/ip-range-checker
Files in morsvox/ip-range-checker
Download morsvox/ip-range-checker
More information about morsvox/ip-range-checker
Files in morsvox/ip-range-checker
Vendor morsvox
Package ip-range-checker
Short Description This package is a little helper to check if a given IP address is in a certain IP range.
License MIT
Package ip-range-checker
Short Description This package is a little helper to check if a given IP address is in a certain IP range.
License MIT
Please rate this library. Is it a good library?
Informations about the package ip-range-checker
IP Range Checker
This is a simple helper package that I use when I need to check if an IP is in a given IP range.
All ideas, contributions and criticism are welcome.
Installation
Usage
Import the class in your script:
Pass the start IP and end IP in an array to the method.
You can also use a wildcard.
OR, you can pass in two IPs separated with a dash.
After setting the range, just call the method on the checker instance, which will return a boolean value.
TODO
- Tests
Support dashed IP range strings- Support CIDR
All versions of ip-range-checker with dependencies
PHP Build Version
Package Version
No informations.
The package morsvox/ip-range-checker contains the following files
Loading the files please wait ....