From c8e226fbc20825a972ff4c3a086ce81e9dae7334 Mon Sep 17 00:00:00 2001 From: Dmytro Naumenko Date: Sun, 19 Sep 2021 12:27:06 +0300 Subject: [PATCH] Add hiqdev/php-ip-tools --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 169415b..a916c47 100755 --- a/README.md +++ b/README.md @@ -28,6 +28,13 @@ require 'vendor/autoload.php'; Complete doc is available in [the wiki](https://github.com/rlanvin/php-ip/wiki). +## Related projects + +There are some Open Source libraries, built by community on top of this this one: + +- [hiqdev/php-ip-tools](https://github.com/hiqdev/php-ip-tools) – tooling for IP address calculations, such as free IP blocks calculation and IP ranges parsing. +- Built one? Add it here. + ## Contribution Feel free to contribute! Just create a new issue or a new pull request.