Recommend this page to a friend! |
Classes of jawira | PHP Case Convert | README.md | Download |
|
DownloadCase converterUse this library to convert string between: | Name | Method | Output example |
| ------------- | --------------- | ----------------- |
| ? Camel case | Features:
UsageInput string (i.e. _john-connor_) format is going to be [detected automatically][detection algorithm]. Here's an example:
Of course you can explicitly set the format of input string:
You can also use the [provided factory][factory] to instantiate i18nFully compatible with non-english alphabets:
Installation
Documentation<https://jawira.github.io/case-converter/> ContributingIf you liked this project, ? star it on [GitHub]. LicenseThis library is licensed under the [MIT LICENSE]. <!--mkdocs: Do not use relative path for links and images--> [all public methods]: https://jawira.github.io/case-converter/api.html [CONTRIBUTING.md]: https://jawira.github.io/case-converter/contributing.html [Countable interface]: https://php.net/manual/en/class.countable.php [Case-Mapping]: https://jawira.github.io/case-converter/case-mapping.html [magic method]: https://www.php.net/manual/en/language.oop5.magic.php#object.tostring [MIT LICENSE]: https://jawira.github.io/case-converter/license.html [open an issue]: https://github.com/jawira/case-converter/issues/new [detection algorithm]: https://jawira.github.io/case-converter/detection-algorithm.html [factory]: https://jawira.github.io/case-converter/using-the-factory.html [GitHub]: https://github.com/jawira/case-converter/ * Packages from jawira<dl> <dt><a href="https://packagist.org/packages/jawira/emoji-catalog">jawira/emoji-catalog</a> (library)</dt> <dd>Get access to +3000 emojis as class constants.</dd> <dt><a href="https://packagist.org/packages/jawira/phing-visualizer">jawira/phing-visualizer</a> (library)</dt> <dd>Graphical representation of Phing's buildfile.</dd> <dt><a href="https://packagist.org/packages/jawira/phing-open-task">jawira/phing-open-task</a> (library)</dt> <dd>Phing task to open files, directories, and URLs with your favorite software.</dd> <dt><a href="https://packagist.org/packages/jawira/">more...</a></dt> </dl> |