How does one use the symfony-form component standalone for version 2.0.*? The examples in the documentation show how to create forms, but they use other parts of the symfony ecosystem, like controllers and actions that I currently do not know anything about, and I don't want to add those other components to my project.
I'm stuck using a system that has php 5.3.27, so I am unable to use a later version of symfony.