opis/string
最新稳定版本:2.1.0
Composer 安装命令:
composer require opis/string
包简介
Multibyte strings as objects
README 文档
README
Multibyte strings
Opis String is a tiny library that allows you to work with multibyte encoded strings in an object-oriented manner. The library has no dependencies to mb_string or similar PHP extensions.
Documentation
The full documentation for this library can be found here.
License
Opis String is licensed under the Apache License, Version 2.0.
Requirements
- PHP ^7.4 || ^8.0
- ext-json
- ext-iconv
Installation
Opis String is available on Packagist, and it can be installed from a command line interface by using Composer.
composer require opis/string
Or you could directly reference it into your composer.json file as a dependency
{
"require": {
"opis/string": "^2.1"
}
}
统计信息
- 总下载量: 17.12M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 71
- 点击次数: 2
- 依赖项目数: 8
- 推荐数: 1
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2026-01-04