PHPackages                             contributte/tester-skeleton - 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. contributte/tester-skeleton

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

contributte/tester-skeleton
===========================

Nette\\Tester project skeleton based on Nette Framework (@nette) and Contributte (@contributte) libraries by @f3l1x.

202PHPCI passing

Since Mar 4Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/contributte/tester-skeleton)[ Packagist](https://packagist.org/packages/contributte/tester-skeleton)[ RSS](/packages/contributte-tester-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![](https://camo.githubusercontent.com/dedd2e522e3e223bae140214d215ccfe4f9b2cbc4ab93bec27c394aa5f9e4ddc/68747470733a2f2f686561746261646765722e6e6f772e73682f6769746875622f726561646d652f636f6e74726962757474652f7465737465722d736b656c65746f6e2f)](https://camo.githubusercontent.com/dedd2e522e3e223bae140214d215ccfe4f9b2cbc4ab93bec27c394aa5f9e4ddc/68747470733a2f2f686561746261646765722e6e6f772e73682f6769746875622f726561646d652f636f6e74726962757474652f7465737465722d736b656c65746f6e2f)

 [![](https://camo.githubusercontent.com/886517d9b46bddf31d3e4f89196b14af5a8f1dd0b935968b92ae1306d473ef0d/68747470733a2f2f62616467656e2e6e65742f6769746875622f636865636b732f636f6e74726962757474652f7465737465722d736b656c65746f6e2f6d6173746572)](https://github.com/contributte/tester-skeleton/actions) [![](https://camo.githubusercontent.com/05e6d1b924d240d5f50b6230ac1dbe347cd1e6acd69a8c0b98cb9cbe4052ee0d/68747470733a2f2f62616467656e2e6e65742f636f6465636f762f632f6769746875622f636f6e74726962757474652f7465737465722d736b656c65746f6e)](https://codecov.io/gh/contributte/tester-skeleton) [![](https://camo.githubusercontent.com/e6e82c0a30b5de05d087faa543adf010ced016b43e3a35b8f879773680dbbfd6/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f646d2f636f6e74726962757474652f7465737465722d736b656c65746f6e)](https://packagist.org/packages/contributte/tester-skeleton) [![](https://camo.githubusercontent.com/dd1ea0b54e5aef21ef49d1841e110eba09e748e1f133631a8ec57f460f87bcc5/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f636f6e74726962757474652f7465737465722d736b656c65746f6e)](https://packagist.org/packages/contributte/tester-skeleton)

 [![](https://camo.githubusercontent.com/e7aeb92bf72063023df7b055396e7717bb251630b5181a03bcb694cc495730f8/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f636f6e74726962757474652f7465737465722d736b656c65746f6e)](https://packagist.org/packages/contributte/tester-skeleton) [![](https://camo.githubusercontent.com/e1ca78861000a0bb53934143298e0ec57a94a23040b25ad33b76c6519676fce4/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f7465737465722d736b656c65746f6e)](https://github.com/contributte/tester-skeleton) [![](https://camo.githubusercontent.com/a8b1cd856d7d396fdebbe46947cc3507490acc267a02361e5e53bb7b820c95c3/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f6769747465722f6379616e)](https://bit.ly/ctteg) [![](https://camo.githubusercontent.com/86d6416fc04f8bcc3daa7bf881526b9953b9726b1164d05c157c8713e3a73418/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f666f72756d2f79656c6c6f77)](https://bit.ly/cttfo) [![](https://camo.githubusercontent.com/5d170ab94e6d594609561e16fe0f9e4293968fbd4dfcfafc5e11efc1415ef09c/68747470733a2f2f62616467656e2e6e65742f62616467652f73706f6e736f722f646f6e6174696f6e732f463936383534)](https://contributte.org/partners.html)

Website 🚀 [contributte.org](https://contributte.org) | Contact 👨🏻‍💻 [f3l1x.io](https://f3l1x.io) | Twitter 🐦 [@contributte](https://twitter.com/contributte)

---

Goal
----

[](#goal)

Main goal is to show how to test [Nette](https://nette.org) components.

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

[](#installation)

You will need `PHP 8.4+` and [Composer](https://getcomposer.org/).

Create project using composer.

```
composer create-project -s dev contributte/tester-skeleton acme
```

Now you have application installed. It's time to run it.

Startup
-------

[](#startup)

The easiest way is to use php built-in web server.

```
make dev
# php -S 0.0.0.0:8000 -t www
```

Then visit  in your browser.

The second part is to execute tests.

```
make tests
```

Development
-----------

[](#development)

See [how to contribute](https://contributte.org/contributing.html) to this package.

This package is currently maintaining by these authors.

[ ![](https://avatars2.githubusercontent.com/u/538058?v=3&s=80)](https://github.com/f3l1x)---

Consider to [support](https://contributte.org/partners.html) **contributte** development team. Also thank you for using this project.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance59

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 64.7% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/538058?v=4)[Milan Šulc](/maintainers/f3l1x)[@f3l1x](https://github.com/f3l1x)

---

Top Contributors

[![f3l1x](https://avatars.githubusercontent.com/u/538058?v=4)](https://github.com/f3l1x "f3l1x (11 commits)")[![ohmyfelix](https://avatars.githubusercontent.com/u/261235610?v=4)](https://github.com/ohmyfelix "ohmyfelix (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![petrparolek](https://avatars.githubusercontent.com/u/6066243?v=4)](https://github.com/petrparolek "petrparolek (1 commits)")

---

Tags

contributtee2enettenette-frameworknette-testerqatestertestingtests

### Embed Badge

![Health badge](/badges/contributte-tester-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/contributte-tester-skeleton/health.svg)](https://phpackages.com/packages/contributte-tester-skeleton)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M679](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M571](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.0k](/packages/orchestra-testbench)

PHPackages © 2026

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