PHPackages                             solution-web/gatekeeper-utils - 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. [Framework](/categories/framework)
4. /
5. solution-web/gatekeeper-utils

Abandoned → [bertptrs/gatekeeper-utils](/?search=bertptrs%2Fgatekeeper-utils)Library[Framework](/categories/framework)

solution-web/gatekeeper-utils
=============================

A collection of commands, filters and utilities for the gatekeeper module in the Mako PHP framework.

v0.3.0(8y ago)166MITPHPCI failing

Since Jul 9Pushed 8y ago2 watchersCompare

[ Source](https://github.com/SolutionWeb/gatekeeper-utils)[ Packagist](https://packagist.org/packages/solution-web/gatekeeper-utils)[ RSS](/packages/solution-web-gatekeeper-utils/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (8)Used By (0)

Gatekeeper Utils
================

[](#gatekeeper-utils)

This package contains tools and commands for the [Mako framework](http://makoframework.com/) authentication plugin [Gatekeeper](http://makoframework.com/docs/4.5/security:authentication).

For now, the package contains some commands and a filter, but more will be added if needed. Feel free to fork to file an issue if there are missing features.

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

[](#installation)

Installation is done using [composer](https://getcomposer.org/). The package has a compatible Mako version specified so you don't have to worry about which version to use.

```
composer require bertptrs/gatekeeper-utils:*

```

After that, you need to register the package to be loaded. This is specified in the `app/config/application.php` file.

```
