danack / var-map
Installs: 1 082
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires (Dev)
- infection/infection: ^0.7.1
- mockery/mockery: 0.9.*
- phpunit/phpunit: ^6.5.8
- psr/http-message: ^1.0
- squizlabs/php_codesniffer: ^3.5.5
- yoast/yoastcs: 2.0.2
- zendframework/zend-diactoros: ^1.3
This package is auto-updated.
Last update: 2024-10-21 20:36:30 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