-
KML Creator provides several classes that abstract different types of map features such as folders, documents, place marks, points, lines, polygons, styles, icons, labels, etc..The KML document is composed by using objects of the map feature classes and is generated in either plain XML or compressed format.Requirements: PHP 5.0 or higher
-
To reduce the size of JPEG image file, usually the image is saved with lower quality compression factor. However, using this method does not guarantee that the size of the resulting image file will be smaller than a given size limit.JPEG Reducer tries different quality settings to determine the best compression ratio for reducing the file size to under a ...
-
The zoomed image is generated automatically and its size can be configured.There are a large number of options that can be set, but only four are mandatory for the class to work.- Cookies should be used to store the preference for maximum image dimension when clicking through a thumbnail. Therefore, the Go() function must be set before any headers have ...
-
CssMin is a PHP script for compressing CSS stylesheets and compacts a CSS file by removing all whitespace and comments. Empty blocks and empty declarations are also discarded. Functionality is left intact. Requirements:- PHP 5.0 or Higher What's New in This Version:- Version 3.0.1 will throw no more error messages via "trigger_error" by default.- Support for @-moz-keyframes / @-webkit-keyframes.- New ...
-
The Array Storage class can store and retrieve arrays in textual format with optional compression with the zlib PHP extension.Array Storage just converts array data into PHP code that would rebuild the array when run. Then it can compress the generated code so it can take less space to store for instance in a database BLOB field.
-
The PHP Compiler can parse one or more PHP source code files using the PHP tokenizer functions to remove comments and white space.The resulting code can be compressed using gzip before The PHP Compiler generates a self-extracting PHP script that decompresses the original obfuscated code.A hook can be called in order to obfuscate the source after compression.
-
ZipLib 2 can be used to pack multiple files to create a single compressed archive in the .ZIP format.ZipLib 2 is based on a library known as zip.lib.php. It was extended to make it more flexible adding features like adding files listed in an array.The data of the resulting .ZIP archive can be stored in a file of a given ...
-
PclZip can be used to create and extract ZIP compressed archives. It can create new ZIP archives from a given list files. It can also include and exclude whole directories from the list of files.PclZip can also list, extract, duplicate, merge, add or remove files from an existing ZIP archive.
-
A PHP Implementation of the TAR (Tape-Archive) Format most commonly used on UNIX Operating systems. TAR File Manager works on both Windows and UNIX for reading and writing TAR files.TAR File Manager even supports Gzipped TAR files if you have the ZLIB PHP module installed on your server!Key Features of TAR File Manager:- This class uses no external programs!!- Supports ...
-
PHPCached connects to a given memcache server and implements commands to set and get cached keys with a given name.Storing and retrieving compressed key values is also supported.Requirements:PHP 4.0 or higher
-
When a file is very large size it takes a lot of time to download. A common solution is to zip the file to make it smaller, but if it still too large to download, splitting the file in many pieces is often a better alternative solution.Zip and File Splitter can compress and split large files into smaller part files ...
-
The contents of a PHP file are read, compressed with gzip and encoded with the base64 algorithm.Then Base64 PHP File Encode generates a new PHP script that decodes and uncompresses the encoded data, and uses the eval function to execute the original script code.Requirements: PHP 4.3 or higher
-
crushJsCss can compact and scrambles JavaScript files using Dean Edwards' algorithm. CSS files can also be compacted and optimized by using CSSTidy.Processed files can be compressed using gzip algorithm and stored in a cached directory to avoid reprocessing.Requirements: PHP 4.0.7 or higher
-
Arabic, English, French, German, Italian and Spanish are currently supported.These classes can generate a compressed version of text strings that occupy in average about 70% of the original length.Requirements: PHP 4.0 or higher
-
TagTemplate can load templates as PHP scripts which have marks that are actually PHP code that can fetch template variable values.The template output can be captured and compressed to generate a more compact version.Requirements: PHP 5.0 or higher


