andreyknupp / mask-formatter
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.1.0) of this package.
A library which provides a simple way to format a value based on a mask.
0.1.0
2014-08-31 17:35 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 4.2.4
- squizlabs/php_codesniffer: 1.5.4
This package is not auto-updated.
Last update: 2015-08-02 12:10:52 UTC
README
This library provides a simple way to format strings based on a given mask.
Installation
– You can do it currently via composer:
php composer.phar require andreyknupp/mask-formatter:0.1.*