https://github.com/jgmdev/phar-gui
A graphical user interface to work with PHP Phar files.
https://github.com/jgmdev/phar-gui
Last synced: 9 months ago
JSON representation
A graphical user interface to work with PHP Phar files.
- Host: GitHub
- URL: https://github.com/jgmdev/phar-gui
- Owner: jgmdev
- License: mit
- Created: 2014-03-04T23:47:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T16:19:57.000Z (over 10 years ago)
- Last Synced: 2025-04-03T08:05:00.041Z (11 months ago)
- Language: PHP
- Size: 949 KB
- Stars: 24
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Phar GUI
A graphical user interface developed with [wxPHP](http://wxphp.org) to manage,
extract and view the content of PHP phar files.
The interface of the application was developed with wxFormBuilder and its
source code can serve as an example of how to integrate graphical user
interfaces designed with wxFormBuilder in your code.
## Features
* Create phar files
* View the content of a phar
* Extract all the content of a phar file
* Extract single files in the phar
* Add empty directories to a phar file
* Add external files to a phar
* Delete files from a phar
* Modify phar file stub
* Modify phar file alias
* View the code of php files inside the phar by double clicking them.
## Missing Features
* Edit compression options
## Installation
You will need the latest version of wxPHP which you can find at
http://github.com/wxphp/wxphp
Download this source files to a directory on your machine and execute:
php phar-gui/main.php
## Screenshots
Main Window:

Context Menu:

Editing Options:

Stub Editing:

Alias Editing:
