PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP Not Allowed   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Not Allowed
Detect and filter unwanted information
Author: By
Last change:
Date: 4 years ago
Size: 642 bytes
 

Contents

Class file image Download
{ "name": "ph-7/notallowed", "description": "Filter profane words, usernames, spam/temporary emails, ", "keywords": [ "ban", "banned", "not allowed", "profane", "profane words", "filter words", "filter", "word", "spam", "temporary email", "emails" ], "type": "library", "homepage": "https://ph7.me", "license": "MIT", "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me" } ], "require": { "php": ">=7.2.0" }, "require-dev": { "phpunit/phpunit": "^8.2" }, "autoload": { "psr-4": { "PH7\\NotAllowed\\": "src" } } }