PHP Compression
PHP Compression Script provides a solution to manipulate data compression/uncompression, file archive in the format of ZIP, GZIP, TAR, RAR, etc. It can also compact CSS, JS, HTML files by removing unnecessary characters, comments and white spaces.-
WP-HTML-Compression will compress HTML by removing source code comments and whitespace from HTML pages. It also includes new lines, carriage returns, tabs and excess spaces. <pre>, <textarea>, <script> and Internet Explorer conditional comment tags will be ignored.The plugin will reduce page size and improve load speed.Requirements:- WordPress 3.2 or HigherWhat's New in this version:- Removes empty attributes except action, alt, ...
-
This is a PHP compression script that can be used to creat ZIP archives for packages with large number of files. ZipStream sends data to the clients as files are added to it. This avoids the problem of potential time-outs if adding a large number of files(sucn as backups).Besides a large amount of files, ZipStream can also handle dynamically generated ...
-
This PHP script can be used to creat archives of compressed files in ZIP format. It is based on the Create Zip File script originally written by Rochak Chauhan.This version writes the compressed archive to a file instead of a variable when the archive size exceeds a given memory usage threshold. Comments can be added to ZIP archives.Requirements:- PHP 5.0 ...
-
A PHP wrapper can losslessly compress image using Yahoo!'s Smush Image Compression Web Service after giving an URL to the image or local image filename.It will service and return the URL to the smushed image along with its meta information.This free PHP script can optionally overwrite the original local image file if the old image is not needed.
-
This PHP script is mainly used to dump and restore system folders into/out of archives. It recursively traverses a folder, build an archive with the contents of the directory files, and saves it in a desired location.It can also do the opposite, recreate the original directory structure and file contents retrieving it from a previously generated contents file. File owners ...
-
This php script can be used to minify javascript so that it can be delivered to the client quicker. It can be used by anyone who is looking to minify their js on the fly (although caching the results is suggested). JShrink is not a port into php but a native application, resulting in better performance. JShrink is based on ...
-
PclTar is a library that allow you to create a GNU TAR archive for a list of files or directories with or without compression, to extract all the archive or a part of it. So far tests show that the files generated by PclTar are readable by PHP gzip tools and WinZip application.What's New In version 1.3.1 PclTar:- Remove deprecated ...
-
CSS Stacker and Compressor is a PHP compression script used to compact several CSS files into a single file. You can add several CSS to a stack, this script will process them and return one big CSS with comments stripped out and some optimizations made (not minified and non obstructive). The CSS may be compressed with GZIP, Then it can ...
-
ZIP Client is designed to generate ZIP archives of all the files to publish in a present folder, It is a great PHP compression script to send ZIP archives to Produce and Publish servers. XML-RPC requests can be sent to submit the archives to a given Produce and Publish server.Requirements:- PHP 5.0 or Higher
-
This is a simple class that can be used to extract files from a ZIP archive. It uses the PHP ZIP extension to list all files in a ZIP archive and extract them to the current directory.
-
This class can be used to modify or create a ZIP archive in pure PHP, without need of temporary files. TbsZip can list, add, delete, replace files that are contained in an archive. The new content of a file can either come from a PHP string (binary string as well as text string), or from a physical external file. The ...
-
PHP smart client loader can be used to compact CSS and JavaScript served by HTML pages. It can compact CSS styles by removing comments and whitespaces. It can also do the same for JavaScript calling the JSMin class. It can also combine multiple CSS files or multiple JavaScript file into a single file. The resulting CSS or JavaScript can be ...
-
PHP Class Collection project provides different classes written in PHP 5. DirectoryList is offered in this free script with the purpose of recursive projection of the filesystem (sub-)tree in an object. Email class included is to easily create emails with attachments. FTPConnection provided for FTP access without using PHP's FTP-functions. HTTPConnection for HTTP access without using CURL. MultiSQL for easily ...
-
EasyCry is used to take a string of data and with a given key using pure PHP methods to encrypt it. It is easy for you to compress encrypted data. The oppiste functions can also be fulfilled with this free PHP script, to decompress and decrypt the previously encrypted data using the same key.Requirements:- PHP 5.0 or Higher
-
This PHP script can be used to connect to a given MySQL database server or to generate SQL statements which can be used to recreate the database tables and its contents.dbclass_dre can backup all tables or a given subset, And the backup data can be compressed into a zile files by a separate auciliary class. Tha main class can also ...