integrations.rst 790 B

1234567891011121314151617
  1. Integrations
  2. ============
  3. If you are using a framework, you can use one of the pre-existing integrations
  4. built by the community.
  5. * `Symfony <https://packagist.org/packages/doctrine/doctrine-migrations-bundle>`_
  6. * `Zend <https://packagist.org/packages/doctrine/doctrine-orm-module>`_
  7. * `Laravel <https://packagist.org/packages/laravel-doctrine/migrations>`_
  8. * `Silex <https://packagist.org/packages/kurl/silex-doctrine-migrations-provider>`_
  9. * `Silex <https://packagist.org/packages/dbtlr/silex-doctrine-migrations>`_
  10. * `Nette <https://packagist.org/packages/nettrine/migrations>`_
  11. Don't hesitate to make a `Pull Request <https://github.com/doctrine/migrations>`_
  12. if you want to add your integration to this list.
  13. :ref:`Next Chapter: Custom Integration <custom-integration>`