afterlogic / webmail-lite

AfterLogic WebMail Lite PHP. Fast and easy-to-use webmail front-end for your existing IMAP mail server, Plesk or cPanel.
https://afterlogic.org/webmail-lite
GNU Affero General Public License v3.0
443 stars 120 forks source link

Composer repository #5

Closed albertofem closed 10 years ago

albertofem commented 10 years ago

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

afterlogic commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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.