Skip to content
New issue

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

extract command #40

Closed
staabm opened this issue Aug 1, 2014 · 3 comments
Closed

extract command #40

staabm opened this issue Aug 1, 2014 · 3 comments

Comments

@staabm
Copy link
Contributor

staabm commented Aug 1, 2014

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);
@clue
Copy link
Owner

clue commented Aug 6, 2014

Nice feature request, thanks! In case anybody happens to want to pick this up, a PR would be very much appreciated!

@staabm
Copy link
Contributor Author

staabm commented Aug 7, 2014

Will do the PR

@clue
Copy link
Owner

clue commented Nov 8, 2019

Closed as out of scope as per #88

@clue clue closed this as completed Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants