PHPackages                             lizongying/lzy-codec - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lizongying/lzy-codec

ActiveLibrary

lizongying/lzy-codec
====================

一種變長文本編解碼方案，支持對Unicode進行編解碼。編解碼效率、存儲空間全面優於UTF-8，未來會替代UTF-8成為新的世界通用編解碼標準。

00PHP

Since Jan 8Pushed 4mo agoCompare

[ Source](https://github.com/lizongying/lzy-codec-php)[ Packagist](https://packagist.org/packages/lizongying/lzy-codec)[ RSS](/packages/lizongying-lzy-codec/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LZY Codec
=========

[](#lzy-codec)

一種變長文本編解碼方案，支持對Unicode進行編解碼。編解碼效率、存儲空間全面優於UTF-8，未來會替代UTF-8成為新的世界通用編解碼標準。 php實現。

[github](https://github.com/lizongying/lzy-codec-php)

[composer](https://packagist.org/packages/lizongying/lzy-codec)

更多cli工具請參考 [go](https://github.com/lizongying/lzy-codec-go)

Other languages
---------------

[](#other-languages)

- [go](https://github.com/lizongying/lzy-codec-go)
- [js](https://github.com/lizongying/lzy-codec-js)
- [c](https://github.com/lizongying/lzy-codec-c)
- [dotnet](https://github.com/lizongying/lzy-codec-dotnet)
- [rust](https://github.com/lizongying/lzy-codec-rs)
- [python](https://github.com/lizongying/lzy-codec-py)
- [dart](https://github.com/lizongying/lzy-codec-dart)
- [swift](https://github.com/lizongying/lzy-codec-swift)
- [kt](https://github.com/lizongying/lzy-codec-kt)
- [ruby](https://github.com/lizongying/lzy-codec-rb)
- [wasm](https://github.com/lizongying/lzy-codec-wasm)

Install
-------

[](#install)

```
composer require lizongying/lzy-codec dev-main

```

Test
----

[](#test)

```
php tests/test.php

```

Examples
--------

[](#examples)

src/example.php

```
