vjik / simple-type-caster
Simple library for value type casting
0.2.2
2021-04-27 06:48 UTC
Requires
- php: ^7.4|^8.0
- yiisoft/strings: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^4.7
This package is auto-updated.
Last update: 2022-04-27 09:12:15 UTC
README
Simple library for value type casting.
Installation
The package could be installed with composer:
composer require vjik/simple-type-caster
General usage
Testing
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm