2017 © Pedro Peláez
 

library pinba-phpdoc

@phpdoc extension php pinba for IDE autocomplete

image

misterion/pinba-phpdoc

@phpdoc extension php pinba for IDE autocomplete

  • Thursday, October 15, 2015
  • by misterion
  • Repository
  • 3 Watchers
  • 9 Stars
  • 4,909 Installations
  • PHP
  • 2 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 29 % Grown

The README.md

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., (*1)

For example:

$timer = pinba_timer_start(array('tag' => 'value'), array('customData', 1, 2));
....
pinba_timer_stop($timer);

Example of use, (*2)

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 :, (*3)

    { "require": { "misterion/pinba-phpdoc": "*" }, "minimum-stability": "dev" }, (*4)

  • Or direct download pinba-phpdoc, (*5)

Setup in IDE PhpStorm

Menu "File" -> "Settings" -> "PHP" -> Select path to folder "pinba-phpdoc", (*6)

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"

The Versions

15/10 2015

dev-master

9999999-dev https://github.com/misterion/pinba-phpdoc

@phpdoc extension php pinba for IDE autocomplete

  Sources   Download

LGPL3

The Requires

  • php >=5.0.0

 

helper pinba