We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for debugging reaons it is sometimes required to extract the created .phar to see the contents of it.
would be great to have a command doing just that.
$phar = new Phar($pathToPhar); $phar->extractTo($destPath);
The text was updated successfully, but these errors were encountered:
Nice feature request, thanks! In case anybody happens to want to pick this up, a PR would be very much appreciated!
Sorry, something went wrong.
Will do the PR
Closed as out of scope as per #88
No branches or pull requests
for debugging reaons it is sometimes required to extract the created .phar to see the contents of it.
would be great to have a command doing just that.
The text was updated successfully, but these errors were encountered: