dekalee/autopilot-bundle

A bundle to wrap the autopilot lib

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0.0 2019-12-05 12:28 UTC

This package is auto-updated.

Last update: 2024-04-05 22:43:01 UTC


README

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.