clover/text-forbidden-words

1.0.1 2014-11-21 10:54 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:17:55 UTC


README

Build Status

Forbidden words

Based on:

Install

Using Composer as a dependency management tool, you can bring Clover\Text\ForbiddenWords in your environment easily with settings below.

{
  "require": {
    "clover/text-forbidden-words": "~1.0"
  }
}

Usage

if (\Clover\Text\ForbiddenWords::includes($name)) {
    // error
}