PHPackages                             vcomedia/vco-zf-auth-acl - 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. vcomedia/vco-zf-auth-acl

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

vcomedia/vco-zf-auth-acl
========================

Zend Framework 2 auth and acl module.

094PHP

Since Sep 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/vcomedia/vco-zf-auth-acl)[ Packagist](https://packagist.org/packages/vcomedia/vco-zf-auth-acl)[ RSS](/packages/vcomedia-vco-zf-auth-acl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

VcoZfAuthAcl - Zend Framework 2 auth and acl module.
----------------------------------------------------

[](#vcozfauthacl---zend-framework-2-auth-and-acl-module)

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

[](#installation)

### Composer

[](#composer)

- Install [Composer](http://getcomposer.org/doc/00-intro.md)
- Install the module using Composer into your application's vendor directory. Add the following line to your `composer.json`.

```
{
   "require": {
       "vcomedia/vco-zf-auth-acl": "dev-master"
   }
}
```

- Execute `composer update`
- Enable the module in your ZF2 `application.config.php` file.

```
return array(
    'modules' => array(
        'VcoZfAuthAcl'
    )
);
```

- Copy and paste the `vco-zf-auth-acl/config/module.vco-zf-auth-acl.local.php.dist` file to your `config/autoload` folder and customize it with your configuration settings. Make sure to remove `.dist` from your file. Your `module.vco-zf-auth-acl.local.php` might look something like the following:

```
