code-tool/doctrine-jaeger-symfony-bridge
最新稳定版本:v1.7.0
Composer 安装命令:
composer require code-tool/doctrine-jaeger-symfony-bridge
包简介
README 文档
README
Getting started
Register bundle with your kernel:
// config/bundles.php return [ // ... \Doctrine\DBAL\Jaeger\Symfony\DependencyInjection\JaegerDbalBundle::class => ['all' => true], // ... ];
OR
// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = [ // ... new \Doctrine\DBAL\Jaeger\Symfony\DependencyInjection\JaegerDbalBundle(), ]; // ... } }
Add wrapper class definition in doctrine configuration
doctrine: dbal: connections: %connection_name%: ... wrapper_class: 'Doctrine\DBAL\Jaeger\Wrapper\JaegerConnectionWrapper' ...
统计信息
- 总下载量: 34.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-17