Skip to content

Files

Latest commit

 

History

History
40 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.17 KB

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.