On 31 January 2014 19:22, <[email protected]> wrote: > > I'm not sure what composer means. How can I use it? do I need to have > something on my server installed in order to use composer? >
Composer is the current "standard" (nobody said it is a standard, but it's just that basically EVERYONE uses it). The simple way to install composer (and to verify if your system supports it) is running: `curl -s https://getcomposer.org/installer | php` You can read how composer works at http://getcomposer.org/ - be sure to read the documentation, since it's a must for using any of the newer libraries out there. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
