Wowonder Minify - Documentation

What is Wowonder Minify?

Wowonder Minify is a user-friendly PHP script designed to compress and clean your code files by removing unnecessary spaces, comments, and new lines while keeping the original functionality intact. It supports multiple programming and markup languages including HTML, CSS, JavaScript, PHP, and Python.

Features

Installation

  1. Upload all script files onto your PHP enabled web server.
  2. Ensure the PHP ZipArchive extension is enabled.
  3. Navigate to the script directory in your web browser.
  4. Drag & drop your code files or select them using the file picker.
  5. Preview your minified code live or upload for server-side confirmation.

How to Use

Drag & Drop or Select Files: Use the designated area to add one or more code files with supported extensions (.html, .css, .js, .php, .py).

Live Preview: As soon as files are added, you can see a preview of minified code on the same page.

Upload & Minify: Click the Upload & Minify button to process files on server and view final minified results.

Download Files: Download each minified file individually by clicking their Download buttons, or download all as a ZIP by clicking the Download All ZIP button.

Supported Languages & Extensions

Requirements

Example Usage

Upload a file named style.css containing:

body {
    color: red;
    margin: 0;
}
/* Remove this comment */

Minified output will be:

body{color:red;margin:0}

Support & Resources

For detailed documentation and live demo:

For support or feedback, email: taher@codestorez.com