vjik/simple-type-caster

Simple library for value type casting

0.3.3 2024-09-16 10:02 UTC

This package is auto-updated.

Last update: 2024-09-16 10:03:13 UTC


README

Simple library for value type casting.

Latest Stable Version Total Downloads Build status Code coverage Mutation score static analysis

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