allty/utils-ip

Allty IP Utils

Maintainers

Package info

github.com/mattallty/Utils-IP-Tools

pkg:composer/allty/utils-ip

Statistics

Installs: 540 896

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 1

1.0.1 2015-11-02 11:05 UTC

This package is not auto-updated.

Last update: 2026-02-28 18:47:52 UTC


README

Collection of IP manipulation methods written in PHP.

Usage

use \Allty\Utils;
$isInRange = IpTools::ipInRange('127.0.0.1', '1.2.3/24');