[PR #4] [MERGED] Add mongodb storage #43

Open
opened 2026-01-23 11:35:01 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/KeyValueStore/pull/4
Author: @Baachi
Created: 5/11/2012
Status: Merged
Merged: 5/21/2012
Merged by: @beberlei

Base: masterHead: mongodb


📝 Commits (4)

📊 Changes

2 files changed (+311 additions, -0 deletions)

View changed files

lib/Doctrine/KeyValueStore/Storage/MongoDbStorage.php (+171 -0)
tests/Doctrine/Tests/KeyValueStore/Storage/MongoDbStorageTest.php (+140 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/KeyValueStore/pull/4 **Author:** [@Baachi](https://github.com/Baachi) **Created:** 5/11/2012 **Status:** ✅ Merged **Merged:** 5/21/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `mongodb` --- ### 📝 Commits (4) - [`b88ed9e`](https://github.com/doctrine/KeyValueStore/commit/b88ed9e58fcc206d0e238387c0792a3ac3ee8b27) Add mongodb storage - [`cbbcffa`](https://github.com/doctrine/KeyValueStore/commit/cbbcffaadea907c600fc73442300a9ba88de8007) Update docomentes: Using {@inheritDoc} - [`c277f42`](https://github.com/doctrine/KeyValueStore/commit/c277f42c8f352b22161bef05c6897c2b8ecad364) Updated licence header - [`0f974c2`](https://github.com/doctrine/KeyValueStore/commit/0f974c26d2343997b98a25d1c736f3a6888f7736) Use `NotFoundException` ### 📊 Changes **2 files changed** (+311 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `lib/Doctrine/KeyValueStore/Storage/MongoDbStorage.php` (+171 -0) ➕ `tests/Doctrine/Tests/KeyValueStore/Storage/MongoDbStorageTest.php` (+140 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:35:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#43