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
- Host: GitHub
- URL: https://github.com/threeletters/php-minify-js
- Owner: ThreeLetters
- License: mit
- Created: 2017-08-07T17:26:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T03:31:35.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T23:16:27.615Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)