2017 © Pedro PelĂĄez
 

library eye4web-zfc-user-warnings-ban

Ban user by number of warnings/total weight

image

eye4web/eye4web-zfc-user-warnings-ban

Ban user by number of warnings/total weight

  • Friday, December 23, 2016
  • by Danielss89
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6,938 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

Eye4webZfcUserWarningsBan

Build Status Latest Stable Version Latest Unstable Version Code Climate Test Coverage Total Downloads License, (*1)

Introduction

This module will allow you to ban a user after x amount of warnings or a total warnings weight, (*2)

Installation

With composer

  1. Add this project composer.json:, (*3)

    "require": {
        "eye4web/eye4web-zfc-user-warnings-ban": "dev-master"
    }
    
  2. Now tell composer to download the module by running the command:, (*4)

    php composer.phar update
    
  3. Enable it in your application.config.php file., (*5)

    <?php
    return array(
        'modules' => array(
            // ...
            'Eye4web\ZfcUser\WarningsBan'
        ),
        // ...
    );
    
  4. Copy config from config/eye4web-zfcuser-warnings-ban.global.php.dist to your autoload folder., (*6)

The Versions