PHPackages                             covex-nn/phpcb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. covex-nn/phpcb

Abandoned → [mayflower/php-codebrowser](/?search=mayflower%2Fphp-codebrowser)ArchivedLibrary

covex-nn/phpcb
==============

A code browser that augments the code with information from various QA tools.

1.0.4.1(12y ago)2142.5k—0%26BSD-2-ClausePHP

Since Jul 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/covex-nn/PHP_CodeBrowser)[ Packagist](https://packagist.org/packages/covex-nn/phpcb)[ RSS](/packages/covex-nn-phpcb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (6)

PHP\_CodeBrowser
================

[](#php_codebrowser)

Structure
---------

[](#structure)

```
|--> bin/           PHP_CodeBrowser scripts
|--> src/           Source files for PHP_CodeBrowser
|   |--> Plugins/   Plugins for different error handling/types
|
|--> templates/     Template files for PHP_CodeBrowser
|   |--> css/       Used CSS by templates, Color definition for errors
|   |--> img/       Used images for PHP_CodeBrowser
|   |--> js/        Used javascript for PHP_CodeBrowser
|
|--> tests/         PHPUnit test suite
|
|--> package.xml    PEAR package information file
|
|--> LICENCE        Licence information
|--> README         Structure and install information
|--> CHANGELOG      Update information

```

Installation
------------

[](#installation)

### Git Checkout

[](#git-checkout)

```
$ git clone git://github.com/Mayflower/PHP_CodeBrowser.git

```

### Installation with PEAR Installer

[](#installation-with-pear-installer)

```
$ pear channel-discover pear.phpqatools.org
$ pear install --alldeps phpqatools/PHP_CodeBrowser

```

Usage
-----

[](#usage)

### Shell Usage

[](#shell-usage)

```
Try ./bin/phpcb.php -h for usage information.

```

### Integration in Jenkins, CruiseControl and Hudson

[](#integration-in-jenkins-cruisecontrol-and-hudson)

```
...

...

...

```

View the Results
----------------

[](#view-the-results)

### Webbrowser

[](#webbrowser)

Open `/path/to/defined/output/index.html`.

### CruiseControl

[](#cruisecontrol)

#### config.xml

[](#configxml)

```

  ...

```

#### main.jsp

[](#mainjsp)

```

```

### Jenkins/Hudson

[](#jenkinshudson)

Have a look at the [standard template for Jenkins jobs for PHP projects](https://github.com/sebastianbergmann/php-jenkins-template) to see how PHP\_CodeBrowser can be used together with Jenkins.

Contact Information
-------------------

[](#contact-information)

If you have any questions you may get in contact with: Elger Thiele or Thorsten Rinne

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community26

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~108 days

Total

2

Last Release

4561d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd7f833537e59f3a0275ec881051e8d08ee9b658025f675f201228956da8a3e0?d=identicon)[covex-nn](/maintainers/covex-nn)

---

Top Contributors

[![MichelHartmann](https://avatars.githubusercontent.com/u/274451?v=4)](https://github.com/MichelHartmann "MichelHartmann (32 commits)")[![sebastianbergmann](https://avatars.githubusercontent.com/u/25218?v=4)](https://github.com/sebastianbergmann "sebastianbergmann (26 commits)")[![thorsten](https://avatars.githubusercontent.com/u/45284?v=4)](https://github.com/thorsten "thorsten (15 commits)")[![covex-nn](https://avatars.githubusercontent.com/u/110878?v=4)](https://github.com/covex-nn "covex-nn (14 commits)")[![globin](https://avatars.githubusercontent.com/u/1447245?v=4)](https://github.com/globin "globin (6 commits)")[![mhujer](https://avatars.githubusercontent.com/u/353372?v=4)](https://github.com/mhujer "mhujer (6 commits)")[![dsp](https://avatars.githubusercontent.com/u/14013?v=4)](https://github.com/dsp "dsp (3 commits)")[![ravage84](https://avatars.githubusercontent.com/u/625761?v=4)](https://github.com/ravage84 "ravage84 (2 commits)")[![tommygnr](https://avatars.githubusercontent.com/u/929392?v=4)](https://github.com/tommygnr "tommygnr (1 commits)")[![voidus](https://avatars.githubusercontent.com/u/124298?v=4)](https://github.com/voidus "voidus (1 commits)")[![cs278](https://avatars.githubusercontent.com/u/17377?v=4)](https://github.com/cs278 "cs278 (1 commits)")[![edorian](https://avatars.githubusercontent.com/u/247397?v=4)](https://github.com/edorian "edorian (1 commits)")[![jsobiecki](https://avatars.githubusercontent.com/u/194031?v=4)](https://github.com/jsobiecki "jsobiecki (1 commits)")[![kukulich](https://avatars.githubusercontent.com/u/260445?v=4)](https://github.com/kukulich "kukulich (1 commits)")[![lfabreges](https://avatars.githubusercontent.com/u/2059919?v=4)](https://github.com/lfabreges "lfabreges (1 commits)")[![manuelpichler](https://avatars.githubusercontent.com/u/58714?v=4)](https://github.com/manuelpichler "manuelpichler (1 commits)")[![oudingfan](https://avatars.githubusercontent.com/u/2810552?v=4)](https://github.com/oudingfan "oudingfan (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/covex-nn-phpcb/health.svg)

```
[![Health](https://phpackages.com/badges/covex-nn-phpcb/health.svg)](https://phpackages.com/packages/covex-nn-phpcb)
```

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k118.8M753](/packages/brianium-paratest)[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[mayflower/php-codebrowser

A code browser that augments the code with information from various QA tools.

1352.2M61](/packages/mayflower-php-codebrowser)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[php-soap/wsdl-reader

A WSDL reader in PHP

212.3M9](/packages/php-soap-wsdl-reader)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
