Libraries tagged by remove file
interlink-techsoft/large-content-handler
4 Downloads
A Laravel package to handle large file uploads and remove PHP limitations.
yuseflockwood/phpdoc-stripper
4 Downloads
A CLI tool to remove PHPDoc comments from PHP files recursively.
tetrode/minify
21 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.
phppack/minify
4 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.
kadokweb/minify
7 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.
foostart/package-minify
14 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.
pradosoft/jsmin-php
18 Downloads
Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.
thewind1984/css-optimizator
47 Downloads
Interface accepts css files and folders / single templates files, then combines provided css files into one, compares it with provided templates, removes unused selectors and minifies final file
qi-interactive/cron
138 Downloads
Manages linux crontab file by adding and deleting the appropriate entries. It is able to track the source file so that after the changes to this file, he will be able to enter and update the user's crontab file in safe way (doesn't remove entries added by user using crontab -e).
scratcher28/laravel-vendor-minify
1 Downloads
A vendor minify package, to remove tests and documentation and minifing all php files to save space
hojaonline/retrostats
13 Downloads
This extension copies the exact functionality for writing the Apache-style log files as used to be part of the core until v4.7. The only issue to take care of is to add the [FE][logfile_dir] setting in AdditionalConfiguration.php instead of LocalConfiguration because the Install tool will remove it otherwise.
emanuellopes/composer-vendor-cleaner
1765 Downloads
Removes as much as possible from your vendor dir when space or number of files is important
belsignum/delete-processed-image
1 Downloads
This TYPO3 extension provides a backend tool to remove all processed (cropped, scaled, etc.) variants of a FAL image.It adds a contextual “Delete Processed Files” button directly in the Filelist module, enabling editors and integrators to manually clear processed images for individual file references when needed.
league/flysystem
537569692 Downloads
File storage abstraction for PHP
nicolab/php-ftp-client
4232862 Downloads
A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.