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

PHP Composer support? #41

Closed
glynhudson opened this issue Jul 26, 2016 · 2 comments
Closed

PHP Composer support? #41

glynhudson opened this issue Jul 26, 2016 · 2 comments

Comments

@glynhudson
Copy link

Love the project. Would it be possible to add a composer.json file and publish to Composer package list to allow this install via Composer?

E.g. https://github.com/bluerhinos/phpMQTT/blob/master/composer.json

@mgdm
Copy link
Owner

mgdm commented Jul 28, 2016

Unfortunately not - as this is a PECL extension, composer can't install it. You can currently use composer.json to require that a PECL extension is present but you can't use it to install them yet. There is an open PR for that so if it is merged and I need to do anything to support it, I will.

composer/composer#2898

@mgdm mgdm closed this as completed Jul 28, 2016
@glynhudson
Copy link
Author

Ah ok. Maybe Pickle will help...in the future. It looks like it's currently in development:

https://github.com/FriendsOfPHP/pickle

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

2 participants