2017 © Pedro Peláez
 

library var-map

image

danack/var-map

  • Tuesday, May 15, 2018
  • by Danack
  • Repository
  • 2 Watchers
  • 0 Stars
  • 171 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 109 % Grown

The README.md

VarMap

A very simple library to hold a 'Variable Map' interface and implementations., (*1)

Tests

We have several tools that are run to improve code quality., (*2)

Standard unit tests:, (*3)

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

Code sniffer for code styling., (*4)

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

The Versions