Libraries tagged by remove
mrclay/minify
14658499 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
matthiasmullie/minify
23607418 Downloads
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
dg/bypass-finals
18620486 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
spatie/laravel-directory-cleanup
1146031 Downloads
This package will remove the expired files from the given directories.
shipmonk/dead-code-detector
135123 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
mrclay/jsmin-php
9740554 Downloads
Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.
mtownsend/remove-bg
205187 Downloads
A PHP package to interface with the remove.bg api.
liborm85/composer-vendor-cleaner
194831 Downloads
Composer Vendor Cleaner removes unnecessary development files and directories from vendor directory.
wp-cli/widget-command
5648900 Downloads
Adds, moves, and removes widgets; lists sidebars.
wp-cli/super-admin-command
5710161 Downloads
Lists, adds, or removes super admin users on a multisite installation.
wp-cli/role-command
5657622 Downloads
Adds, removes, lists, and resets roles and capabilities.
wp-cli/package-command
5921711 Downloads
Lists, installs, and removes WP-CLI packages.
vria/nodiacritic
2756973 Downloads
Tiny helper function that removes all diacritical signs from characters
typo3/cms-recycler
4547735 Downloads
TYPO3 CMS Recycler - Restore deleted records or remove them from the database permanently.
seec/phpunit-consecutive-params
365294 Downloads
Drop-in Trait to use removed ConsecutiveParams from PhpUnit