This PHP-application converts your ZIP-archive to PHAR-archive
- Run
- Insert path to your ZIP-archive and press Enter
- Insert path to your PHAR-archive when it will be created and press Enter
- Done
If in root of archive file
autoload.php
exists, it will be used as bootable fileAlso you can run application with arguments. So you don't need to insert paths everytime. Example:
php zip2phar.phar "/path/to/myApp.zip" "/path/to/myApp.phar"
Use xRefCoreCompiler to pack application.