The Unofficial Selection
KnpLabs is hiring
Symfony2 developers!

Infos

Score evolution

Score details ( ? )

  • Github Followers: 280
  • Last 30 days activity: 0.2
  • README file size: 5
  • Uses Travis CI: 0
  • Travis CI build status: 0
  • Provides a composer package: 5
  • KnpBundles recommendations: 180

Latest commits

  • Merge branch '1.0.x'
    By stof 28 days ago
  • Merge pull request #126 from maoueh/translatable_default_locale
    By stof 29 days ago
  • fix translatable listener defaut locale
    By maoueh 29 days ago
  • Merge pull request #123 from igorw/softdeleteable
    By stof 1 month ago
  • fix mention of mappings => filters in doc
    By igorw 1 month ago
  • add some docs for softdeleteable usage
    By igorw 1 month ago
  • add support for SoftDeleteable
    By igorw 1 month ago
  • Merge pull request #117 from KingCrunch/patch-1
    By stof 1 month ago
  • Added the priority for the translatable listener. Closes #118
    By stof 1 month ago
  • Updated to match Symfony2.1
    By KingCrunch 1 month ago
473

StofDoctrineExtensionsBundle by stof

Integration bundle for DoctrineExtensions by l3pp4rd in Symfony2

This bundle provides integration for DoctrineExtensions in your Symfony2 Project.

For documentation, see:

Resources/doc/index.rst

License:

Resources/meta/LICENSE

Note:

The master branch of the bundle is in sync with Symfony master branch which contains a BC break. If you are using a 2.0.x version of Symfony, you need to use the 1.0.x branch of the bundle.

  • 2012-02-16 Roman

    @all
    please don't forget about yaml in your examples

  • 2011-11-27 mbontemps

    Have a look at http://knplabs.com/blog/I%28bl... for examples

  • 2011-11-15 Mahmoud

    use this branch version=origin/1.0.x

  • 2011-11-08 lutangar

    Hey, your bundle doesnt seem to work with latest release of S2, hop someone can fix it

  • 2011-10-03 Roman

    please show good example for Translation

  • 2011-09-30 Hugues-Antoine Rabany

    Example Sluggable :

    use Gedmo\Mapping\Annotation as Gedmo;
    ..
    /**
    * @var string $slug
    *
    * @ORM\Column(name="slug", type="string", length=255, unique=true)
    * @Gedmo\Slug(fields={"title"})
    */
    private $slug;
    ..