aeruz / app-registry-bundle
A Symfony bundle for managing an application registry.
Package info
gitlab.com/aeruz/application-registry/app-registry-bundle
Type:symfony-bundle
pkg:composer/aeruz/app-registry-bundle
0.1.0
2026-02-17 04:28 UTC
Requires
- php: ^8.4
- aeruz/app-registry: ^0.1
- league/uri: ^7.7
- symfony/config: ^8.0
- symfony/console: ^8.0
- symfony/dependency-injection: ^8.0
- symfony/event-dispatcher: ^8.0
- symfony/http-kernel: ^8.0
- symfony/routing: ^8.0
- symfony/security-bundle: ^8.0
- symfony/serializer: ^8.0
- symfony/uid: ^8.0
- symfony/validator: ^8.0
Requires (Dev)
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan: ^2.1.39
- phpstan/phpstan-deprecation-rules: ^2.0.4
- phpstan/phpstan-phpunit: ^2.0.16
- phpstan/phpstan-strict-rules: ^2.0.10
- phpunit/phpunit: ^12.5.12
- symfony/yaml: ^8.0.1
Conflicts
- symfony/clock: <8.0.0
- symfony/error-handler: <8.0.0
- symfony/event-dispatcher-contracts: <3.6.0
- symfony/filesystem: <8.0.0
- symfony/http-foundation: <8.0.0
- symfony/password-hasher: <8.0.0
- symfony/property-access: <8.0.0
- symfony/property-info: <8.0.0
- symfony/security-core: <8.0.0
- symfony/security-csrf: <8.0.0
- symfony/string: <8.0.0
- symfony/var-dumper: <8.0.0
- symfony/var-exporter: <8.0.0
This package is auto-updated.
Last update: 2026-02-17 03:31:11 UTC
README
This Symfony bundle provides a registry for applications, allowing them to register themselves, update their information, and manage user access.
Key Features
- Application Registration: Support for both optimistic (direct) and pessimistic (moderated) registration.
- Access Management: Grant or revoke user access to registered applications.
- Secure API: Built-in security with API key authentication.
- OpenAPI Documentation: Fully documented API.
Quick Installation
Install via Composer:
composer require aeruz/app-registry-bundleDetailed setup instructions (firewall, routes, and repositories) can be found in the Installation Guide.
Documentation
For more detailed information, please refer to:
License
This bundle is released under the MIT License. See the LICENSE file for details.