fastfony/license-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

License bundle checker for Fastfony

Maintainers

Package info

github.com/fastfony/license-bundle

Type:symfony-bundle

pkg:composer/fastfony/license-bundle

Statistics

Installs: 3 218

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2025-06-26 15:48 UTC

This package is auto-updated.

Last update: 2026-05-26 17:51:22 UTC


README

Install

composer require fastfony/license-bundle

Add the bundle to your config/bundles.php:

return [
    // ...
    Fastfony\LicenseBundle\FastfonyLicenseBundle::class => ['all' => true],
];

Create a config/packages/fastfony_license.yaml file:

fastfony_license:
    key: '%env(database:FASTFONY_LICENSE_KEY)%'