Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slicewow/webspell_cup_addon
Composer package of my webSPELL Cup Add-On
https://github.com/slicewow/webspell_cup_addon
addon back-end cup generation next ng tournament webspell webspell-ng
Last synced: about 2 months ago
JSON representation
Composer package of my webSPELL Cup Add-On
- Host: GitHub
- URL: https://github.com/slicewow/webspell_cup_addon
- Owner: SlicewOw
- Created: 2020-07-29T16:29:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T20:01:46.000Z (about 2 years ago)
- Last Synced: 2024-04-24T16:24:28.265Z (9 months ago)
- Topics: addon, back-end, cup, generation, next, ng, tournament, webspell, webspell-ng
- Language: PHP
- Homepage:
- Size: 257 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This is a cup add-on to be used with webSPELL NG.
```
WiP
```# Installation
## Using Composer
Run the following command to install the package:
```
composer require myrisk/webspell_cup_addon
```# 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
```