lujewwy / capitalizer
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lujewwy/capitalizer
Requires
- php: >=7.0
- ext-ctype: *
This package is auto-updated.
Last update: 2025-10-21 13:57:51 UTC
README
The library capitalizes all the words in the provided string except the words that are already fully in upper case.
Requirements
- PHP 7.0
Installation
$ composer require lujewwy/capitalizer
Basic usage
Capitalizer::capitalize('hello, world!'); // Hello, World! Capitalizer::capitalize('ABC123'); // ABC123 Capitalizer::capitalize('rfc12'); // Rfc12