/ip-analysis-helper

Tool for converting IANA CSV files to PHP data files

Primary LanguagePHPBSD 2-Clause "Simplified" LicenseBSD-2-Clause

PHP IP Analyzer Helper

Generates data files for the IP Analysis library.

This is probably not the package you're looking for.

Steps

  1. Download the rules from the IANA IPv4 Special Address Registry and the IANA IPv6 Special Address Registry into the data/ directory.
  2. Run bin/convert.
  3. Copy the data out of the resultant data/*.php files and put it in to the $allRaw property of Outsanity\IpAnalysis\SpecialAddressBlock\Factory.