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: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/slicewow/webspell_ng_datastructures
- Owner: SlicewOw
- License: mit
- Created: 2020-08-05T18:54:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T17:10:38.000Z (over 3 years ago)
- Last Synced: 2025-04-01T00:51:09.414Z (about 1 year ago)
- Topics: back-end, backend, webspell, webspell-cms, webspell-ng, webspell-nor
- Language: PHP
- Homepage:
- Size: 256 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```