danack/var-map

Maintainers

👁 Danack

Package info

github.com/Danack/VarMap

pkg:composer/danack/var-map

Statistics

Installs: 1 558

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 0

0.6.1 2020-05-21 09:26 UTC

Requires

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT c49dc269e699d391405c91cc827017dbe75619ab

This package is auto-updated.

Last update: 2026-06-22 00:17:19 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