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