Data compression techniques often take advantage of redundancy, i.e. sequences of data that appear repeated.
Text is usually very compressible because it uses the same set of characters in each idiom.
This package takes advantage of that fact to provide PHP classes optimized to compress different idioms, This way it achieves greater efficiency based on the knowledge of the most frequently used letters in each supported idiom.