mahdiabderraouf / php-directory-organizer
Organize messy directories easily using PHP
v1.0.0
2024-12-08 17:47 UTC
Requires
- php: >= 8.1
This package is auto-updated.
Last update: 2025-06-08 18:47:17 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