NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP App Store

Federico Ulfo rainelemental at gmail.com
Tue Jul 10 10:20:25 EDT 2012


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 <justin at 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 <rainelemental at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20120710/79a14a13/attachment.html>


More information about the talk mailing list