gammamatrix / playground-directory
Playground: Provide the Directory models for the Playground Directory System.
dev-develop / 73.x-dev
2024-08-09 05:19 UTC
Requires
- php: ^8.2
- gammamatrix/playground: *
Requires (Dev)
Suggests
- gammamatrix/playground-directory-api: Provides an API, without a UI, to interact with the models provided in this package.
- gammamatrix/playground-directory-resource: Provides a resource API and optional Blade UI to interact with the models provided in this package.
This package is auto-updated.
Last update: 2025-03-09 06:35:43 UTC
README
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.