superbolt / superbolt-symfony
Symfony adapter for Superbolt
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^7.2
- ext-json: *
- guzzlehttp/guzzle: ~6.5
- symfony/config: ^4.0||^5.0
- symfony/console: ^4.0||^5.0
- symfony/dependency-injection: ^4.0||^5.0
- symfony/event-dispatcher: ^4.0||^5.0
Requires (Dev)
- phpunit/phpunit: ~8.0
- symplify/easy-coding-standard: ^7.2
This package is auto-updated.
Last update: 2024-11-16 12:25:20 UTC
README
Debugging background tasks is already hard enough as it is. Superbolt monitors your scheduled tasks and saves the logs for you.
This package integrates access to the Superbolt API with your Symfony (4 or 5) application.
Installation
Via Composer
$ composer require superbolt/superbolt-symfony
Usage
Superbolt will listen to your commands out of the box. All you need to do is create a config/packages/superbolt.yaml
and fill in the right values:
superbolt: environment: '%env(APP_ENV)%' secret: '%env(SB_SECRET)%'
The example above references variables you may define in the .env
file, as this is a best practice.
Change log
Please see the changelog for more information on what has changed recently.
Testing
vendor/bin/phpunit
Security
If you discover any security related issues, please email info@superbolt.app instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.