Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slicewow/webspell_ng_datastructures


https://github.com/slicewow/webspell_ng_datastructures

back-end backend webspell webspell-cms webspell-ng webspell-nor

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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
```