Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Mongodb Odm Laravel Package

doctrine/mongodb-odm

Doctrine MongoDB ODM is an object document mapper for PHP that brings Doctrine-style persistence to MongoDB. Define documents with metadata, map fields and relations, run queries, and handle unit of work, identity map, and migrations for MongoDB apps.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
20steps/oauth-server-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
3slab/vdm-library-doctrine-odm-transport-bundle 0 0 0 0 0 0.6 MIT 5 years ago
View on GitHub
Context7
ad3n/jwt-refresh-token-bundle Symfony bundle to manage JWT refresh tokens alongside LexikJWTAuthenticationBundle. Supports Doctrine ORM or MongoDB ODM, adds refresh token generation/rotation and storage, plus endpoints and security integration for renewing access tokens securely. 1 1 0 0 0 0.3 MIT 1 year ago
View on GitHub
Context7
akeneo/oauth-server-bundle 5 5 1 4K 0 0.8 39.4 3 years ago
View on GitHub
Context7
akeneo-labs/direct-to-mongodb 2 2 0 0 0 0.3 MIT 10 years ago
View on GitHub
Context7
alessandrolandim/translation-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
amashukov/oauth-server-bundle 2 2 0 0 0 1.8 6 years ago
View on GitHub
Context7
amstaffix/extjs-bundle 21 21 18 0 4 1.2 0.8 MIT 10 years ago
View on GitHub
Context7
anh/doctrine-extensions-resource 2 2 0 2 0 0.0 3.1
View on GitHub
Context7
antimattr/mongodb-migrations-bundle 0 16 5 0.0 10.8
View on GitHub
Context7
api-platform/doctrine-common 29 27 1 426K 0 0.2 55.3 MIT
View on GitHub
Context7
api-platform/doctrine-odm 3 3 0 17K 0 0.0 50.3 MIT
View on GitHub
Context7
apy/datagrid-bundle 492 502 338 6K 76 35.6 40.8 MIT 3 years ago
View on GitHub
Context7
apymakoso/datagrid-bundle 0 0 0 0 0 0.6 MIT 8 years ago
View on GitHub
Context7
asiragusa/extjs-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
atm/competitionbundle 0 0 0 0.0
View on GitHub
Context7
atm/pollbundle 0 0 0 0.0
View on GitHub
Context7
atom-php/uploader 0 1 0 0.0
View on GitHub
Context7
babdev/money-bundle 19 19 0 11K 0 0.1 37.7 NOASSERTION
View on GitHub
Context7
baldinof/roadrunner-bundle 308 309 58 52K 11 33.3 41.1 MIT 1 month ago
View on GitHub
Context7
bean-project/core-bundle 0 0 0 0 0 0.3 8 years ago
View on GitHub
Context7
bean-project/location-bundle 0 0 0 0 0 0.3 8 years ago
View on GitHub
Context7
bengor-file/simple-bus-bridge-bundle 0 0 0 92 0 1.2 27.2 MIT 8 years ago
View on GitHub
Context7
bengor-user/doctrine-odm-mongodb-bridge Doctrine ODM MongoDB bridge for BenGorUser, providing adapters to persist and query User domain models with Doctrine ODM. Install via Composer; fully tested with PHPSpec. Documentation lives in the main BenGorUser/User repository. 0 0 0 0 0 0.9 MIT 9 years ago
View on GitHub
Context7
bengor-user/simple-bus-bridge-bundle 0 0 0 30 0 1.2 20.6 MIT 9 years ago
View on GitHub
Context7
birdoffice/elastica-bundle 0 0 0 0 0 0.9 MIT 4 years ago
View on GitHub
Context7
bok/elastica-bundle 0 0 0 0 0 0.9 MIT 4 years ago
View on GitHub
Context7
catch-of-the-day/elastica-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
chaima409/oauth-server-bundle 0 1 0 0 0 0.3 6 years ago
View on GitHub
Context7
cometcult/credit-bundle 2 2 2 0 0 0.1
View on GitHub
Context7
comsave/salesforce-outbound-message-bundle 4 5 1 0 0 9.1 MIT 6 years ago
View on GitHub
Context7
cpj/cpjoauth-server-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
creative-coding/media-bundle 0 0 0 0.0
View on GitHub
Context7
cutwise/oauth-server-bundle 0 0 0 0 0 2.4 5 years ago
View on GitHub
Context7
da/api-server-bundle 3 3 0 41 0 0.6 14.5 MIT 11 years ago
View on GitHub
Context7
daanbiesterbos/solr-bundle 0 0 2 0 0 1.6 MIT 5 years ago
View on GitHub
Context7
danidelalin/doctrine-mongodb-admin-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
danilovl/select-autocompleter-bundle 5 5 0 37 0 22.7 13.2 MIT 4 months ago
View on GitHub
Context7
dmr/dmr Doctrine Mapping Reader (DMR) loads custom mapping data from Doctrine 2.3+ metadata using YAML, XML, or annotations, auto-selecting the right driver. Handy for reading extra mapping info (e.g., datagrid visibility) from your entity mappings. 6 5 0 0 1 0.1 MIT
View on GitHub
Context7
doctrine/data-fixtures Doctrine Data Fixtures provides a simple way to define, manage, and run data fixture loaders for Doctrine ORM/ODM. Use it to seed databases with reusable sample data for development, testing, and demos via an organized fixture execution workflow. 2,851 2,871 231 2M 36 55.5 58.6 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
doctrine/mongodb-maker-bundle 1 1 3 89 0 14.3 26.9 4 months ago
View on GitHub
Context7
doctrine/mongodb-odm-bundle Symfony bundle integrating Doctrine MongoDB ODM for mapping PHP documents to MongoDB. Provides configuration, DI services, console commands, and tooling to manage connections, document managers, and repositories in Symfony apps. 385 389 228 298K 12 31.9 48.3 MIT 5 months ago
View on GitHub
Context7
doctrine/mongodb-odm-softdelete Adds soft delete support to Doctrine MongoDB ODM. Mark documents as deleted without removing them, with automatic filtering of deleted records from queries and options to restore or include trashed documents. Integrates cleanly with ODM repositories and event system. 35 35 9 0 0 0.2
View on GitHub
Context7
domenik88/datagrid-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dtc/queue 120 119 38 0 22 8.5 8.6 MIT
View on GitHub
Context7
friendsofsymfony/elastica-bundle 1,264 1,284 790 189K 68 65.1 60.6 MIT 1 month ago
View on GitHub
Context7
friendsofsymfony/oauth-server-bundle 1,079 1,092 446 89K 163 41.2 49.2 7 years ago
View on GitHub
Context7
gedmo/doctrine-extensions 4,142 4,167 1,253 2M 37 66.7 62.1 MIT 7 months ago
View on GitHub
Context7
gesdinet/jwt-refresh-token-bundle Symfony bundle to manage JWT refresh tokens for LexikJWTAuthenticationBundle. Stores and rotates refresh tokens via Doctrine ORM or MongoDB ODM (or custom object manager), with configurable TTL, security, and endpoints. Requires PHP 8.2+ and Symfony 6.4+. 710 711 180 413K 71 48.8 68.6 MIT 4 months ago
View on GitHub
Context7
h4cc/alice-fixtures-bundle Symfony2 bundle for flexible data fixtures using nelmio/alice and Faker. Load fixtures from YAML/PHP, decouple from Doctrine DataFixtures, and optionally drop & recreate Doctrine ORM schema. Supports Doctrine ORM and MongoDB ODM. Work in progress (<1.0). 75 76 24 132 9 7.0 10.1 MIT 11 years ago
View on GitHub
Context7
knplabs/knp-components Knp Components is a PHP component library from KnpLabs. It currently includes the Pager component for building flexible, “fancy” pagination and paging adapters. PHPUnit 10/11 supported; install with Composer and run the test suite via composer test. 772 773 138 641K 7 19.1 42.6 MIT 1 year ago
View on GitHub
Context7
league/flysystem-bundle 405 406 84 966K 6 30.3 55.4 MIT 3 months ago
View on GitHub
Context7
lexik/translation-bundle Symfony bundle to manage translations in a database: import from xliff/yml/php, edit via a web GUI, track missing domain translations, add new keys, and export back to files. Database loader overrides file-based translations. 439 448 262 31K 60 56.6 56.9 MIT 2 weeks ago
View on GitHub
Context7
liip/test-fixtures-bundle 178 179 48 234K 25 32.5 57.3 MIT 3 months ago
View on GitHub
Context7
mmucklo/grid-bundle Symfony bundle to generate searchable, customizable grids from Doctrine ORM entities or MongoDB ODM documents. Renders via jQuery DataTables, jqGrid, or styled HTML tables with Bootstrap-friendly output, column customization, and easy setup for Symfony 3.4–8.0. 20 21 11 1K 12 4.0 27.2 MIT
View on GitHub
Context7
nitra/doctrine-behaviors PHP 5.4+ trait-based behaviors for Doctrine2 entities and repositories: tree, translatable, timestampable, soft deletable, blameable, loggable, geocodable, filterable, and sluggable. Includes optional Doctrine event listeners for behavior support. 0 0 0 0 0 0.0
View on GitHub
Context7
pagerfanta/doctrine-mongodb-odm-adapter Doctrine MongoDB ODM adapter for Pagerfanta. Adds pagination support for ODM query builders and queries, returning paginated results with limits, offsets, and total counts—ideal for building pageable lists in Laravel, Symfony, or custom PHP apps. 0 0 0 2K 0 0.0 45.9 NOASSERTION
View on GitHub
Context7
pagerfanta/pagerfanta Pagerfanta is a PHP pagination library for calculating and rendering paginated lists. It supports multiple data providers/adapters and flexible views, making it easy to paginate collections, queries, and APIs in web apps. 425 455 167 578K 4 8.1 43.8 NOASSERTION
View on GitHub
Context7
phpstan/phpstan-doctrine PHPStan extension for Doctrine ORM/ODM: validates DQL and QueryBuilder, infers repository magic methods and EntityManager return types, checks entity field/relationship type mismatches and mapping errors, improves query result typing, and flags proxy-related issues. 673 674 120 2M 76 56.9 84.5 MIT 1 week ago
View on GitHub
Context7
pumukit/pumukit PuMuKIT is a PHP/Symfony-based platform for managing, recording, and publishing academic video and multimedia content. It provides tools for ingest, cataloging, channels, streaming integration, and customizable portals for universities and media services. 60 60 15 165 2 1.5 9.0 AGPL-3.0
View on GitHub
Context7
sonata-project/classification-bundle Symfony bundle providing a classification system for Sonata: categories, tags and collections management with admin integration, persistence support and documentation. Part of the Sonata Project ecosystem. 91 95 111 13K 0 21.7 32.1 MIT 7 months ago
View on GitHub
Context7
sonata-project/doctrine-extensions 268 271 39 191K 1 19.3 42.0 MIT 7 months ago
View on GitHub
Context7
sonata-project/doctrine-mongodb-admin-bundle Symfony bundle that integrates Doctrine MongoDB ODM with SonataAdminBundle, providing admin services, mappers, and datagrid support to manage MongoDB documents via Sonata’s admin UI. Includes docs, CI, and versioned releases. 64 68 96 9K 1 22.3 32.7 MIT 7 months ago
View on GitHub
Context7
sonata-project/exporter SonataExporter is a lightweight PHP library for exporting data to multiple formats (CSV, XLS, JSON, XML). It provides writers, handlers, and iterators to stream large datasets efficiently and integrate easily into Symfony apps and services. 441 449 88 201K 3 22.0 40.2 MIT 7 months ago
View on GitHub
Context7
sonata-project/media-bundle 462 471 480 40K 3 35.6 31.6 MIT 7 months ago
View on GitHub
Context7
sonata-project/news-bundle SonataNewsBundle adds news/blog features to Symfony with Sonata integration. Includes admin management, posts, categories, comments, and RSS support. Note: the repository is abandoned and currently has no active maintenance or support. 150 156 126 461 0 5.6 5.9 MIT 5 years ago
View on GitHub
Context7
sonata-project/user-bundle 346 354 474 41K 2 34.1 31.5 MIT 7 months ago
View on GitHub
Context7
vich/uploader-bundle 1,906 1,934 520 534K 47 66.4 57.5 MIT 1 month ago
View on GitHub
Context7
xlabs/competitionbundle 0 0 0 0.0
View on GitHub
Context7
xlabs/mmadminbundle 0 0 3 0.0 8.3
View on GitHub
Context7
xlabs/pollbundle 0 0 0 0.0
View on GitHub
Context7
zenstruck/foundry Expressive, autocompletable fixture factories for Symfony + Doctrine (ORM and/or MongoDB). Create random-but-valid entities on demand for fixtures and tests, with states, persistence helpers, and rich testing features via ZenstruckFoundryBundle. 797 797 112 553K 28 43.5 59.3 MIT 2 days ago
View on GitHub
Deep Wiki
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codraw/framework-extra-bundle
codraw/messenger
codraw/security
codraw/mailer
codraw/contracts
codraw/profiling
codraw/dependency-injection
codraw/tester
codraw/core
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony