Skip to content

Implemented tons of new features and fixed some bugs

Choose a tag to compare

@Flavius12 Flavius12 released this 04 Apr 12:22
· 6 commits to master since this release

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