Skip to content

Latest commit

 

History

History
executable file
·
41 lines (26 loc) · 960 Bytes

README.md

File metadata and controls

executable file
·
41 lines (26 loc) · 960 Bytes

Germania KG · ACL

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