An open API service indexing awesome lists of open source software.

https://github.com/threeletters/php-minify-js

Minify php with javascript
https://github.com/threeletters/php-minify-js

Last synced: 1 day ago
JSON representation

Minify php with javascript

Awesome Lists containing this project

README

          

# PHP-Minify-js
Minify php with javascript - https://github.com/ThreeLetters/SuperSQL

## Purpose
* To minify php code as much as possible
* To do so quickly and effficiently
* To be very lightweight

## Features
* Removes uneccessary whitespace (Extra spaces, etc...)
* Replaces long variables with short ones
* Very small and lightweight

## Usage

1. Use the minify function in minify.js. Pass in the php code, and options(optional)