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 2w 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 13% 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://avatars.githubusercontent.com/u/4549752?v=4)[Stephane Léonard](/maintainers/scallacs)[@scallacs](https://github.com/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

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14429.2M358](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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