Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brian404/unzipper
https://github.com/brian404/unzipper
php unzipping-files webserver zipping-files
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brian404/unzipper
- Owner: brian404
- Created: 2023-12-14T07:57:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T10:30:28.000Z (about 1 year ago)
- Last Synced: 2023-12-15T09:50:07.578Z (about 1 year ago)
- Topics: php, unzipping-files, webserver, zipping-files
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unzipper Tool
The Unzipper Tool is a lightweight PHP-based utility for easily extracting and compressing files and directories on a web server. It provides a simple web interface to perform file operations like unzipping archives (.zip, .rar, .gz) and zipping directories.
## Features
- Unzip archives (.zip, .rar, .gz) to a specified destination.
- Zip a directory for easy storage or transfer.## Usage
1. Upload the `unzip.php` script to your web server.
2. Access the tool via a web browser.
http://your_server_ip/unzipper.php**Note: For security reasons, it's recommended to delete the tool from the web server path after usage.**
## Requirements
- PHP with support for ZipArchive and RarArchive (if using RAR files).
## Version
Current Version: 1.0