PHPackages                             gammamatrix/playground-matrix - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gammamatrix/playground-matrix

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gammamatrix/playground-matrix
=============================

Playground: Provides the models to use Playground Matrix, a Project Management System.

0214[2 issues](https://github.com/gammamatrix/playground-matrix/issues)PHPCI passing

Since Nov 28Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/gammamatrix/playground-matrix)[ Packagist](https://packagist.org/packages/gammamatrix/playground-matrix)[ RSS](/packages/gammamatrix-playground-matrix/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Playground: Matrix
==================

[](#playground-matrix)

[![Playground CI Workflow](https://github.com/gammamatrix/playground-matrix/actions/workflows/ci.yml/badge.svg?branch=develop)](https://raw.githubusercontent.com/gammamatrix/playground-matrix/testing/develop/testdox.txt)[![Test Coverage](https://raw.githubusercontent.com/gammamatrix/playground-matrix/testing/develop/coverage.svg)](tests)[![PHPStan Level 10](https://camo.githubusercontent.com/022b70e6631d055205dfebf2aa7e53b3f63e7a3ea04a18e86429f279e29a29f1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c25323031302d627269676874677265656e)](.github/workflows/ci.yml#L128)

The Playground Matrix is a package for [Laravel](https://laravel.com/docs/12.x) applications.

Playground: Provides the models to use Playground Matrix, a Project Management System.

Read more on using [Playground: Matrix at Read the Docs](https://gammamatrix-playground.readthedocs.io/en/develop/built-components/matrix.html)

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

[](#installation)

**NOTE:** This package is required by:

- [Playground: Matrix API](https://github.com/gammamatrix/playground-matrix-api): API without UI
- [Playground: Matrix Resource](https://github.com/gammamatrix/playground-matrix-resource): API with UI

Install this package, with composer, to get access to the Matrix Models:

```
composer require gammamatrix/playground-matrix
```

`artisan:about`
---------------

[](#artisanabout)

Playground Matrix provides information in the `artisan about` command.

[![screenshot of artisan about command with Playground: Matrix.](resources/docs/artisan-about-playground-matrix.png)](resources/docs/artisan-about-playground-matrix.png)

Configuration
-------------

[](#configuration)

Migrations are disabled by default. This package may sometimes be installed where another system handles the migrations.

See the contents of the published config file: [config/playground-matrix.php](config/playground-matrix.php)

You can publish the config file with:

```
php artisan vendor:publish --provider="Playground\Matrix\ServiceProvider" --tag="playground-config"
```

### Environment Variables

[](#environment-variables)

env()config()Default`PLAYGROUND_MATRIX_ABOUT``playground-matrix.about``true``PLAYGROUND_MATRIX_LOAD_MIGRATIONS``playground-matrix.load.migrations``false`- The loading option for migrations does not take effect if the migrations have been exported to your app. The control for loading is handled in the package [ServiceProvider.](src/ServiceProvider.php)

Models
------

[](#models)

This package includes [factories](database/factories), models and [migrations](database/migrations) for:

- [Backlog](src/Models/Backlog.php)
- [Board](src/Models/Board.php)
- [Epic](src/Models/Epic.php)
- [Flow](src/Models/Flow.php)
- [Matrix](src/Models/Matrix.php)
- [Milestone](src/Models/Milestone.php)
- [Note](src/Models/Note.php)
- [Project](src/Models/Project.php)
- [Release](src/Models/Release.php)
- [Roadmap](src/Models/Roadmap.php)
- [Source](src/Models/Source.php)
- [Sprint](src/Models/Sprint.php)
- [Tag](src/Models/Tag.php)
- [Team](src/Models/Team.php)
- [Ticket](src/Models/Ticket.php)
- [Version](src/Models/Version.php)

Migrations
----------

[](#migrations)

All migrations are disabled by default.

See the contents of the published config file: [database/migrations](database/migrations)

- NOTE: There are 16 tables that will be created, they do have indexes and unique constraints defined; however, this release does not have the foreign key constraint migrations included at this time.

You can publish the migrations file with:

```
php artisan vendor:publish --provider="Playground\Matrix\ServiceProvider" --tag="playground-migrations"
```

Cloc
----

[](#cloc)

```
composer cloc
```

```
➜  playground-matrix git:(develop) ✗ composer cloc
     200 text files.
     195 unique files.
      25 files ignored.

github.com/AlDanial/cloc v 2.06  T=0.13 s (1530.8 files/s, 545559.2 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
JSON                            89              0              0          50576
PHP                             91           1461           4161          12348
XML                             10              0              7            470
YAML                             1              5              0            275
Markdown                         3             46              0            132
INI                              1              3              0             12
-------------------------------------------------------------------------------
SUM:                           195           1515           4168          63813
-------------------------------------------------------------------------------

```

PHPStan
-------

[](#phpstan)

Tests at level 10 on:

- `config/`
- `database/`
- `src/`
- `tests/Feature/`
- `tests/Unit/`

```
composer analyse
```

Coding Standards
----------------

[](#coding-standards)

```
composer format
```

Testing
-------

[](#testing)

Unit tests

```
composer test
```

Unit and feature tests

```
composer test-dev
```

Run unit and feature tests in parallel:

```
composer test-parallel
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Jeremy Postlethwaite](https://github.com/gammamatrix)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance49

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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/a309c28cee3aff88250942e5bc4d01f2d5a53f8b52456f6352adc338dc9a121b?d=identicon)[gammamatrix](/maintainers/gammamatrix)

---

Top Contributors

[![gammamatrix](https://avatars.githubusercontent.com/u/524724?v=4)](https://github.com/gammamatrix "gammamatrix (33 commits)")

### Embed Badge

![Health badge](/badges/gammamatrix-playground-matrix/health.svg)

```
[![Health](https://phpackages.com/badges/gammamatrix-playground-matrix/health.svg)](https://phpackages.com/packages/gammamatrix-playground-matrix)
```

PHPackages © 2026

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