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
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| patchwork/jsqueeze | 0.79 | 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. | 162 | 158 | 36 | 25K | 10 | 2.4 | 23.1 | Apache-2.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). | 209 | 210 | 62 | 32K | 2 | 3.6 | 31.3 | LGPL-2.1 | — | |
| mehr-als-nix/assumptions | 0.76 | Assumptions for PHPUnit: skip tests when preconditions aren’t met (PHP version, extensions, etc.). Provides assumeTrue/assumeThat and Hamcrest matchers; failed assumptions are treated as skipped, including in @before/@beforeClass. Similar to @requires. | 2 | 3 | 2 | 0 | 0 | 22.2 | — | MIT | 8 years ago | |
| natxet/cssmin | 0.76 | 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 | 39 | 60K | 7 | 24.8 | 49.2 | — | 8 years ago | |
| mll-lab/php-cs-fixer-config | 0.75 | Shared php-cs-fixer configuration package. Install as a dev dependency and use the config($finder) helper in .php-cs-fixer.php. Optionally enable risky rules via risky($finder), override specific rules, or further customize the returned Config instance. | 0 | 0 | 0 | 11K | 0 | 29.0 | 65.0 | MIT | 2 months ago | |
| composer/metadata-minifier | 0.74 | Utility library for Composer 2.x repository metadata. Minifies package version arrays into diffs and expands minified metadata back to the original structure, reducing JSON size and improving transfer efficiency. Includes simple static minify/expand APIs. | 181 | 183 | 4 | 2M | 0 | 21.3 | 65.0 | MIT | 5 years ago | |
| spatie/asset-helper | 0.73 | Laravel 4 helper to generate URLs for revisioned/cache-busted assets. Given an original name like admin.css, it finds the hashed version in your public assets folder and returns a URL such as /assets/admin.0ce5cb43.css. | 23 | 23 | 3 | 0 | 0 | 21.7 | — | MIT | 9 years ago | |
| nette/assets | 0.72 | Nette Assets provides a lightweight way to manage web assets in Nette apps. It helps register, version, and generate URLs for CSS/JS and other files, supporting cache busting and clean asset linking in templates and presenters. | 41 | 41 | 4 | 22K | 2 | 22.6 | 44.8 | NOASSERTION | 1 week ago | |
| spatie/7to5 | 0.72 | Abandoned. Converts PHP 7.0 code to PHP 5, useful when developing on PHP 7 but deploying to PHP 5. Provides a CLI to convert entire directories and rewrites features like anonymous classes, type hints, return types, and null coalescing. | 177 | 175 | 33 | 36 | 0 | 12.6 | 1.3 | MIT | 7 years ago | |
| laravel/helpers | 0.71 | Backwards-compatibility layer that restores Laravel 5.8 global helper functions in modern Laravel releases. Install via Composer and use legacy helpers while migrating to the equivalent Arr and Str methods. | 805 | 817 | 44 | 1M | 0 | 30.4 | 51.9 | MIT | 3 weeks ago | |
| laminas/laminas-code | 0.71 | Generate, analyze, and manipulate PHP code with Laminas Code. Provides reflection utilities, code generators, docblock parsing, and class/file generation helpers for building frameworks, tooling, and meta-programming workflows. | 1,908 | 1,914 | 89 | 4M | 21 | 47.7 | 64.6 | BSD-3-Clause | 5 months ago |
How can I help you explore Laravel packages today?