bzip2 is a compression program that achieves great data compression ratios.
PHP provides an extension that can implement bzip2 compression. However, that extension is not always available in all PHP distributions.
This class implements BWT and MTF data transformation algorithms that area also used by the bzip2 program. The class may be used to implement bzip2 like compression when the bzip2 extension is not available.