coderden/utilities
最新稳定版本:1.0
Composer 安装命令:
composer require coderden/utilities
包简介
A comprehensive PHP utilities package with helper functions for numbers, strings, arrays, files, dates, and validation
README 文档
README
A comprehensive PHP utilities package with helper functions for numbers, strings, arrays, files, dates, and validation. Framework-agnostic and production-ready.
Features
Numbers Module
- Parse human-readable numbers (1.1K, 4K, 554) to integers
- Format numbers to short notation (1100 → 1.1K)
Installation
composer require coderden/utilities
Quick Start
// Parse numbers echo NumberHelper::toInt('1.1K'); // 1100 echo NumberHelper::toShort(1100); // 1.1K
License
This package is open-source software licensed under the MIT license.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-27