vjik/simple-type-caster

Simple library for value type casting

Installs: 246

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/vjik/simple-type-caster

0.4.5 2025-04-08 14:54 UTC

This package is auto-updated.

Last update: 2025-09-08 15:52:45 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