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

Phar support? #15

Open
pyrech opened this issue Feb 5, 2015 · 4 comments
Open

Phar support? #15

pyrech opened this issue Feb 5, 2015 · 4 comments

Comments

@pyrech
Copy link

pyrech commented Feb 5, 2015

Do you plan to provide a phar archive? Could be interesting to use it globally instead of requiring centipede in the project ;)

@umpirsky
Copy link
Owner

umpirsky commented Feb 5, 2015

We can consider this. Thanks for nice suggestion @pyrech. 👍

@clue
Copy link

clue commented May 4, 2015

FWIW:

Getting this project to run as a single phar via phar-composer is as easy as running this:

$ cd centipede
$ phar-composer build .

# build from git URLs
$ phar-composer build https://github.com/umpirsky/centipede.git

# once it's registered with Packagist and has some tags:
$ phar-composer build umpirsky/centipede:1.2.0

If you want more control over the phar building process, I'd recommend using the box project with its dedicated box.json configuration.

(I'm currently unable to execute this project at all (#19), the same error will manifest in the phar)

@Pierstoval
Copy link

I'd personally recommend using Box , because the Symfony installer already uses it for instance,

@umpirsky
Copy link
Owner

umpirsky commented May 8, 2015

Thanks for sharing @clue. This is something that we should do in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants