PHPackages                             eye4web/eye4web-zfc-user-ban - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. eye4web/eye4web-zfc-user-ban

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

eye4web/eye4web-zfc-user-ban
============================

Adding ban-functionality to ZfcUser

0.0.2(9y ago)017.2k[1 PRs](https://github.com/Eye4web/ZfcUserBan/pulls)1MITPHPPHP &gt;=5.4

Since Sep 6Pushed 5y ago3 watchersCompare

[ Source](https://github.com/Eye4web/ZfcUserBan)[ Packagist](https://packagist.org/packages/eye4web/eye4web-zfc-user-ban)[ Docs](https://github.com/Eye4web/Eye4webZfcUserBan)[ RSS](/packages/eye4web-eye4web-zfc-user-ban/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (2)Used By (1)

Eye4webZfcUserBan
=================

[](#eye4webzfcuserban)

[![Build Status](https://camo.githubusercontent.com/853b51a9165b7dcf2ce278649f176cc673b09396913ac04667b4b989e543dbd1/68747470733a2f2f7472617669732d63692e6f72672f457965347765622f457965347765625a66635573657242616e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Eye4web/Eye4webZfcUserBan)[![Latest Stable Version](https://camo.githubusercontent.com/319b595cd0c3a30702022e6f5128b4947a66d4fd546452bbeb7c9954b2a8db44/68747470733a2f2f706f7365722e707567782e6f72672f657965347765622f657965347765622d7a66632d757365722d62616e2f762f737461626c652e737667)](https://packagist.org/packages/eye4web/eye4web-zfc-user-ban)[![Latest Unstable Version](https://camo.githubusercontent.com/ac76d4000fda1876e08dff21cd0d3812cfc6bc3c78581e476bc5ef8644b02df2/68747470733a2f2f706f7365722e707567782e6f72672f657965347765622f657965347765622d7a66632d757365722d62616e2f762f756e737461626c652e737667)](https://packagist.org/packages/eye4web/eye4web-zfc-user-ban)[![Code Climate](https://camo.githubusercontent.com/a8a6eaff64f242316c9b4c13138a36fd88e170269f4c0267c9954695e3fb9d4b/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f457965347765622f457965347765625a66635573657242616e2f6261646765732f6770612e737667)](https://codeclimate.com/github/Eye4web/Eye4webZfcUserBan)[![Test Coverage](https://camo.githubusercontent.com/a43457cbebc5deba0157d24ac33a9e52e03c1410ce72bbcb7ae91737dc0a325b/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f457965347765622f457965347765625a66635573657242616e2f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/Eye4web/Eye4webZfcUserBan)[![Total Downloads](https://camo.githubusercontent.com/d2431030ff54b6f2645c17aeb83a72673cc9f2d749a54f9992f86897e97a4f2f/68747470733a2f2f706f7365722e707567782e6f72672f657965347765622f657965347765622d7a66632d757365722d62616e2f646f776e6c6f6164732e737667)](https://packagist.org/packages/eye4web/eye4web-zfc-user-ban)[![License](https://camo.githubusercontent.com/fbee9c64d886cbb38030794233bd4b864bed01d4ddb8d9d48fd84248ad06448f/68747470733a2f2f706f7365722e707567782e6f72672f657965347765622f657965347765622d7a66632d757365722d62616e2f6c6963656e73652e737667)](https://packagist.org/packages/eye4web/eye4web-zfc-user-ban)

Introduction
============

[](#introduction)

This module will allow you to ban a user by setting a flag in your database.

Installation
------------

[](#installation)

#### With composer

[](#with-composer)

1. Add this project composer.json:

    ```
    "require": {
        "eye4web/eye4web-zfc-user-ban": "dev-master"
    }
    ```
2. Now tell composer to download the module by running the command:

    ```
    $ php composer.phar update
    ```
3. Enable it in your `application.config.php` file.

    ```
