fastfony / license-bundle
License bundle checker for Fastfony
Package info
github.com/fastfony/license-bundle
Type:symfony-bundle
pkg:composer/fastfony/license-bundle
v1.0.0
2025-06-26 15:48 UTC
Requires
- php: >=8.2
- symfony/cache: ^7.3
- symfony/framework-bundle: ^7.3
- symfony/http-client: ^7.3
- symfony/validator: ^7.3
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)%'