allty/utils-ip

Allty IP Utils

Installs: 525 188

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 1

Open Issues: 1

pkg:composer/allty/utils-ip

1.0.1 2015-11-02 11:05 UTC

This package is not auto-updated.

Last update: 2025-09-27 16:39:06 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');