A library for working with IP address
- Parse an IP, IP Range, Network from multi formats.
- Converts between formats of IP.
- Allow validate an IP address.
- Allow check a Network or an IP Range contains an IP, a Network or an IP Range.
- Unit test and 100% code coverage
- php >=5.5.9
Using composer to install
$ composer require lemonphp/ip-lib:dev-master
// TODO: How to use
See all change logs in CHANGELOG.md
All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2.
If you would like to help take a look at the list of issues.
This project is released under the MIT License.
Copyright © 2015-2016 LemonPHP Team.