Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/acl-bundle
Integrates the ACL Security component into Symfony applications.
https://github.com/symfony/acl-bundle
acl bundle php symfony symfony-bundle
Last synced: 3 days ago
JSON representation
Integrates the ACL Security component into Symfony applications.
- Host: GitHub
- URL: https://github.com/symfony/acl-bundle
- Owner: symfony
- License: mit
- Created: 2015-08-01T07:26:58.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T07:21:45.000Z (9 months ago)
- Last Synced: 2024-12-28T18:34:15.596Z (13 days ago)
- Topics: acl, bundle, php, symfony, symfony-bundle
- Language: PHP
- Homepage: https://symfony.com/acl-bundle
- Size: 85 KB
- Stars: 114
- Watchers: 17
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Access Control List Bundle
==============================================The ACL bundle makes it possible to grant authorization based on resources.
[Read the bundle documentation](src/Resources/doc/index.rst).
Tests
-----You can run the unit tests with the following command:
$ cd path/to/acl-bundle/
$ composer.phar install --dev
$ ./vendor/bin/simple-phpunit