Download the PHP package faytekin/lzw without Composer
On this page you can find all versions of the php package faytekin/lzw. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor faytekin
Package lzw
Short Description Compression library for Lempel–Ziv–Welch (LZW) for PHP
License MIT
Homepage https://github.com/faytekin/lzw
Package lzw
Short Description Compression library for Lempel–Ziv–Welch (LZW) for PHP
License MIT
Homepage https://github.com/faytekin/lzw
Please rate this library. Is it a good library?
Informations about the package lzw
faytekin/lzw
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:
Or add the following to your composer file:
{
"require": {
"faytekin/lzw": "^1.0"
}
}
All versions of lzw with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-mbstring Version *
ext-mbstring Version *
The package faytekin/lzw contains the following files
Loading the files please wait ....