On Thu, May 30, 2013 at 12:13 PM, Marco Pivetta <[email protected]> wrote: > Hi everybody! > > tl;dr: ZF2: do you use composer or Zend\Loader? Simply reply with "loader" > or "composer" :)
Both. Modules inside my application that do not need to be re-used will use Zend\Loader, while those that are installable via Composer will use composer. That said, I don't like to limit installation options for users of my modules, either; if they want to add them as git submodules, or download them and deflate them into their application, that's fine, too -- and that's where having Zend\Loader available as an autoloading mechanism makes sense. Composer simply... simplifies... usage. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
