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
Requires
- jms/aop-bundle: ^1.3
- picr/php-autopilothq: ^0.1.5
- symfony/config: ~3.0|~4.0|~5.0
- symfony/dependency-injection: ~3.0|~4.0|~5.0
- symfony/http-foundation: ~3.0|~4.0|~5.0
- symfony/http-kernel: ~3.0|~4.0|~5.0
This package is auto-updated.
Last update: 2024-11-06 00:02:26 UTC
README
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.