2017 © Pedro Peláez
 

cakephp-plugin acl

Acl Plugin for CakePHP 3.x framework

image

alescx/acl

Acl Plugin for CakePHP 3.x framework

  • Saturday, April 28, 2018
  • by alescx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 70 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

CakePHP Acl Plugin

Build Status License, (*1)

A plugin for managing ACL in CakePHP applications., (*2)

Note: This is a non-stable plugin for CakePHP 3.0 at this time. It is currently under development and should be considered experimental., (*3)

Installing via composer

You can install this plugin into your CakePHP application using composer. For existing applications you can add the following to your composer.json file:, (*4)

"require": {
    "cakephp/acl": "dev-master"
}

And run php composer.phar update, (*5)

In your config\bootstrap.php:, (*6)

Plugin::load('Acl', ['bootstrap' => true]);

Creating tables

To create ACL related tables, run the following Migrations command:, (*7)

bin/cake migrations migrate -p Acl

Running tests

Assuming you have PHPUnit installed system wide using one of the methods stated here, you can run the tests for the Acl plugin by doing the following:, (*8)

  1. Copy phpunit.xml.dist to phpunit.xml
  2. Add the relevant database credentials to your phpunit.xml if you want to run tests against a non-SQLite datasource.
  3. Run phpunit

The Versions

28/04 2018

dev-master

9999999-dev http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

acl cakephp

13/03 2017

dev-alescx-patch-2

dev-alescx-patch-2 http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

acl cakephp

20/02 2016

dev-alescx-patch-1

dev-alescx-patch-1 http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

acl cakephp

12/02 2016

dev-update-travis-composer

dev-update-travis-composer http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

acl cakephp

12/02 2016

0.1.0

0.1.0.0 http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

acl cakephp

15/04 2015

dev-aco-prefix-tree

dev-aco-prefix-tree http://cakephp.org

Acl Plugin for CakePHP 3.x framework

  Sources   Download

MIT

The Requires

 

The Development Requires

acl cakephp