jord-jd/php-camel-caser
最新稳定版本:v3.0.0
Composer 安装命令:
composer require jord-jd/php-camel-caser
包简介
Lets you use built-in PHP functions in camel case
README 文档
README
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 jord-jd/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...
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-only
- 更新时间: 2026-02-14