toddminertech / minertechdatautils
Misc data utilities for my projects
v1.1.5
2022-01-21 01:06 UTC
Requires
- php: ~8.0
- ext-gd: *
- phpoffice/phpspreadsheet: >=1.21.0
Requires (Dev)
- phpunit/phpunit: >=8.0
- squizlabs/php_codesniffer: ^3.0
README
A package of common helpers for my apps
Structure
src/
tests/
vendor/
Install
Via Composer
$ composer require ToddMinerTech/MinerTechDataUtils
Documentation
Generate documentation using phpDocumentator 3: https://www.phpdoc.org/
$ php phpDocumentor.phar -d d:\www\minertechdatautils -f src -t documentation
Testing
Testing and coverage implemented for PHPUnit
Execute tests:
$ composer test
Generate test coverage HTML report:
$ composer test-coverage
License
The MIT License (MIT). Please see License File for more information.