Libraries tagged by File Deletion
omaralalwi/laravel-trash-cleaner
447 Downloads
clean logs and debug files (clockwork , laravel telescope and more)
unopim/dam
127 Downloads
Unopim Digital Asset Management (DAM) is a flexible solution for managing digital assets in the Unopim PIM ecosystem. Key features include file and directory management, asset upload, preview, and deletion, advanced metadata tagging, collaboration tools, and CSV/XLSX export/import for asset assignment.
karavasilev/cryptomanana
54 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
omarabdulwahhab/filemanager
8 Downloads
A simple software package designed to streamline the management of application files, offering efficient storage, deletion, and file handling capabilities.
bloom-ux/cve-2018-12895-hotfix
131 Downloads
Hotfix for file deletion to to code execution vulnerability in WordPress
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.
felixnagel/deletefiles
45569 Downloads
TYPO3 CMS scheduler task for deleting old files and folder. Supports FAL. Useful for GDPR / DSGVO compliance.
netglue/revs
113241 Downloads
Simple utility for revving file name versions and deleting old revisions
svenjuergens/minicleaner
4413 Downloads
Scheduler Task for deleting files in configurable folders
alireza-moh/laravel-file-explorer
269 Downloads
Laravel File Explorer is a package for easy file management in Laravel apps, offering features like browsing, uploading, and deleting files. Ideal for content management systems and file storage solutions
masterro/laravel-file-cleaner
7068 Downloads
Laravel console command for deleting temp files and associated model instances.
martinmuzatko/filehandler
26 Downloads
Creating, Reading, Writing, Deleting Files & More, see https://github.com/MartinMuzatko/FileHandler
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).
jbreeze/jbreeze
1 Downloads
This project provides powerful and flexible methods to manipulate JSON datasets. It allows you to perform common database-like operations on JSON data files or raw JSON strings, including filtering, selecting, inserting, updating, and deleting records, as well as sorting and handling nested data.
almhdy/json-shelter
9 Downloads
The **JsonShelter** class provides a simple, file-based JSON database solution. It allows for creating, reading, updating, and deleting records in structured JSON format. With an intuitive interface, it manages data storage in specified directories, ensuring seamless access to your data. Each record is uniquely identifiable, simplifying data manipulation and organization. Ideal for lightweight applications or prototyping, **JsonShelter** is easy to implement and maintain, making it a suitable choice for developers looking for a straightforward database solution.