PHPackages                             eye4web/eye4web-zfc-user-force-logout - 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-force-logout

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

eye4web/eye4web-zfc-user-force-logout
=====================================

Adds the functionality to force a user to logout.

0.0.1(11y ago)031MITPHPPHP ~5.4

Since Sep 4Pushed 11y ago3 watchersCompare

[ Source](https://github.com/Eye4web/Eye4webZfcUserForceLogout)[ Packagist](https://packagist.org/packages/eye4web/eye4web-zfc-user-force-logout)[ Docs](https://github.com/Eye4web/Eye4webZfcUserForceLogout)[ RSS](/packages/eye4web-eye4web-zfc-user-force-logout/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Eye4webZfcUserForceLogout
=========================

[](#eye4webzfcuserforcelogout)

[![Build Status](https://camo.githubusercontent.com/7bd750141d2ab3da81a2ac2f50deb6f6b63110628964fea31432533b87b6a2db/68747470733a2f2f7472617669732d63692e6f72672f457965347765622f457965347765625a666355736572466f7263654c6f676f75742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Eye4web/Eye4webZfcUserForceLogout)[![Latest Stable Version](https://camo.githubusercontent.com/0e84a39e145bf6cdd9e8c2e3e10a5eceeba8c155890c623a76f06d47f88414c9/68747470733a2f2f706f7365722e707567782e6f72672f657965347765622f657965347765622d7a66632d757365722d666f7263652d6c6f676f75742f762f737461626c652e737667)](https://packagist.org/packages/eye4web/eye4web-zfc-user-force-logout)[![Latest Unstable Version](https://camo.githubusercontent.com/da65646060d09aa39a0eeac929a04594c9f53eacc8edbe63a3f34d10205c24bb/68747470733a2f2f706f7365722e707567782e6f72672f657965347765622f657965347765622d7a66632d757365722d666f7263652d6c6f676f75742f762f756e737461626c652e737667)](https://packagist.org/packages/eye4web/eye4web-zfc-user-force-logout)[![Code Climate](https://camo.githubusercontent.com/57fbb9c874ea6c2fb3e98443a943404bd749255fd0b7bc5a03e85f3fda07bced/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f457965347765622f457965347765625a666355736572466f7263654c6f676f75742f6261646765732f6770612e737667)](https://codeclimate.com/github/Eye4web/Eye4webZfcUserForceLogout)[![Test Coverage](https://camo.githubusercontent.com/f0965dde9ecca58a7148ca576a79bce3e54910ea39a06706f430c9e2e723fc82/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f457965347765622f457965347765625a666355736572466f7263654c6f676f75742f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/Eye4web/Eye4webZfcUserForceLogout)[![Total Downloads](https://camo.githubusercontent.com/8cbcca6575dfa8f2d60ac9e2744c7a5f9e0903af7640303e872bf9903f273f71/68747470733a2f2f706f7365722e707567782e6f72672f657965347765622f657965347765622d7a66632d757365722d666f7263652d6c6f676f75742f646f776e6c6f6164732e737667)](https://packagist.org/packages/eye4web/eye4web-zfc-user-force-logout)[![License](https://camo.githubusercontent.com/e991cfd3d1ff1ff6dba2542fddacd09b7720bdc10100deaeae1a23dcb5a5a3bb/68747470733a2f2f706f7365722e707567782e6f72672f657965347765622f657965347765622d7a66632d757365722d666f7263652d6c6f676f75742f6c6963656e73652e737667)](https://packagist.org/packages/eye4web/eye4web-zfc-user-force-logout)

Introduction
------------

[](#introduction)

This module will force log the user to log out if the flag is set in database

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

[](#installation)

#### With composer

[](#with-composer)

1. Add this project composer.json:

    ```
    "require": {
        "eye4web/eye4web-zfc-user-force-logout": "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.

    ```
