webspell_ng / data_structures
Abstract classes to be used within webSPELL NG projects
dev-master
2023-03-06 17:10 UTC
Requires
- hassankhan/config: ^2.2
- phpmailer/phpmailer: ^6.5
- respect/validation: ^2.2
- webspell_ng/query_builder: dev-master
Requires (Dev)
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-03-06 21:27:02 UTC
README
Data structure classes to be used within webSPELL NG projects (e.g. webSPELL NG Cup-Addon).
WiP
Installation
Using Composer
Run the following command to install the package:
composer require webspell_ng/data_structures
Contribute
PHPUnit
Please execute PHPUnit tests:
./vendor/bin/phpunit tests
PHPStan
Please execute PHPStan wit level 5:
./vendor/bin/phpstan analyse -l 5 src tests