superbolt/superbolt-symfony

Symfony adapter for Superbolt

dev-master 2020-05-01 18:27 UTC

This package is auto-updated.

Last update: 2024-03-29 04:25:31 UTC


README

Latest Version on Packagist GitHub Workflow Status Total Downloads

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.