Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 441 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 441 Bytes

🌴 Palmtree NameConverter

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