dutekvejin / transformers
Collection handling in PHP
Installs: 8 542
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
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: 2024-10-25 13:54:49 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.