PHPackages                             jeancarloem/phpunit-skeleton-builder - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. jeancarloem/phpunit-skeleton-builder

ActiveLibrary[Testing &amp; Quality](/categories/testing)

jeancarloem/phpunit-skeleton-builder
====================================

Tool that can generate skeleton test classes from production code classes and vice versa

2.0.1(12y ago)08BSD-3-ClausePHPPHP &gt;=5.3.3

Since May 12Pushed 5y agoCompare

[ Source](https://github.com/JeanCarloEM/phpunit-skeleton-builder)[ Packagist](https://packagist.org/packages/jeancarloem/phpunit-skeleton-builder)[ Docs](https://github.com/sebastianbergmann/phpunit-skeleton-generator)[ RSS](/packages/jeancarloem-phpunit-skeleton-builder/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

PHPUnit Skeleton Builder
========================

[](#phpunit-skeleton-builder)

[![Latest Stable Version](https://camo.githubusercontent.com/0d6300b29e5cedaa2189da25abb4d0a8205ab2121882f9053a8d9cca28d3ac0c/68747470733a2f2f706f7365722e707567782e6f72672f6a65616e6361726c6f656d2f706870756e69742d736b656c65746f6e2d6275696c6465722f76)](//packagist.org/packages/phpunit/phpunit) [![Total Downloads](https://camo.githubusercontent.com/da0eb1274ca99909d102afd0be243d1aac0415cda137828a5b302c8a981f104a/68747470733a2f2f706f7365722e707567782e6f72672f706a65616e6361726c6f656d2f706870756e69742d736b656c65746f6e2d6275696c6465722f646f776e6c6f616473)](//packagist.org/packages/phpunit/phpunit) [![Latest Unstable Version](https://camo.githubusercontent.com/5b28d974a17dcbb9c66e2f96cf717441d7d983213626ff6f96e28c4c0e27ece9/68747470733a2f2f706f7365722e707567782e6f72672f6a65616e6361726c6f656d2f706870756e69742d736b656c65746f6e2d6275696c6465722f762f756e737461626c65)](//packagist.org/packages/phpunit/phpunit) [![License](https://camo.githubusercontent.com/c0cf4555a96817b9c6ef0fde9ab3691cd974a0bfa010e692ab543ad8474bbfc0/68747470733a2f2f706f7365722e707567782e6f72672f6a65616e6361726c6f656d2f706870756e69742d736b656c65746f6e2d6275696c6465722f6c6963656e7365)](//packagist.org/packages/phpunit/phpunit)

`phpunit-skelgen-builder` is a tool that can generate skeleton test classes from production code classes and vice versa.

> See the changelog [here](changes.md) from the [sebastianbergmann/phpunit-skeleton-generator](https://github.com/sebastianbergmann/phpunit-skeleton-generator)

Installation with Composer
--------------------------

[](#installation-with-composer)

Simply add a dependency on `jeancarloem/phpunit-skeleton-builder` to your project's `composer.json` file if you use [Composer](http://getcomposer.org/) to manage the dependencies of your project. Here is a minimal example of a `composer.json` file that just defines a development-time dependency on `jeancarloem/phpunit-skeleton-builder`:

```
{
    "require-dev": {
        "jeancarloem/phpunit-skeleton-builder": "*"
    }
}

```

For a system-wide installation via Composer, you can run:

```
composer require --dev "jeancarloem/phpunit-skeleton-builder=*"

```

Or

```
composer global require "jeancarloem/phpunit-skeleton-builder=*"

```

Make sure you have `~/.composer/vendor/bin/` in your path.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.3% of commits — single point of failure

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

Total

2

Last Release

4380d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cbe4074c94a4dedacfbd2801c5f96674dc534ddfba1b02cfa80ef597c98827e9?d=identicon)[JeanCarloEM](/maintainers/JeanCarloEM)

---

Top Contributors

[![sebastianbergmann](https://avatars.githubusercontent.com/u/25218?v=4)](https://github.com/sebastianbergmann "sebastianbergmann (29 commits)")[![edorian](https://avatars.githubusercontent.com/u/247397?v=4)](https://github.com/edorian "edorian (1 commits)")[![InfopactMLoos](https://avatars.githubusercontent.com/u/22300844?v=4)](https://github.com/InfopactMLoos "InfopactMLoos (1 commits)")[![MelvinLoos](https://avatars.githubusercontent.com/u/1757355?v=4)](https://github.com/MelvinLoos "MelvinLoos (1 commits)")[![remicollet](https://avatars.githubusercontent.com/u/270445?v=4)](https://github.com/remicollet "remicollet (1 commits)")[![tcpiptan](https://avatars.githubusercontent.com/u/246622?v=4)](https://github.com/tcpiptan "tcpiptan (1 commits)")

---

Tags

testingphpunitxunitSkeleton

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jeancarloem-phpunit-skeleton-builder/health.svg)

```
[![Health](https://phpackages.com/badges/jeancarloem-phpunit-skeleton-builder/health.svg)](https://phpackages.com/packages/jeancarloem-phpunit-skeleton-builder)
```

###  Alternatives

[phpunit/phpunit

The PHP Unit Testing framework.

20.0k910.7M134.8k](/packages/phpunit-phpunit)[phpunit/php-code-coverage

Library that provides collection, processing, and rendering functionality for PHP code coverage information.

8.9k892.4M1.5k](/packages/phpunit-php-code-coverage)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[phpunit/phpunit-selenium

Selenium Server integration for PHPUnit

59610.9M150](/packages/phpunit-phpunit-selenium)[robiningelbrecht/phpunit-coverage-tools

PHPUnit coverage tools

1783.0k34](/packages/robiningelbrecht-phpunit-coverage-tools)

PHPackages © 2026

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