Using this Channel
This channel is to be used with the PEAR installer.
Registering the channel:
pear channel-discover pear.pdepend.org
Listing available packages:
pear remote-list -c pdepend
Installing a package:
pear install pdepend/package_name
Installing a specific version/stability:
pear install pdepend/package_name-1.0.0
pear install pdepend/package_name-beta
Receiving updates via a
feed:
http://pear.pdepend.org/feed.xml
Packages
PHP_CodeSniffer_Standards_PDepend2 - PDepend2 Coding Standard for PHP_CodeSniffer
This package provides the coding standard for PDepend version 2
that will utilize PHP 5.3 features.
- Package name: PHP_CodeSniffer_Standards_PDepend2
- License: BSD License
- Maintainers: Manuel Pichler (as lead)
- Releases: 0.2.0 (beta), 0.1.1 (beta), 0.1.0 (beta)
- Install command: pear install pdepend/PHP_CodeSniffer_Standards_PDepend2
PHP_Depend - PHP_Depend design quality metrics for PHP packages
PHP_Depend is an adaption of the Java design quality metrics software JDepend
and the NDepend metric tool.
- Package name: PHP_Depend
- License: BSD License
- Maintainers: Manuel Pichler (as lead)
- Releases: 0.11.0snapshot201201260314 (snapshot), 0.11.0snapshot201201072210 (snapshot), 0.11.0snapshot201201062237 (snapshot), 0.11.0snapshot201112031039 (snapshot), 0.11.0snapshot201111281351 (snapshot), 0.11.0snapshot201111231732 (snapshot), 0.11.0snapshot201110211638 (snapshot), 0.11.0snapshot201110191029 (snapshot), 0.11.0snapshot201110131548 (snapshot), 0.10.9 (stable), 0.10.8 (stable), 0.10.7 (stable), 0.10.7snapshot201112062239 (snapshot), 0.10.6 (stable), 0.10.6snapshot201112062237 (snapshot), 0.10.5 (stable), 0.10.5snapshot201106282356 (snapshot), 0.10.5snapshot201106171140 (snapshot), 0.10.5snapshot201106171130 (snapshot), 0.10.5snapshot201106171045 (snapshot), 0.10.5snapshot201106052129 (snapshot), 0.10.5snapshot201106052055 (snapshot), 0.10.5snapshot201106032305 (snapshot), 0.10.5snapshot201105282225 (snapshot), 0.10.5snapshot201105282136 (snapshot), 0.10.5snapshot201105210051 (snapshot), 0.10.5snapshot201105210020 (snapshot), 0.10.5snapshot201105201655 (snapshot), 0.10.5snapshot201105191650 (snapshot), 0.10.5snapshot201105191600 (snapshot), 0.10.5snapshot201105191400 (snapshot), 0.10.5snapshot201105191245 (snapshot), 0.10.5snapshot201105191235 (snapshot), 0.10.5snapshot201105181540 (snapshot), 0.10.5snapshot201105121731 (snapshot), 0.10.5snapshot201105120941 (snapshot), 0.10.5snapshot201105112351 (snapshot), 0.10.5snapshot201105112246 (snapshot), 0.10.5snapshot201105111956 (snapshot), 0.10.5snapshot201105111516 (snapshot), 0.10.5snapshot201105110841 (snapshot), 0.10.5snapshot201105102226 (snapshot), 0.10.5snapshot201105102034 (snapshot), 0.10.5snapshot201105102026 (snapshot), 0.10.4 (stable), 0.10.4snapshot201105092209 (snapshot), 0.10.4snapshot201105092201 (snapshot), 0.10.4snapshot201105091704 (snapshot), 0.10.4snapshot201105091656 (snapshot), 0.10.4snapshot201105091611 (snapshot), 0.10.4snapshot201103211836 (snapshot), 0.10.4snapshot201103211820 (snapshot), 0.10.4snapshot201103122331 (snapshot), 0.10.3 (stable), 0.10.3snapshot201103122311 (snapshot), 0.10.2 (stable), 0.10.1 (stable), 0.10.0 (beta), 0.10.0RC3 (beta), 0.10.0RC2 (beta), 0.10.0RC1 (beta), 0.9.19 (beta), 0.9.18 (beta), 0.9.17 (beta), 0.9.16 (beta), 0.9.15 (beta), 0.9.14 (beta), 0.9.13 (beta), 0.9.12 (beta), 0.9.11 (beta), 0.9.10 (beta), 0.9.9 (beta), 0.9.8 (beta), 0.9.7 (beta), 0.9.6 (beta), 0.9.5 (beta), 0.9.4 (beta), 0.9.3 (beta), 0.9.2 (beta), 0.9.1 (beta), 0.9.0 (beta), 0.8.0 (beta), 0.8.0beta4 (beta), 0.8.0beta3 (beta), 0.8.0beta2 (beta), 0.8.0beta1 (beta), 0.1.2 (alpha), 0.1.1 (alpha), 0.1.0 (alpha)
- Install command: pear install pdepend/PHP_Depend
PHP_Depend_Log_Arbit - PHP_Depend Log extension for the arbit issue tracker.
PHP_Depend Log extension for the arbit issue tracker.
- Package name: PHP_Depend_Log_Arbit
- License: BSD License
- Maintainers: Manuel Pichler (as lead)
- Releases: 1.0.0 (stable)
- Install command: pear install pdepend/PHP_Depend_Log_Arbit
staticReflection - staticReflection package for PHP
The staticReflection component can be used as a drop-in replacement for PHP's
internal reflection api. This component provides a generic reflection stack so
that applications can switch between the internal and/or static reflection
implementation.