Implemented tons of new features and fixed some bugs
Added:
- PharTools API class
- PharToolsHelper class for CLI interface
- Add file command
- Delete file command
- Rename file command
- List files command
- Conversion from zip or tar archives to phar archives
- Conversion from phar archives to zip or tar archives
- Error codes
- Better error logic
Changed:
- Improved phar info command
Removed:
- PharTools version command
Fixed:
- Fixed a problem when running PharTools on Windows PATH
- Cleaned up code