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

Composer repository #5

Closed
albertofem opened this issue Feb 24, 2014 · 3 comments
Closed

Composer repository #5

albertofem opened this issue Feb 24, 2014 · 3 comments

Comments

@albertofem
Copy link

It would be great to have this under Composer, which is the de-facto standard dependency manager for PHP: https://getcomposer.org/

@afterlogic
Copy link
Collaborator

We're not sure that would be an option. Composer works great when it comes to libraries, but it's not really designed for complete solutions.

@albertofem
Copy link
Author

I disagree. Take a look at https://github.com/fancyguy/webroot-installer, it's used to install complete solutions (like wordpress) in a "webroot" fashion, like this mail client. Putting a composer package under this would help to ease the process, specially when it comes to updating.

@afterlogic
Copy link
Collaborator

Well, that's a good point. It's just not enough to deploy the product, though - installing WebMail assumes you set up the database, and updating requires performing backup. Aside from that, using Composer makes sense indeed.

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

No branches or pull requests

1 participant