Download the PHP package gkralik/php-uglifyjs without Composer
On this page you can find all versions of the php package gkralik/php-uglifyjs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gkralik/php-uglifyjs
More information about gkralik/php-uglifyjs
Files in gkralik/php-uglifyjs
Download gkralik/php-uglifyjs
More information about gkralik/php-uglifyjs
Files in gkralik/php-uglifyjs
Vendor gkralik
Package php-uglifyjs
Short Description PHP Javascript packer
License LGPL-2.1-or-later
Package php-uglifyjs
Short Description PHP Javascript packer
License LGPL-2.1-or-later
Please rate this library. Is it a good library?
Informations about the package php-uglifyjs
php-uglifyjs
Installation
Usage
or
or (default values)
Constructor parameters:
Name | Description |
---|---|
$script |
the JavaScript to pack, string. |
$encoding |
level of encoding, int or string: 0,10,62,95 or 'None', 'Numeric', 'Normal', 'High ASCII'. Default: 62. |
$fastDecode |
include the fast decoder in the packed result, boolean. Default : true. |
$specialChars |
if you are flagged your private and local variables in the script, boolean. Default: false. |
The pack()
method return the compressed JavasScript, as a string.
See http://dean.edwards.name/packer/usage/ for more information.
Acknowledgments
Based on JavaScriptPacker by Nicolas Martin (http://joliclic.free.fr/php/javascript-packer/en/).
All versions of php-uglifyjs with dependencies
PHP Build Version
Package Version
No informations.
The package gkralik/php-uglifyjs contains the following files
Loading the files please wait ....