Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ad-aures/ipcat-php
Categorization of IP Addresses adapted to PHP 5.4+ from https://github.com/client9/ipcat. Synchronized read-only mirror of https://code.castopod.org/adaures/ipcat-php
https://github.com/ad-aures/ipcat-php
Last synced: 11 days ago
JSON representation
Categorization of IP Addresses adapted to PHP 5.4+ from https://github.com/client9/ipcat. Synchronized read-only mirror of https://code.castopod.org/adaures/ipcat-php
- Host: GitHub
- URL: https://github.com/ad-aures/ipcat-php
- Owner: ad-aures
- License: gpl-3.0
- Created: 2022-02-12T12:52:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T14:36:48.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T09:34:43.906Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipcat-php
This generates a PHP class with a list of IPv4 addresses that correspond to datacenters, co-location centers, shared and virtual webhosting providers. In other words, ip addresses that end web consumers should not be using.
**ipcat**: datasets for categorizing IP addresses.
> **Adpated to php 5.4+ from .**
## Install using composer
```bash
composer require adaures/ipcat-php
```