Skip to content

dekalee/autopilot-bundle

Repository files navigation

Dekalee PubSub swarrot

Latest Stable Version Total Downloads License

This bundle will wrap the picr-autopilot library.

Installation

Use composer to install this bundle :

    composer require dekalee/autopilot-bundle

Activate it in the bundles.php file:

    Dekalee\AutopilotBundle\DekaleeAutopilotBundle::class => ['all' => true],

Configuration

In your config.yml file, you should set the provider to pubsub and specify the connection :

    dekalee_autopilot:
        api_key: '%env(dekalee_autopilot_apikey)%'

Usage

You can directly use the service @Autopilot\AutopilotManager to use the autopilot api.

You will get some information regarding all the calls made in your debug toolbar.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published