Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 674 Bytes

File metadata and controls

33 lines (21 loc) · 674 Bytes

Echron PHP Data Types library

Latest Stable Version

About

Echron PHP Datatypes library offers a set of additional PHP data types

Install the latest version with

composer require echron/datatypes

Utils

Run PHPStan

docker run -it -v .:/app -w /app --rm attlaz/php:8.1 composer run-script phpstan

Run tests

docker run -it -v .:/app -w /app --rm attlaz/php:8.1 vendor/bin/phpunit

Update packages

docker run -it -v .:/app -w /app --rm attlaz/php:8.1 composer update