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.2 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 4 0.0 9.7
View on GitHub
Context7
api-platform/doctrine-common 29 27 1 456K 0 0.2 55.3 MIT
View on GitHub
Context7
api-platform/doctrine-odm 3 3 0 16K 0 0.0 49.6 MIT
View on GitHub
Context7
apy/datagrid-bundle 492 502 336 5K 76 35.5 40.4 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 20 19 0 11K 0 0.1 37.4 NOASSERTION
View on GitHub
Context7
baldinof/roadrunner-bundle 308 308 58 56K 12 31.5 41.3 MIT 3 months 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 34 0 1.2 21.3 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 92 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 35 0 0.6 13.7 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 10 0 20.1 6.5 MIT 6 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 54.3 58.4 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
doctrine/mongodb-maker-bundle 1 1 3 158 0 12.2 30.2 6 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 293K 12 30.7 47.9 MIT 7 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 147 0 0.2 6.9
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
eneas/oauth-server-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
exercise/elastica-bundle 8 10 3 0 0 0.1 MIT
View on GitHub
Context7
friendsofsymfony/elastica-bundle 1,263 1,285 789 223K 68 63.3 60.7 MIT 3 months ago
View on GitHub
Context7
friendsofsymfony/oauth-server-bundle 1,078 1,092 445 90K 162 41.1 49.7 7 years ago
View on GitHub
Context7
gedmo/doctrine-extensions 4,140 4,166 1,252 2M 35 76.1 64.2 MIT 1 month 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+. 714 712 178 426K 0 39.0 44.9 MIT 1 month 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). 74 76 24 172 9 7.0 11.2 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. 774 774 138 667K 7 38.7 50.2 MIT 1 month ago
View on GitHub
Context7
league/flysystem-bundle 406 409 84 981K 2 33.6 54.6 MIT 1 month 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. 438 448 262 31K 60 56.6 56.9 MIT 2 months ago
View on GitHub
Context7
liip/test-fixtures-bundle 178 180 48 219K 25 30.8 56.1 MIT 5 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 1 0 0.0 4.2
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 5K 0 0.0 51.0 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. 426 455 166 619K 5 8.4 44.6 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. 675 675 120 2M 78 55.4 83.1 MIT 2 months 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 175 2 1.3 8.5 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 110 12K 0 19.4 31.1 MIT 9 months ago
View on GitHub
Context7
sonata-project/doctrine-extensions 268 271 38 192K 1 16.6 41.1 MIT 9 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 95 7K 1 18.9 30.4 MIT 9 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 87 187K 3 19.8 39.0 MIT 9 months ago
View on GitHub
Context7
sonata-project/media-bundle 461 471 479 40K 3 33.5 31.5 MIT 9 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 125 480 0 5.6 6.1 MIT 5 years ago
View on GitHub
Context7
sonata-project/user-bundle 346 354 471 38K 2 31.9 31.2 MIT 9 months ago
View on GitHub
Context7
vich/uploader-bundle 1,907 1,935 522 521K 46 68.5 57.9 MIT 1 month ago
View on GitHub
Context7
xlabs/competitionbundle 0 0 0 0.0
View on GitHub
Context7
xlabs/mmadminbundle 0 0 4 0.0 9.7
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. 799 801 113 596K 23 47.2 58.3 MIT 3 weeks 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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle