danack/var-map

Maintainers

Details

github.com/Danack/VarMap

Source

Issues

Installs: 1 127

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/danack/var-map

0.6.1 2020-05-21 09:26 UTC

This package is auto-updated.

Last update: 2025-09-21 22:37:34 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