fousheezy/slim-form

This library provides a way of annotating Doctrine Entities to be rendered as forms

Maintainers

Package info

github.com/fousheezy/slim-form

Issues

pkg:composer/fousheezy/slim-form

Statistics

Installs: 51

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2014-08-17 18:38 UTC

This package is not auto-updated.

Last update: 2026-03-04 11:39:48 UTC


README

This library brings together the Doctrine Annotation library to turn a Doctrine entity into an HTML form by way of Twig view helpers.

Setup

In your bootstrap file, configure the Doctrine entity manager and Twig View class provided by Slim, then invoke the SlimForm bootstrap's setup functions:

\SlimForm\Bootstrap::getInstance() ->setAnnotationReader($annotationReader) ->setView($view);

This will add the necessary template directory and twig extensions to the view object and set up the appropriate annotation readers for Doctrine.