PHPackages                             proclnas/test-first-skel - 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. proclnas/test-first-skel

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

proclnas/test-first-skel
========================

A simple skel to start your project with test-first in mind

0.1.0(6y ago)07MITPHPPHP ^7.2

Since May 20Pushed 6y agoCompare

[ Source](https://github.com/proclnas/test-first-skel)[ Packagist](https://packagist.org/packages/proclnas/test-first-skel)[ RSS](/packages/proclnas-test-first-skel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Test First Skel
---------------

[](#test-first-skel)

A simple skel with psr-4 autoload and phpunit/code coverage pre-configured

#### Creating a project with this skeleton:

[](#creating-a-project-with-this-skeleton)

```
$ composer create-project -sdev proclnas/test-first-skel project-name

```

So in the `project-name` folder the following structure will be created:

```
- project-name
  - src
  | ---- Your default namespace, which was generated dinamically with name: ProjectName
  - CHANGELOG.md
  | ---- Changelog to keep your updates and new features
  - composer.json
  | ---- A generic composer file with some basic configuration and namespace already configurated
  - phpunit.xml
  | ---- Phpunit configuration file, code coverage included
  - phpcs.xml
  | ---- Coding standard configuration, default: PSR-2 standards
  - README.md
  | ---- Some presentation about your new project :)

```

#### Pre configured composer commands

[](#pre-configured-composer-commands)

- Run phpunit test suit
    - `$ composer run-script test`
- Check for errors with phpcs based on PSR-2 standards
    - `$ composer run-script check`
- Fix issues found by phpcs using phpcbf
    - `$ composer run-script fix`

#### TODO

[](#todo)

- Add docker-compose to easy app bootsrap (url rewrite etc)

#### License

[](#license)

```
MIT License

Copyright (c) 2019 Rodrigo Nas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

2546d ago

### Community

Maintainers

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

---

Top Contributors

[![proclnas](https://avatars.githubusercontent.com/u/3154242?v=4)](https://github.com/proclnas "proclnas (7 commits)")

---

Tags

app-skeletonphp-skeletonphpunitphpunit-skeletonskeleton

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/proclnas-test-first-skel/health.svg)

```
[![Health](https://phpackages.com/badges/proclnas-test-first-skel/health.svg)](https://phpackages.com/packages/proclnas-test-first-skel)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M677](/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.8M753](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/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)
