https://github.com/smoren/reporter-php
Report collector tool
https://github.com/smoren/reporter-php
php report reporting-tool
Last synced: 4 months ago
JSON representation
Report collector tool
- Host: GitHub
- URL: https://github.com/smoren/reporter-php
- Owner: Smoren
- License: mit
- Created: 2022-04-29T21:56:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T11:48:40.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T23:22:07.438Z (7 months ago)
- Topics: php, report, reporting-tool
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reporter
Report collector
### How to install to your project
```
composer require smoren/reporter
```### Unit testing
```
composer install
./vendor/bin/codecept build
./vendor/bin/codecept run unit tests/unit
```