Download the PHP package attogram/file-cache-cleaner without Composer
On this page you can find all versions of the php package attogram/file-cache-cleaner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download attogram/file-cache-cleaner
More information about attogram/file-cache-cleaner
Files in attogram/file-cache-cleaner
Download attogram/file-cache-cleaner
More information about attogram/file-cache-cleaner
Files in attogram/file-cache-cleaner
Vendor attogram
Package file-cache-cleaner
Short Description Delete expired Laravel-style `Illuminate\Cache` cache files and empty directories
License MIT
Package file-cache-cleaner
Short Description Delete expired Laravel-style `Illuminate\Cache` cache files and empty directories
License MIT
Please rate this library. Is it a good library?
Informations about the package file-cache-cleaner
File Cache Cleaner
Delete expired cache files. For projects using
Illuminate\Cache
FileStore
without a Laravel installation.
PHP 7+, One class, No dependencies, Composer Ready.
Usage
Install:
composer require attogram/file-cache-cleaner
Report on cache status only:
vendor/bin/file-cache-cleaner -d path/to/cache/directory
Clean cache - delete expired cache files and empty subdirectories:
vendor/bin/file-cache-cleaner -d path/to/cache/directory --clean
Command Line Options:
-d path
or--directory path
- set path to Cache Directory-c
or--clean
- clean cache: delete expired files, remove empty subdirectories
Project Links
- Git Repo: https://github.com/attogram/file-cache-cleaner
- Packagist: https://packagist.org/packages/attogram/file-cache-cleaner
- CodeClimate: https://codeclimate.com/github/attogram/file-cache-cleaner
Related Projects
Laravel artisan commands to delete expired cache files:
All versions of file-cache-cleaner with dependencies
PHP Build Version
Package Version
Requires
php Version
^7
The package attogram/file-cache-cleaner contains the following files
Loading the files please wait ....