PHPackages                             scallacs/php-library-seed - 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. scallacs/php-library-seed

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

scallacs/php-library-seed
=========================

This is PHP library starter for bootstrapping new packages with preconfigured testing, code coverage, profiling and travis integration

06PHP

Since Sep 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/scallacs/php-library-seed)[ Packagist](https://packagist.org/packages/scallacs/php-library-seed)[ RSS](/packages/scallacs-php-library-seed/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-library-seed
================

[](#php-library-seed)

This is a PHP library infrastructure for bootstrapping new packages.

Key features
------------

[](#key-features)

- Run unit tests
- Run integration test
- Code coverage
- Performance ?
- Publish to packagist
- travis integration

Setup
-----

[](#setup)

```
git clone git@github.com:scallacs/php-library-seed.git
cd php-library-seed
composer install
cp phpunit.xml.dist phpunit.xml
```

To enable code coverage xdebug must be enabled.

`php -v` should output something like this:

```
PHP 7.0.6 (cli) (built: Apr 27 2016 14:00:40) ( ZTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
    with Xdebug v2.4.0, Copyright (c) 2002-2016, by Derick Rethans

```

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

[](#development)

### Testing

[](#testing)

```
composer run test
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/218f0e9ac0f19dc60040b005c5a03a4a09407835242a6ef1b1c36ece44ae5690?d=identicon)[scallacs](/maintainers/scallacs)

---

Top Contributors

[![scallacs](https://avatars.githubusercontent.com/u/4549752?v=4)](https://github.com/scallacs "scallacs (5 commits)")

### Embed Badge

![Health badge](/badges/scallacs-php-library-seed/health.svg)

```
[![Health](https://phpackages.com/badges/scallacs-php-library-seed/health.svg)](https://phpackages.com/packages/scallacs-php-library-seed)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/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.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.1k](/packages/orchestra-testbench)

PHPackages © 2026

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