PHPackages                             gammamatrix/site-playground - 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. [Framework](/categories/framework)
4. /
5. gammamatrix/site-playground

ActiveProject[Framework](/categories/framework)

gammamatrix/site-playground
===========================

Playground: This package provides a Laravel site using Sanctum for authentication and authorization and utilizes Blade for the UI. A Content Management System is also provided, along with user and settings management.

07PHPCI passing

Since Aug 16Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/gammamatrix/site-playground)[ Packagist](https://packagist.org/packages/gammamatrix/site-playground)[ RSS](/packages/gammamatrix-site-playground/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Site: Playground
================

[](#site-playground)

[![Playground CI Workflow](https://github.com/gammamatrix/site-playground/actions/workflows/ci.yml/badge.svg?branch=develop)](https://raw.githubusercontent.com/gammamatrix/site-playground/testing/develop/testdox.txt)[![Test Coverage](https://raw.githubusercontent.com/gammamatrix/site-playground/testing/develop/coverage.svg)](tests)[![PHPStan Level 9 src and tests](https://camo.githubusercontent.com/b72adb1f27170ecf486459c4b07e920bb3db2b464444bce8277e018270665646/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230392d627269676874677265656e)](.github/workflows/ci.yml#L120)

Site: Playground Package for [Laravel v11](https://laravel.com/docs/11.x) applications.

Read more on using [Site: Playground, at the Read the Docs: Playground Documentation.](https://gammamatrix-playground.readthedocs.io/en/develop/applications/site-playground.html)

**NOTE:** Playground uses `declare(strict_types=1);`

**NOTE:** This package is meant to be forked, cloned or used `composer create-project`

Install the package with `composer create-project`

```
composer create-project gammamatrix/site-playground site-example --stability dev
```

- NOTE: A stable release has not been deployed yet.

Installed Playground Packages

PackageDescription[playground-admin-resource](https://github.com/gammamatrix/playground-admin-resource)Provide the Admin UI to manage users and settings.[playground-cms-resource](https://github.com/gammamatrix/playground-cms-resource)Provide the CMS UI for the Playground Content Management System.[playground-login-blade](https://github.com/gammamatrix/playground-login-blade)Provides endpoints a Blade UI for authentication, authorization, verification and credential management.[playground-site-blade](https://github.com/gammamatrix/playground-site-blade)Provides a standard website with an index, dashboard, sitemap, theme handling and CMS integration.Installed Support Playground Packages

PackageDescription[playground](https://github.com/gammamatrix/playground)A base package for Laravel integration.[playground-admin](https://github.com/gammamatrix/playground-admin)Provide the Settings models for `playground-admin-resource`.[playground-auth](https://github.com/gammamatrix/playground-auth)Provide authentication and authorization handling for Laravel applications. Allows using Sanctum.[playground-blade](https://github.com/gammamatrix/playground-blade)Provides Blade UI handling for login, resource and site packages.[playground-cms](https://github.com/gammamatrix/playground-cms)Provide the CMS models for `playground-cms-resource`.[playground-http](https://github.com/gammamatrix/playground-http)Provide HTTP content and filter handling for controllers and requests.[playground-test](https://github.com/gammamatrix/playground-test)A test helper for Playground packages.Testing
-------

[](#testing)

This application supports running integration tests with the installed Playground packages.

- Currently, over [800 Unit and Feature tests are run.](https://raw.githubusercontent.com/gammamatrix/site-playground/testing/develop/testdox.txt)

```

    tests/Unit
    vendor/gammamatrix/playground/tests/Unit
    vendor/gammamatrix/playground-auth/tests/Unit
    vendor/gammamatrix/playground-blade/tests/Unit
    vendor/gammamatrix/playground-admin/tests/Unit
    vendor/gammamatrix/playground-admin-resource/tests/Unit
    vendor/gammamatrix/playground-cms/tests/Unit
    vendor/gammamatrix/playground-cms-resource/tests/Unit
    vendor/gammamatrix/playground-http/tests/Unit
    vendor/gammamatrix/playground-test/tests/Unit

    tests/Feature
    vendor/gammamatrix/playground/tests/Feature
    vendor/gammamatrix/playground-auth/tests/Feature
    vendor/gammamatrix/playground-blade/tests/Feature
    vendor/gammamatrix/playground-admin/tests/Feature
    vendor/gammamatrix/playground-admin-resource/tests/Feature
    vendor/gammamatrix/playground-cms/tests/Feature
    vendor/gammamatrix/playground-cms-resource/tests/Feature
    vendor/gammamatrix/playground-login-blade/tests/Feature
    vendor/gammamatrix/playground-http/tests/Feature
    vendor/gammamatrix/playground-site-blade/tests/Feature
    vendor/gammamatrix/playground-test/tests/Feature

    app
    vendor/gammamatrix/playground/src
    vendor/gammamatrix/playground-auth/src
    vendor/gammamatrix/playground-blade/src
    vendor/gammamatrix/playground-admin/src
    vendor/gammamatrix/playground-admin-resource/src
    vendor/gammamatrix/playground-cms/src
    vendor/gammamatrix/playground-cms-resource/src
    vendor/gammamatrix/playground-login-blade/src
    vendor/gammamatrix/playground-site-blade/src
    vendor/gammamatrix/playground-http/src
    vendor/gammamatrix/playground-test/src

```

```
composer test
```

Test examples:

```
phpunit --coverage-text --teamcity --filter 'PageRevision\\ModelTest::test_verify_model_relationships'
--testsuite Feature

phpunit --coverage-text --teamcity --filter 'Backlog\\ModelTest::test_verify_model_relationships' --testsuite Feature
```

```
phpunit --coverage-text --filter ModelTest
```

```
phpunit --coverage-text --filter RouteTest
```

```
phpunit --coverage-text --filter InstanceTest
```

```
phpunit --coverage-text --filter Policy
```

```
phpunit --coverage-text --filter Resource
```

```
phpunit --coverage-text  --filter Login
```

```
phpunit --coverage-text  --filter Cms
```

```
phpunit --coverage-text --filter Matrix
```

### Code coverage

[](#code-coverage)

NOTE: If you use this repository for a production site, make sure to hide the code coverage linked in [public/tests.](public/tests)

The phpunit files for Playground support integration and package testing.

[![screenshot of Test reports for Site Playground.](resources/docs/site-playground-tests-report.png)](resources/docs/site-playground-tests-report.png)

Code Coverage for Site Playground

[![screenshot of Code Coverage for Site Playground.](resources/docs/site-playground-tests-report-cc.png)](resources/docs/site-playground-tests-report-cc.png)

Code Coverage for Site Playground: GammaMatrix Packages:

[![screenshot of Code Coverage for Site Playground: GammaMatrix Packages.](resources/docs/site-playground-tests-report-cc-gammamatrix.png)](resources/docs/site-playground-tests-report-cc-gammamatrix.png)

PHPStan
-------

[](#phpstan)

Tests at level 9 on:

- `app/`
- `config/`
- `database/`
- `resources/views/`
- `tests/Feature/`
- `tests/Unit/`
- and on Playground packages.

```
composer analyse
```

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

[](#coding-standards)

```
composer format
```

Themes
------

[](#themes)

playground-blade provides Bootstrap 5 themes, using CSS Variables.

[![screenshot of Editing a Page with the dark theme.](resources/docs/edit-page-theme-dark.png)](resources/docs/edit-page-theme-dark.png)[![screenshot of Editing a Page with the wheat theme.](resources/docs/edit-page-theme-wheat.png)](resources/docs/edit-page-theme-wheat.png)

[![screenshot of the sitemap with the wheat theme.](resources/docs/sitemap-theme-wheat.png)](resources/docs/sitemap-theme-wheat.png)

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

[](#artisan-about)

Playground provides information in the `artisan about` command.

[![screenshot of artisan about command with Site Playground.](resources/docs/artisan-about-site-playground.png)](resources/docs/artisan-about-site-playground.png)

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

16

—

LowBetter than 4% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity14

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://avatars.githubusercontent.com/u/524724?v=4)[Jeremy Postlethwaite](/maintainers/gammamatrix)[@gammamatrix](https://github.com/gammamatrix)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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