dekalee/autopilot-bundle

用于包装 autopilot 库的扩展包

安装: 3

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

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

This package is auto-updated.

Last update: 2024-09-05 23:35:19 UTC


README

Latest Stable Version Total Downloads License

此扩展包将包装 picr-autopilot 库。

安装

使用 composer 安装此扩展包

    composer require dekalee/autopilot-bundle

bundles.php 文件中激活它

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

配置

在你的 config.yml 文件中,应将提供者设置为 pubsub 并指定连接

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

使用方法

你可以直接使用服务 @Autopilot\AutopilotManager 来使用 autopilot API。

你将在调试工具栏中获得有关所有调用的相关信息。