2017 © Pedro PelĂĄez
 

library eye4web-zfc-user-warnings

Adds the functionality to give your users warnings

image

eye4web/eye4web-zfc-user-warnings

Adds the functionality to give your users warnings

  • Tuesday, August 15, 2017
  • by Danielss89
  • Repository
  • 2 Watchers
  • 2 Stars
  • 7,103 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 6 % Grown

The README.md

Eye4webZfcUserWarnings

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

Introduction

This module will allow you to give your users warnings., (*2)

Installation

With composer

  1. Run the following composer command:, (*3)

    php composer.phar require eye4web/eye4web-zfc-user-warnings
    
  2. Enable it in your application.config.php file., (*4)

    <?php
    return array(
        'modules' => array(
            // ...
            'Eye4web\ZfcUser\Warnings'
        ),
        // ...
    );
    

Ban User after X warnings

If you want to ban the user after X warnings you can make user of Eye4webZfcUserWarningsBan., (*5)

The Versions