This bundle will wrap the picr-autopilot library.
Use composer to install this bundle :
composer require dekalee/autopilot-bundle
Activate it in the bundles.php
file:
Dekalee\AutopilotBundle\DekaleeAutopilotBundle::class => ['all' => true],
In your config.yml
file, you should set the provider to pubsub and specify the connection :
dekalee_autopilot:
api_key: '%env(dekalee_autopilot_apikey)%'
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.