All Projects → doctrine → Doctrinemongodbbundle

doctrine / Doctrinemongodbbundle

Licence: mit
Integrates Doctrine MongoDB ODM with Symfony

Projects that are alternatives of or similar to Doctrinemongodbbundle

Framework Bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
Stars: ✭ 3,056 (+793.57%)
Mutual labels:  symfony, symfony-bundle
Translationformbundle
Ease translations with some dedicated Symfony form types
Stars: ✭ 289 (-15.5%)
Mutual labels:  symfony, symfony-bundle
Dunglasactionbundle
Symfony controllers, redesigned
Stars: ✭ 269 (-21.35%)
Mutual labels:  symfony, symfony-bundle
Liiptestfixturesbundle
This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications
Stars: ✭ 92 (-73.1%)
Mutual labels:  mongodb, symfony-bundle
Cache
Cache library
Stars: ✭ 310 (-9.36%)
Mutual labels:  mongodb, symfony
Dtcqueuebundle
Symfony2/3/4/5 Queue Bundle (for background jobs) supporting Mongo (Doctrine ODM), Mysql (and any Doctrine ORM), RabbitMQ, Beanstalkd, Redis, and ... {write your own}
Stars: ✭ 115 (-66.37%)
Mutual labels:  mongodb, symfony
Sensioframeworkextrabundle
An extension to Symfony FrameworkBundle that adds annotation configuration for Controller classes
Stars: ✭ 3,203 (+836.55%)
Mutual labels:  symfony, symfony-bundle
Csaguzzlebundle
A bundle integrating Guzzle >=4.0 in Symfony
Stars: ✭ 248 (-27.49%)
Mutual labels:  symfony, symfony-bundle
Sonatauserbundle
Symfony SonataUserBundle
Stars: ✭ 301 (-11.99%)
Mutual labels:  symfony, symfony-bundle
Elasticsearchbundle
Symfony bundle for Elasticsearch with steroids
Stars: ✭ 296 (-13.45%)
Mutual labels:  symfony, symfony-bundle
Hentergeo
基于Symfony2和MongoDB的地理位置查询演示
Stars: ✭ 64 (-81.29%)
Mutual labels:  mongodb, symfony
Commandschedulerbundle
Symfony bundle that will allow you to schedule all your commands just like unix crontab, with a nice admin panel
Stars: ✭ 318 (-7.02%)
Mutual labels:  symfony, symfony-bundle
Cocorico
👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/en/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
Stars: ✭ 765 (+123.68%)
Mutual labels:  mongodb, symfony
Doctrinecachebundle
Symfony2 Bundle for Doctrine Cache
Stars: ✭ 2,813 (+722.51%)
Mutual labels:  symfony, symfony-bundle
Lexikmaintenancebundle
This Symfony2 bundle allows you to place your website in maintenance mode by calling two commands in your console. A page with status code 503 appears to users, it is possible to authorize certain ips addresses stored in your configuration.
Stars: ✭ 253 (-26.02%)
Mutual labels:  symfony, symfony-bundle
Prestasitemapbundle
A symfony bundle that provides tools to build a rich application sitemap. The main goals are : simple, no databases, various namespace (eg. google image), respect constraints etc.
Stars: ✭ 272 (-20.47%)
Mutual labels:  symfony, symfony-bundle
Enqueue Bundle
[READ-ONLY] Message queue bundle for Symfony. RabbitMQ, Amazon SQS, Redis, Service bus, Async events, RPC over MQ and a lot more
Stars: ✭ 233 (-31.87%)
Mutual labels:  symfony, symfony-bundle
Fosrestbundle
This Bundle provides various tools to rapidly develop RESTful API's with Symfony
Stars: ✭ 2,683 (+684.5%)
Mutual labels:  symfony, symfony-bundle
Liipthemebundle
Provides theming support for Symfony bundles
Stars: ✭ 292 (-14.62%)
Mutual labels:  symfony, symfony-bundle
Easyadminbundle
EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
Stars: ✭ 3,391 (+891.52%)
Mutual labels:  symfony, symfony-bundle

DoctrineMongoDBBundle

This bundle integrates the Doctrine2 MongoDB Object Document Mapper (ODM) library into Symfony so that you can persist and retrieve objects to and from MongoDB.

Build Status

Documentation on how to install and use this bundle is available in the Symfony documentation.

Compatibility

The current version of this bundle has the following requirements:

  • PHP 7.2 or newer is required
  • ext-mongodb 1.5 or newer
  • Symfony 4.3 or newer is required

Support for older Symfony, PHP and MongoDB versions is provided via the 3.0.x releases (tracked in the 3.0 branch). This version sees bug and security fixes only.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].