babzich/logentries-bundle
Composer 安装命令:
composer require babzich/logentries-bundle
包简介
A simple wrapper for the Logentries library
关键字:
README 文档
README
A simple wrapper for logentries/logentries-monolog-handler.
Installation
Download the bundle using composer and run composer update
{
"require": {
"babzich/logentries-bundle": "0.1"
}
}
Enable the bundle
Enable the bundle in the kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Bab\LogentriesBundle\BabLogentriesBundle(), ); }
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-24