dutekvejin / transformers
Collection handling in PHP
0.3.2
2023-07-05 12:16 UTC
Requires
- php: ^7.1|^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.13
- phpunit/phpunit: ^7.3|^8.0
This package is not auto-updated.
Last update: 2026-03-13 20:30:59 UTC
README
Installation
The preferred method of installation is via Composer. Run the following command to install the latest version of a package and add it to your project's composer.json:
composer require dutekvejin/transformers
Usage
$example = new Dutek\Common\Transformer\Example(); echo $example->say('Hello');
Credits
License
Released under MIT License - see the License File for details.