toddminertech/minertechdatautils

Misc data utilities for my projects

v1.1.5 2022-01-21 01:06 UTC

This package is auto-updated.

Last update: 2024-04-21 05:58:16 UTC


README

Latest Version on Packagist Software License StyleCI Total Downloads

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.