Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Php Uglifyjs Laravel Package

gkralik/php-uglifyjs

PHP port of Dean Edwards’ JavaScript Packer for minifying/packing JS. Install via Composer and compress a script with GK\JavascriptPacker->pack(), choosing encoding (0/10/62/95), optional fast decoder, and special chars handling.

View on GitHub
Deep Wiki
Context7

php-uglifyjs

Installation

composer require "gkralik/php-uglifyjs:^1.0"

Usage

$myPacker = new GK\JavascriptPacker($script, 62, true, false);
$packed = $myPacker->pack();

or

$myPacker = new GK\JavascriptPacker($script, 'Normal', true, false);
$packed = $myPacker->pack();

or (default values)

$myPacker = new GK\JavascriptPacker($script);
$packed = $myPacker->pack();

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/).

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky