charcoal-dev / networking
Generic networking utilities for IP, CIDR, and related low-level helpers
Installs: 69
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/charcoal-dev/networking
Requires
- php: ^8.3
- ext-ctype: *
README
A lightweight base library that provides generic networking utilities, starting with IpHelper for validating, normalizing, and working with IPv4/IPv6 addresses, and optional CidrHelper for parsing and matching IPs against CIDR ranges. It is framework-agnostic, has no HTTP dependencies, and serves as the foundation for higher-level packages like http-trust-proxy, keeping low-level network concerns cleanly separated and reusable.
For detailed information, guidance, and setup instructions regarding this library, please refer to our official documentation website: