tedivm/jshrink
Native PHP JavaScript minifier for shrinking JS on the fly (cache recommended). Simple API: JShrink\Minifier::minify($js), with options like disabling flagged comment preservation. BSD licensed.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| natxet/cssmin | 0.82 | natxet/cssmin is a lightweight PHP CSS minifier that compresses stylesheets by stripping comments, whitespace, and redundant code to reduce file size and speed up page loads. Easy to integrate into build scripts or server-side pipelines. | 82 | 91 | 40 | 71K | 7 | 4.8 | 42.4 | — | 8 years ago | |
| patchwork/jsqueeze | 0.81 | PHP JavaScript minifier that removes whitespace/comments, mangles local vars, and preserves important/conditional comments. Works on semicolon-free, parse-error-free JS; compression comparable to YUI Compressor/UglifyJS. Single class, Composer install. | 163 | 158 | 36 | 34K | 10 | 2.4 | 24.3 | Apache-2.0 | — | |
| linkorb/jsmin-php | 0.80 | PHP port of Douglas Crockford’s JSMin for minifying JavaScript. Provides a simple API to strip comments and whitespace, shrinking scripts for faster delivery. Lightweight, dependency-free and easy to integrate into Laravel or any PHP build/deploy workflow. | 33 | 33 | 5 | 24K | 0 | 0.4 | 39.4 | — | — | |
| matthiasmullie/minify | 0.80 | — | 2,044 | 2,342 | 330 | 774K | 102 | 50.2 | 58.4 | MIT | 11 months ago | |
| meenie/javascript-packer | 0.80 | PHP library for packing and minifying JavaScript using Dean Edwards’ Packer algorithm. Compresses JS to reduce size and improve load times, with simple PHP API for integrating into builds or runtime processing in Laravel and other projects. | 44 | 42 | 13 | 19K | 2 | 1.0 | 36.1 | — | — | |
| nitra/php-min | 0.79 | PhpMin is a Composer-ready PHP port of the classic CssMin and JsMinPlus tools. It provides simple minification/formatting utilities for CSS and JavaScript assets, packaged for easy installation and use in PHP projects. | 10 | 14 | 4 | 573 | 2 | 0.6 | 23.8 | — | — | |
| mrclay/jsmin-php | 0.79 | PHP port of Douglas Crockford’s JSMin for minifying JavaScript. Removes comments and unnecessary whitespace to shrink files while preserving behavior. Lightweight and simple to integrate into build scripts or server-side workflows. | 52 | 54 | 16 | 336K | 2 | 2.1 | 52.7 | BSD-3-Clause | 4 years ago | |
| gkralik/php-uglifyjs | 0.79 | 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. | 35 | 35 | 15 | 4K | 2 | 1.0 | 28.5 | LGPL-2.1 | — | |
| jane/runtime | 0.79 | Deprecated package. jane/runtime has moved to the janephp/janephp monorepo. Use https://github.com/janephp/janephp for the current runtime and related components; this repository is no longer maintained. | 6 | 6 | 2 | 301 | 0 | 0.2 | 15.2 | MIT | 9 years ago | |
| yfix/packager | 0.79 | Laravel package to help scaffold and manage package structure with common conventions. Provides utilities for generating boilerplate files, organizing configs and service providers, and streamlining local package development and publishing. | 1 | 1 | 0 | 235 | 0 | 0.0 | 28.6 | MIT | — | |
| components/jquery | 0.79 | Laravel-friendly jQuery integration for building dynamic UI components. Provides convenient helpers and assets to include jQuery, wire up interactions, and speed up common frontend tasks within Laravel apps without heavy setup. | 248 | 305 | 68 | 94K | 0 | 22.4 | — | — | 4 weeks ago | |
| mehedi8gb/api-crudify | 0.78 | Laravel package that generates standardized API CRUD (controller/service/repository/resources/requests/tests) and a query-driven pipeline for relations, filters, sorting, soft deletes, and pagination via URL params. Supports DDD namespaces and auto route/setup. | 1 | 1 | 0 | 11 | 0 | 26.8 | 13.1 | MIT | 1 month ago | |
| islandora/crayfish-commons | 0.78 | Shared PHP 8+ library for Islandora Crayfish microservices. Provides common Symfony bundle utilities such as ApixMiddleware and command execution services, with simple configuration for Fedora base URI and AP-IX middleware support. | 2 | 2 | 11 | 664 | 0 | 2.8 | 32.4 | MIT | 1 year ago | |
| crudly/testly | 0.78 | A simple test package placeholder for crudly/testly. Currently contains minimal scaffolding and documentation (“This is a test”) and may be used for experimentation or as a starting point for future CRUD-related tooling. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 6 years ago | |
| catchamonkey/assetic-filter-bundle | 0.78 | — | 2 | 3 | 1 | 0 | 0 | 0.0 | — | — | — | |
| cerdic/css-tidy | 0.78 | CSSTidy is a PHP CSS parser and minifier with full CSS3 support. Optimizes and fixes styles without regex for higher reliability. Includes web UI, core parser class, and a standalone CLI (pcsstidy). | 0 | 211 | — | 39K | — | 3.6 | 32.0 | — | — | |
| baks-dev/files-res | 0.77 | Laravel/PHP пакет для управления файловыми ресурсами: загрузка и хранение в public/upload, настройка прав доступа, асинхронная обработка через очередь Messenger (async_files_resources). Поддерживает пережатие и конвертацию изображений в WebP через отдельный CDN-сервер. | 0 | 0 | 0 | 52 | 0 | 20.6 | 26.5 | MIT | 2 weeks ago | |
| adiog/syntax-highlight-bundle | 0.77 | Symfony bundle that packages Alex Gorbatchev’s SyntaxHighlighter 3.0.83 for Composer-based apps. Install via composer, enable the bundle in AppKernel, then run assets:install to publish the JS/CSS for client-side code highlighting. | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| acacha/testinglaravelpackageinstaller | 0.77 | A minimal Laravel package installer test project. Provides a simple skeleton repository used to validate and experiment with Laravel package installation workflows, composer configuration, and installer behavior in a lightweight environment. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| davidjegat/assetic-minifier-bundle | 0.77 | — | 8 | 8 | 1 | 0 | 1 | 0.2 | — | MIT | — |
How can I help you explore Laravel packages today?