承接 byjg/convert 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

byjg/convert

最新稳定版本:6.0.0

Composer 安装命令:

composer require byjg/convert

包简介

A lightweight utility for string conversion between text from UTF8 to various formats and vice-versa. Supports HTML entities, MIME encoded words, accents removal, emoji conversion, and more.

README 文档

README

Sponsor Build Status Opensource ByJG GitHub source GitHub license GitHub release

A lightweight utility for string conversion between text from UTF8 to various formats and vice-versa. Supports HTML entities, MIME encoded words, accents removal, emoji conversion, and more.

Features

  • Convert HTML entities to UTF8 and vice-versa
  • Convert ASCII emoticons to emoji characters
  • Handle combining characters
  • Remove accents from UTF8 text
  • Convert text to MIME encoded words (RFC 2047)
  • Remove emoji characters
  • Convert to ASCII-only text

Documentation

Quick Start

<?php // Convert HTML entities to UTF8 $str = \ByJG\Convert\ToUTF8::fromHtmlEntities('Jo&atilde;o'); echo $str; // João // Convert UTF8 to HTML entities $str2 = \ByJG\Convert\FromUTF8::toHtmlEntities('João'); echo $str2; // Jo&atilde;o // Remove accents $str3 = \ByJG\Convert\FromUTF8::removeAccent('João'); echo $str3; // Joao // Convert to MIME encoded word (for email headers) $str4 = \ByJG\Convert\FromUTF8::toMimeEncodedWord('João'); echo $str4; // =?utf-8?Q?Jo=C3=A3o?= // Convert to ASCII only $str5 = \ByJG\Convert\FromUTF8::onlyAscii('João'); echo $str5; // Joao // Convert ASCII emoticons to emoji $str6 = \ByJG\Convert\ToUTF8::fromEmoji('Hello :) How are you? :D'); echo $str6; // Hello ???? How are you? ???? // Remove emoji characters $str7 = \ByJG\Convert\FromUTF8::removeEmoji('Hello ???? World ????'); echo $str7; // Hello World

For more examples and detailed documentation, see the Examples page.

Install

Just type:

composer require "byjg/convert"

Running Tests

vendor/bin/phpunit

Dependencies

flowchart TD byjg/convert 
Loading

Open source ByJG

统计信息

  • 总下载量: 54.06k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 3
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固