formable icon indicating copy to clipboard operation
formable copied to clipboard

extract a library from the bundle

Open liuggio opened this issue 9 years ago • 2 comments

Would be great using this as lib

liuggio avatar May 28 '15 19:05 liuggio

What part would you suggest to extract in the lib? the annotation seems to be tightly coupled with symfony form interface.

eux avatar May 29 '15 10:05 eux

It could be possible to decouple the lib from the symfony/framework-bundle.

IMHO an easy way to create the Symfony\Component\Form\FormFactory should be provided, as you can see the FormFactory has a complex tree of dependecies https://github.com/symfony/FrameworkBundle/blob/master/Resources/config/form.xml

simodima avatar May 29 '15 12:05 simodima