Libraries tagged by remove
mrclay/minify
14294178 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
22774996 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
17622451 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
spatie/laravel-directory-cleanup
1114566 Downloads
This package will remove the expired files from the given directories.
shipmonk/dead-code-detector
67913 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
9389897 Downloads
Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.
mtownsend/remove-bg
190742 Downloads
A PHP package to interface with the remove.bg api.
liborm85/composer-vendor-cleaner
171330 Downloads
Composer Vendor Cleaner removes unnecessary development files and directories from vendor directory.
wp-cli/widget-command
5420600 Downloads
Adds, moves, and removes widgets; lists sidebars.
wp-cli/super-admin-command
5477263 Downloads
Lists, adds, or removes super admin users on a multisite installation.
wp-cli/role-command
5435049 Downloads
Adds, removes, lists, and resets roles and capabilities.
wp-cli/package-command
5683397 Downloads
Lists, installs, and removes WP-CLI packages.
vria/nodiacritic
2689283 Downloads
Tiny helper function that removes all diacritical signs from characters
typo3/cms-recycler
4400834 Downloads
TYPO3 CMS Recycler - Restore deleted records or remove them from the database permanently.
seec/phpunit-consecutive-params
322574 Downloads
Drop-in Trait to use removed ConsecutiveParams from PhpUnit