A graphical user interface developed with wxPHP 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.
- 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.
- Edit compression options
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
Main Window:
Context Menu:
Editing Options:
Stub Editing:
Alias Editing: