PHPackages                             gammamatrix/playground-admin - 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. gammamatrix/playground-admin

ActiveLibrary

gammamatrix/playground-admin
============================

Playground: Provide the Admin models for a Playground Laravel application.

070PHPCI passing

Since Aug 16Pushed 8mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Playground Admin
================

[](#playground-admin)

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

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

This application provides the models to use Playground Admin, a site administration tool.

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

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

[](#installation)

You can install the package via composer:

```
composer require gammamatrix/playground-admin
```

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

[](#artisanabout)

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

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-admin.php](config/playground-admin.php)

You can publish the config file with:

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

### Environment Variables

[](#environment-variables)

env()config()`PLAYGROUND_ADMIN_LOAD_MIGRATIONS``playground-admin.load.migrations`- 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:

- [Settings](src/Models/Setting.php)

Migrations
----------

[](#migrations)

All migrations are disabled by default.

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

- NOTE: There is 1 table that will be created.

You can publish the migrations file with:

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

Cloc
----

[](#cloc)

```
composer cloc
```

```
➜  playground-admin git:(develop) composer cloc
> cloc --exclude-dir=output,vendor .
      30 text files.
      22 unique files.
       9 files ignored.

github.com/AlDanial/cloc v 1.98  T=0.04 s (492.7 files/s, 37173.0 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
PHP                             14            103            153            708
YAML                             1              5              0            275
XML                              3              0              3            222
JSON                             1              0              0             68
Markdown                         2             39              1             68
INI                              1              3              0             12
-------------------------------------------------------------------------------
SUM:                            22            150            157           1353
-------------------------------------------------------------------------------

```

PHPStan
-------

[](#phpstan)

Tests at level 9 on:

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

```
composer analyse
```

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

[](#coding-standards)

```
composer format
```

Testing
-------

[](#testing)

```
composer test
```

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

19

—

LowBetter than 10% of packages

Maintenance44

Moderate activity, may be stable

Popularity9

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 (11 commits)")

### Embed Badge

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

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

PHPackages © 2026

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