Maintainers

Package info

github.com/GermaniaKG/ACL

pkg:composer/germania-kg/acl

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

1.2.1 2023-01-03 12:34 UTC

This package is auto-updated.

Last update: 2026-02-20 03:26:09 UTC


README

Packagist PHP version Tests

Installation with Composer

$ composer require germania-kg/acl

Issues

See full issues list.

Roadmap

None so far :-)

Development

$ git clone https://github.com/GermaniaKG/ACL.git
$ cd ACL
$ composer install

Unit tests

Either copy phpunit.xml.dist to phpunit.xml and adapt to your needs, or leave as is. Run PhpUnit test or composer scripts like this:

$ composer test
# or
$ vendor/bin/phpunit