A quick tip about symfony's admin generator: if you want to have a custom action, with the following generator.yml bit for example (actions prefixed with an underscore are builtin admin-gen actions)
Many admin generator forms involve making associations between the object being edited and related objects. For instance, when adding an event to a calendar, you may need to associate that event with a DJ or a band. Symfony's admin generator can provide pulldowns to select these, but what if the y don't already exist? pkAdminQuickCreatePlugin makes it easy to implement "quick create" buttons that step aside to another admin generator module, create an object, and then bring the user back to complete the rest of the original form with all of their work intact.
This plugin provides several enhancements to symfony's form framework. It was designed with the Doctrine ORM in mind, so most of the good stuff is not available for Propel, (yet? contributions welcome :)).
The lookupWidgetPlugin packages a widget that allows to display a modal popup that lists values from a given table and allows to filter values and to select a value.
ogDynamicParameters let you manage parameters of any items. You can define item parameters by item family and item model. ogDynamicParameters will offer you the form to create and edit item with all parameters defined.
Plugin that makes it easy to implement a set of reference classes which are used as constant and options holders for classes that are accessory to the actual data model.
raccourciceur d'url opensource basé sur Symfony
Doctrine Port from sfFaqPlugin, which allows you to embed a FAQ module within your symfony project
As MySQL InnoDB implict commits on a table alteration Doctrine migrations that error will leave a database inbetween states. This plugin uses mysqldump to back up the database prior to migration and restores it on failure. This also allows you to use a dry run
Symfony wrapper for Blueprint Css Framework
Add Nested Categories to your models. Models can be grouped into individual categories (this is the default), or multiple models can share a group of categories.
The sfMelody plugin provides an easy way to connect to facebook, google, yahoo... through OAuth authentification.