faytekin/lzw
最新稳定版本:v1.0.0
Composer 安装命令:
composer require faytekin/lzw
包简介
Compression library for Lempel–Ziv–Welch (LZW) for PHP
关键字:
README 文档
README
Using this package, you may encode string data with Lempel–Ziv–Welch (LZW) algorithm and decode back.
System Requirements
- PHP >=7.2|^8.0
- ext-mbstring - for handling multibyte string (should be available on most systems)
Installation
You can install this package via composer:
composer require faytekin/lzw
Or add the following to your composer file:
{
"require": {
"faytekin/lzw": "^1.0"
}
}
统计信息
- 总下载量: 2.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-29