arokettu/rfc1751

RFC 1751 编码器/解码器

1.0.1 2024-07-28 20:40 UTC

This package is auto-updated.

Last update: 2024-08-28 20:55:24 UTC


README

Packagist PHP Version License Gitlab CI Codecov

PHP 的 RFC 1751 编码器和解码器库。

安装

composer require 'arokettu/rfc1751'

简单使用

<?php

\Arokettu\Rfc1751\Rfc1751::encode("\x01\x23\x45\x67\x89\xab\xcd\xef");
// = 'AIM HEW BLUM FED MITE WARM'
\Arokettu\Rfc1751\Rfc1751::decode('AIM HEW BLUM FED MITE WARM');
// = "\x01\x23\x45\x67\x89\xab\xcd\xef"

文档

在此处阅读完整文档:https://sandfox.dev/php/rfc1751.html

支持

请在 GitLab 的主要仓库中提交问题: https://gitlab.com/sandfox/php-rfc1751/-/issues

在 Gitter 的聊天室中随时提问: https://gitter.im/arokettu/community

许可证

该库在 MIT 许可证条款下以开源形式提供。https://github.com/arokettu/php-rfc1751/blob/HEAD/LICENSE.md