jgxvx/data-types

用于标量和复杂数据类型的便捷类。

5.0.0 2023-08-09 08:42 UTC

This package is auto-updated.

Last update: 2024-09-09 11:00:21 UTC


README

PHP中处理不同数据类型的便捷类集合。

Enum\AbstractEnum

一个抽象类,用作相关值集合的枚举。

StringType\Search

提供在字符串中搜索子字符串的能力。由于PHP 8.0引入了str_starts_withstr_ends_withstr_contains,因此大部分已过时。

StringType\Transformer

提供将字符串从snake_casekebab-case转换为camelCase以及反向转换的能力。