Using composer is a great idea to keep updated all the vendors package! For the other components I'm thinking to a model like iTunes Store or Wordpress Plugins, where developers upload their components, and only the one approved become available to download.
Thanks F On Mon, Jul 9, 2012 at 1:29 PM, justin <jus...@justinhileman.info> wrote: > For maximum compatibility, you should build it around > http://getcomposer.org/ > > That project is poised to be the rubygems of PHP, so that would give > you access to all the components the Zend / Symfony / Every Other > Framework people are cooking up, plus you could host your own composer > repo for your CMS's packages. > > Let someone else worry about the downloader :) > > --j > > > On Fri, Jul 6, 2012 at 2:01 PM, Federico Ulfo <rainelemen...@gmail.com> > wrote: > > Hey guys, > > I'm developing an app store for a CMS to download modules, plugins and > > themes and keep them updated automatically. > > > > Each module, plugin or theme are compressed into a zip file. > > > > The CMS can connect to the app store and download one module with an API > > call. I was thinking to use file_get_contents, but may be Curl is more > > appropriate, because I'd like to have the download progress and may be > one > > single login for multiple downloads. > > > > Do you have any suggestion or better solutions? > > > > Thanks, > > Federico > > > > _______________________________________________ > > New York PHP User Group Community Talk Mailing List > > http://lists.nyphp.org/mailman/listinfo/talk > > > > http://www.nyphp.org/show-participation > > > > -- > http://justinhileman.com > _______________________________________________ > New York PHP User Group Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > http://www.nyphp.org/show-participation >
_______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show-participation