PHP Package: jawira/case-converter

A PHP library for converting text cases efficiently and accurately. It supports a wide range of case conversions, making it an essential tool for developers working with textual data.

Current Version: 3.6.0
Last Updated: 2025-06-13
PHP Requirement: >=7.4
Dependencies: None

Package Description

The 'jawira/case-converter' PHP library simplifies the process of converting text cases. With a robust set of features, it enables developers to effortlessly change text between various case styles, such as camelCase, snake_case, PascalCase, and more. This library ensures consistent and precise case conversions, enhancing code readability and maintainability.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.6.0

Download Download v3.6.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/jawira/case-converter/3.6.0/loader.php';
use Jawira\CaseConverter\CaseConverter;

$obj = new CaseConverter();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.