aeruz/app-registry-bundle

A Symfony bundle for managing an application registry.

Maintainers

Package info

gitlab.com/aeruz/application-registry/app-registry-bundle

Issues

Type:symfony-bundle

pkg:composer/aeruz/app-registry-bundle

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 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

  1. Install via Composer:

    composer require aeruz/app-registry-bundle
    
  2. Detailed 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.