php-camel-caser

🐪💼 PHP Camel Caser - Lets you use built-in PHP functions in camel case

LGPL-3.0 License

Downloads
11
Stars
11
Committers
3

🐪💼 PHP Camel Caser

This package lets you use built-in PHP functions in camel case.

Installation

PHP Camel Caser can be easily installed using Composer. Just run the following command from the root of your project.

composer require divineomega/php-camel-caser

If you have never used the Composer dependency manager before, head to the Composer website for more information on how to get started.

Usage

After installing PHP Camel Caser, the new functions are available straight away.

Some example usage is shown below.

require_once __DIR__.'/vendor/autoload.php';

strReplace('c', 'b', 'cat');                // bat
strWordCount("Hello world!");               // 2
inArray('Picard', ['Picard', 'Janeway']);   // true

// and so on...
Package Rankings
Top 28.54% on Packagist.org
Badges
Extracted from project README
Coverage Status Packagist