Skip to content
/ lzw Public

Compression library for Lempel–Ziv–Welch (LZW) for PHP

License

Notifications You must be signed in to change notification settings

faytekin/lzw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faytekin/lzw

Latest Version on Packagist Quality Score

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"
    }
}

About

Compression library for Lempel–Ziv–Welch (LZW) for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages