palmtree / nameconverter
NameConverter component for Palmtree PHP
v3.0.1
2025-12-02 10:25 UTC
Requires
- php: >=8.3
Requires (Dev)
- palmtree/php-cs-fixer-config: ^2.1
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^12.4
README
Requirements
- PHP >= 5.6
Installation
Use composer to add the package to your dependencies:
composer require palmtree/form
Usage Example
$converter = new SnakeCaseToHumanNameConverter(); $converter->normalize('hello_world'); // Returns Hello World $converter->denormalize('Hello World'); // Returns hello_world
License
Released under the MIT license