It's helpful to understand how Composer works and how to best utilize the environment as you implement your PSR-0 Namespace. There are factors that you, where you, as a user of the environment, will not be able to change and you should be aware of those points. There are areas where your choices directly impact the folder path and the implementation of your namespace.
##1. Composer Name Parameter##
The first data relevant to the package install path is the name you provide to Composer.
###What is the purpose of the name parameter?###