netbrothers-gmbh / syncacc-bundle
Using NetBrothers Access Control Center in Symfony
Installs: 1 716
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/netbrothers-gmbh/syncacc-bundle
Requires
- php: >=8.4
- ext-json: *
- doctrine/doctrine-bundle: ^3.2
- doctrine/orm: ^3.6
- symfony/config: ^7.4 || ^8.0
- symfony/console: ^7.4 || ^8.0
- symfony/dependency-injection: ^7.4 || ^8.0
- symfony/http-client: ^7.4 || ^8.0
- symfony/http-kernel: ^7.4 || ^8.0
This package is auto-updated.
Last update: 2026-01-30 10:24:06 UTC
README
This Symfony bundle provides an easy way to integrate the NetBrothers Access Control Center (ACC) into your Symfony application. It allows you to synchronize roles and permissions from your central ACC instance into your local Symfony application's database.
Features
- Synchronize roles and permissions via a console command.
- Easy configuration through environment variables.
- Compatible with Symfony 7.4 and 8.x.
Installation
composer require netbrothers-gmbh/syncacc-bundle
Quick Start
-
Configure your environment variables in the
.envfile. At a minimum, you need:ACC_ENABLE=true ACC_SERVER=https://your-acc-instance.com ACC_SOFTWARE_TOKEN=your_software_token ACC_SERVER_TOKEN=your_server_token
-
Run the synchronization command:
php bin/console netbrothers:sync-acc
Documentation
For detailed instructions on installation, configuration, and usage, please see the full documentation.
Changelog
See the CHANGELOG.md file for a log of all changes and versions.
License
This bundle is released under the MIT license. See the bundled LICENSE file for details.
Author
This bundle is developed and maintained by Stefan Wessel, NetBrothers GmbH.