gammamatrix/playground-directory

Playground: Provide the Directory models for the Playground Directory System.

dev-develop / 73.x-dev 2024-08-09 05:19 UTC

This package is auto-updated.

Last update: 2025-03-09 06:35:43 UTC


README

Playground CI Workflow Test Coverage PHPStan Level 9

The Playground: Directory package.

Installation

You can install the package via composer:

composer require gammamatrix/playground-directory

Configuration

All options are disabled by default.

See the contents of the published config file: config/playground-directory.php

Cloc

composer cloc
➜  playground-directory git:(develop) ✗ composer cloc
> cloc --exclude-dir=node_modules,output,vendor .
      56 text files.
      43 unique files.
      14 files ignored.

github.com/AlDanial/cloc v 1.98  T=0.10 s (434.8 files/s, 156431.1 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
JSON                             6              0              0          11389
PHP                             29            267            857           2334
YAML                             1              5              0            275
XML                              3              0              7            215
Markdown                         3             28              0             77
INI                              1              3              0             12
-------------------------------------------------------------------------------
SUM:                            43            303            864          14302
-------------------------------------------------------------------------------

PHPStan

Tests at level 9 on:

  • config/
  • database/
  • src/
  • tests/Feature/
  • tests/Unit/
composer analyse

Coding Standards

composer format

Testing

composer test --parallel

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

The MIT License (MIT). Please see License File for more information.