Skip to content

ingenerator/warden-persistence-doctrine

Repository files navigation

This provides a persistence layer for ingenerator/warden using doctrine2.

Warden is under heavy development and not recommended for production use outwith inGenerator.

Installing warden-persistence-doctrine

This isn't in packagist yet : you'll need to add our package repository to your composer.json:

{
  "repositories": [
    {"type": "composer", "url": "https://php-packages.ingenerator.com"}
  ]
}

$> composer require ingenerator/warden-persistence-doctrine

Configure the user repository in your dependency container - it takes an instance of the Doctrine EntityManager and the current warden configuration.

Contributing

Contributions are welcome but please contact us before you start work on anything to check your plans line up with our thinking and future roadmap.

Contributors

This package has been sponsored by inGenerator Ltd

  • Andrew Coulton acoulton - Lead developer

Licence

Licensed under the BSD-3-Clause Licence