misterion/pinba-phpdoc
Composer 安装命令:
composer require misterion/pinba-phpdoc
包简介
@phpdoc extension php pinba for IDE autocomplete
README 文档
README
You need to add the path to a class of global include path. After that, your IDE, when IDE will display a hint on each pinba methods you write.
For example:
$timer = pinba_timer_start(array('tag' => 'value'), array('customData', 1, 2));
....
pinba_timer_stop($timer);
Install
-
Install php pinba extension
-
The simpliest way to install and use pinba-phpdoc is to use Composer, as there is a package on Packagist. Just add this to your project composer.json file :
{ "require": { "misterion/pinba-phpdoc": "*" }, "minimum-stability": "dev" }
-
Or direct download pinba-phpdoc
Setup in IDE PhpStorm
Menu "File" -> "Settings" -> "PHP" -> Select path to folder "pinba-phpdoc"
Setup in IDE NetBeans
- Right click your project -> "Properties"
- Select the "PHP Include Path" category
- Click "Add Folder..."
- Select your checkout of pinba-phpdoc
- Click "Open"
- Click "OK"
统计信息
- 总下载量: 52.47k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 1
其他信息
- 授权协议: LGPL3
- 更新时间: 2013-10-02
