paquettg/string-encode
最新稳定版本:2.1.1
Composer 安装命令:
composer require paquettg/string-encode
包简介
Facilitating the process of altering string encoding in PHP.
关键字:
README 文档
README
String Encode is a PHP is a simple, flexible, package with the goal of assisting developers with handling MB strings and encodings.
Install
Install the latest version using composer.
$ composer require paquettg/string-encode
Basic Usage
<?php use StringEncoder\Encoder; $str = "Calendrier de l'avent façon Necta!"; $encoder = new Encoder(); $newstr = $encoder->convert()->fromString($str)->toString(); echo $newstr; // "Calendrier de l'avent façon Necta!" in UTF-8 encoding (default)
Documentation
Support String Encoder Financially
Get supported String Encoder and help fund the project with the Tidelift Subscription.
Tidelift delivers commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use.
About
Requirements
- String Encoder works with PHP 7.2, 7.3, and 7.4.
Submitting bugs and feature requests
Bugs and feature requests are tracked on GitHub
Authors
Gilles Paquette See also the list of contributors who participated in this project.
License
String Encode is licensed under the MIT License - see LICENSE file for details.
统计信息
- 总下载量: 8.45M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 68
- 点击次数: 3
- 依赖项目数: 49
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04