PHPackages                             smt/teamcity-integration - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. smt/teamcity-integration

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

smt/teamcity-integration
========================

Simple script to generate a couple of files, like unit-test reports and so on , for teamcity

v1.0.5(10y ago)133MITPHPPHP &gt;=5.4

Since Sep 3Pushed 10y ago2 watchersCompare

[ Source](https://github.com/saksmt/php-teamcity-integration)[ Packagist](https://packagist.org/packages/smt/teamcity-integration)[ Docs](https://github.com/saksmt/php-teamcity-integration)[ RSS](/packages/smt-teamcity-integration/feed)WikiDiscussions develop Synced 2d ago

READMEChangelog (2)DependenciesVersions (7)Used By (0)

smt/teamcity-integration
========================

[](#smtteamcity-integration)

Simple script to integrate (generate reports) with teamcity

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

[](#installation)

```
composer global require smt/teamcity-integration

```

Now you can use it

Usage
-----

[](#usage)

```
run-inspections PATH_TO_YOUR_PROJECT

```

Configuration
=============

[](#configuration)

Configuration file is optional, however if you decided to change something you must place it in project root and name **ci.json**

Reference
---------

[](#reference)

```
{
    "inspections": { // Configuration for inspections (default below)
        "phpmd": { // Configuration for PHPMD
            "enabled": true, // Whether this inspection should be run
            "path": "phpmd", // How mess detector should be executed
            "format": "xml", // Output format
            "files": "src/", // Folder or files to process
            "resultPath": "res/mess.xml" // Path to file with report
            "inspections": [ // List of inspections of mess detector to enable
                "cleancode",
                "codesize",
                "controversial",
                "design",
                "naming",
                "unusedcode"
            ]
        },
        "phpcs": { // Configuration for CodeSniffer
            "enabled": true, // Whether this inspection should be run
            "path": "phpcs", // How CodeSniffer should be executed
            "files": "src/", // Folder or files to process
            "format": "checkstyle", // Output format
            "resultPath": "res/checkstyle.xml" // Path to file with report
        },
        "phpunit": { // Configuration for PHPUnit
            "enabled": true, // Whether this inspection should be run
            "path": "phpunit", // How PHPUnit should be executed
            "files": "src/", // Folder or files to process
            "bootstrap": "vendor/autoload.php", // Bootstrap file
            "configurationFile": null, // Configuration file for PHPUnit
            "format": "junit", // Test results output format
            "resultPath": "res/unit.xml", // Path to file with report about tests
            "coverage": { // Coverage configuration
                "format": "clover", // Output format
                "resultPath": "res/coverage.xml" // Path to file with report about coverage
            }
        }
    },
    "hooks": {
        "inspections": [ // Commands placed here would ran just before inspections starts
            "echo 'Some command here'"
        ],
        "cleanup": [ // Commands placed here would ran just before exit
            "echo 'Good Bye!'"
        ]
    }
}

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

Established project with proven stability

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 ~1 days

Total

6

Last Release

3952d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/056f804db1fb4e94cf408db237cf37b934a0c19253decb2ab5e1fae236f1ef83?d=identicon)[smt](/maintainers/smt)

### Embed Badge

![Health badge](/badges/smt-teamcity-integration/health.svg)

```
[![Health](https://phpackages.com/badges/smt-teamcity-integration/health.svg)](https://phpackages.com/packages/smt-teamcity-integration)
```

###  Alternatives

[widop/google-analytics-bundle

Google certificate-based authentication in server-to-server interactions with google analytics

43283.2k](/packages/widop-google-analytics-bundle)[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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