mahdiabderraouf / php-directory-organizer
Organize messy directories easily using PHP
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mahdiabderraouf/php-directory-organizer
Requires
- php: >= 8.1
This package is auto-updated.
Last update: 2025-12-08 19:55:30 UTC
README
Introduction
Organize your desktop or any other directory easily using PHP. Files are organized by their category :
- Documents
- Images
- Videos
- Spreadsheets
- Presentations
- Audio
- Others
Requirements
- PHP >= 8.1
Installation
You can install this library using composer or by cloning the git repository.
Clone the respository
git clone git@github.com:mahdiabderraouf/php-directory-organizer.git
Install with composer
composer require mahdiabderraouf/php-directory-organizer
Usage
It is always recommanded to create a backup of your directory:
cp -r your-directory your-directory.bak
Then run the php file organizer.php:
php organizer.php --directory your-directory