danack/var-map

0.6.1 2020-05-21 09:26 UTC

This package is auto-updated.

Last update: 2024-04-21 19:39:26 UTC


README

A very simple library to hold a 'Variable Map' interface and implementations.

Tests

We have several tools that are run to improve code quality.

Standard unit tests:

php vendor/bin/phpunit -c test/phpunit.xml

Code sniffer for code styling.

php vendor/bin/phpcs --standard=./test/codesniffer.xml --encoding=utf-8 --extensions=php -p -s lib

php phpstan.phar analyze -c ./phpstan.neon -l 4 lib