Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 453 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 453 Bytes

Description

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