alex-kalanis/kw_bans

Bans in KWCMS

v2.0.0 2024-03-31 13:44 UTC

This package is auto-updated.

Last update: 2024-05-01 00:17:19 UTC


README

Build Status Scrutinizer Code Quality Latest Stable Version Minimum PHP Version Downloads License Code Coverage

Check if desired contact is blocked by your system.

PHP Installation

composer.phar require alex-kalanis/kw_bans

(Refer to Composer Documentation if you are not familiar with composer)

PHP Usage

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Add some external packages with connection to the local or remote services.

3.) Connect the "kalanis\kw_bans\Bans" into your app. Extends it for setting your case.

4.) Extend your libraries by interfaces inside the package.

5.) Just call setting and render

Why?

The comparison cannot be done by direct querying over database - even if the database engine supports parts like IP address then it isn't possible to match content due necessity to access affected bits directly - so then the external library.