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

v3.0.0 2026-01-30 10:15 UTC

This package is auto-updated.

Last update: 2026-01-30 10:24:06 UTC


README

Latest Stable Version Total Downloads License

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

  1. Configure your environment variables in the .env file. 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
  2. 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.

NetBrothers Logo