PHP Package: ghostwriter/case-converter

A PHP library for converting text between different cases efficiently and accurately, useful for SEO optimization and formatting purposes.

Current Version: 2.2.0
Last Updated: 2025-11-25
PHP Requirement: ~8.4.0 || ~8.5.0
Dependencies: None

Package Description

The 'case-converter' PHP library offers a robust solution for converting text between various cases such as camelCase, snake_case, PascalCase, and more. By enabling seamless text transformations, this library enhances search engine optimization strategies and improves overall readability. With a focus on efficiency and precision, 'case-converter' simplifies the process of handling diverse text formats, empowering developers to streamline their projects effectively.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.2.0

Download Download v2.2.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/ghostwriter/case-converter/2.2.0/loader.php';

use GhostWriter\CaseConverter\Converter;

$obj = new Converter();
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.