Skip to content

Commit 09e65f5

Browse files
authored
Rewrite Doctrine MongoDB ODM chapter (#667)
1 parent 8097ba7 commit 09e65f5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

source/php-libraries.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,10 @@ Stand-alone Libraries
9090
~~~~~~~~~~~~~~~~~~~~~
9191

9292
- `Doctrine MongoDB ODM <https://github.com/doctrine/mongodb-odm>`_ is a library
93-
that provides a PHP object mapping functionality for MongoDB. An underlying
94-
`MongoDB abstraction layer <https://github.com/doctrine/mongodb>`_ exists as
95-
a separate project. A `Symfony bundle
93+
that provides a PHP object mapping functionality for MongoDB. A `Symfony bundle
9694
<https://github.com/doctrine/DoctrineMongoDBBundle>`_ and `Zend Framework
9795
module <https://github.com/doctrine/DoctrineMongoODMModule>`_ for the ODM are
98-
also available. Although it is written for the legacy ``mongo`` extension, it
99-
is tested to work with the ``mongodb`` extension using `Mongo PHP Adapter
100-
<https://github.com/alcaeus/mongo-php-adapter>`_.
96+
also available.
10197

10298
- `Mongator ODM <https://github.com/mongator/mongator/>`_ is an easy, powerful,
10399
and ultrafast ODM for PHP and MongoDB. It is a fork of the

0 commit comments

Comments
 (0)