alex-kalanis / kw_bans
Bans in KWCMS
v2.0.0
2024-03-31 13:44 UTC
Requires
- php: >=7.4.0
- ext-mbstring: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: >=7.2 <=9
- shipmonk/composer-dependency-analyser: ^1.4
README
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.