palmyr/commonutils

Useful classes

4.0.1 2024-01-30 10:56 UTC

README

Useful class for developing with php

This is a set of useful classes that I use when writing simple scripts or commands

Coding standards

Running tests

vendor/bin/phpunit

Format code

php-cs-fixer fix .

Code sniffing

phpcs --standard=PSR12 src/