jgxvx / data-types
用于标量和复杂数据类型的便捷类。
5.0.0
2023-08-09 08:42 UTC
Requires
- php: ^8.1|^8.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.22
- gase/php-cs-fixer: ^4.0
- phpunit/phpunit: ^10.3
README
PHP中处理不同数据类型的便捷类集合。
Enum\AbstractEnum
一个抽象类,用作相关值集合的枚举。
StringType\Search
提供在字符串中搜索子字符串的能力。由于PHP 8.0引入了str_starts_with
、str_ends_with
和str_contains
,因此大部分已过时。
StringType\Transformer
提供将字符串从snake_case
或kebab-case
转换为camelCase
以及反向转换的能力。