PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Caleb   CIDRAM   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CIDRAM
Check if an IP address is a bad source of traffic
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 836 bytes
 

Contents

Class file image Download
{ "name": "cidram/cidram", "description": "Classless Inter-Domain Routing Access Manager.", "keywords": ["asn","cidr","subnets","blocker","anti-spam","cloud","routing","ip","firewall","security","protection"], "homepage": "https://cidram.github.io/", "license": "GPL-2.0-or-later", "support": { "chat": "https://gitter.im/CIDRAM/Lobby", "issues": "https://github.com/CIDRAM/CIDRAM/issues", "wiki": "https://github.com/CIDRAM/CIDRAM/wiki", "source": "https://github.com/CIDRAM/CIDRAM", "docs": "https://github.com/CIDRAM/Docs" }, "require": { "php": ">=7.2.0", "ext-pcre": "*" }, "suggest": { "ext-curl": "*" }, "require-dev": { "codeception/codeception": "^2.3", "symfony/event-dispatcher": "3.4.28" } }