@@ -24,7 +24,7 @@ Stand-alone Libraries
2424 `Laminas <https://github.com/doctrine/DoctrineMongoODMModule>`_ (formerly Zend
2525 Framework) are also available.
2626
27- - `Mongo Queue PHP <https://github.com/dominionenterprises /mongo-queue-php>`_ is
27+ - `Mongo Queue PHP <https://github.com/traderinteractive /mongo-queue-php>`_ is
2828 a PHP message queue, which uses MongoDB as a backend.
2929
3030- `Mongo PHP Adapter <https://github.com/alcaeus/mongo-php-adapter>`_ is a
@@ -33,12 +33,6 @@ Stand-alone Libraries
3333 the API of the legacy driver on top of the new driver and library, which
3434 allows for compatibility with PHP 7.
3535
36- - `Mongodm <https://github.com/purekid/mongodm>`_ is a MongoDB ORM that includes
37- support for references, embedded documents, and multilevel inheritance.
38-
39- - `MongoDB Transistor <https://github.com/bjori/mongo-php-transistor>`_:
40- Lightweight ODM that utilizes the driver's Persistable interface.
41-
4236- `Mongolid <https://github.com/leroy-merlin-br/mongolid>`_: A fast ODM for PHP and
4337 MongoDB, which implements both ActiveRecord and DataMapper design patterns and
4438 supports embedded and referenced documents. An integration with
@@ -90,24 +84,6 @@ Libraries for the ``mongo`` Extension
9084Stand-alone Libraries
9185~~~~~~~~~~~~~~~~~~~~~
9286
93- - `Mongator ODM <https://github.com/mongator/mongator/>`_ is an easy, powerful,
94- and ultrafast ODM for PHP and MongoDB. It is a fork of the
95- `Mandango ODM <https://github.com/mandango/mandango>`_.
96-
97- - `MongoFilesystem <https://github.com/AlexanderMitov/MongoFilesystem>`_
98- implements a hierarchical file system using MongoDB as a storage engine. The
99- library uses GridFS for storing the files and a standard collection for the
100- folder information. There is an object-oriented representation of the folders
101- and files in the filesystem and rich API for performing operations. The
102- library also implements renderers for JSON, HTML, and XML.
103-
104- - `Mongofill <https://github.com/mongofill/mongofill>`_ is a pure PHP
105- implementation of the ``mongo`` extension, which means that it can be used
106- with HHVM. A separate `mongofill-hhvm
107- <https://github.com/mongofill/mongofill-hhvm>`_ package provides a `libbson
108- <https://github.com/mongodb/libbson>`_ extension for HHVM, which allows for
109- more performant BSON encoding and decoding.
110-
11187- `MongoQueue <https://github.com/lunaru/mongoqueue>`_ is a PHP queue that
11288 allows for moving tasks and jobs into an asynchronous process for completion
11389 in the background. The queue is managed by MongoDB.
@@ -160,3 +136,9 @@ Miscellaneous Projects
160136- `PeclMongoPhpDoc <https://github.com/localgod/PeclMongoPhpDoc>`_ provides
161137 skeleton classes for the ``mongo`` extension, which may be used to support
162138 autocomplete and inline documentation for IDEs.
139+
140+ - `PHPfastcache <https://github.com/PHPSocialNetwork/phpfastcache>`_ provides a simple,
141+ high-performance backend cache system for MongoDB.
142+
143+ - `XHGui <https://github.com/perftools/xhgui>`_, a web interface for the XHProf profiler
144+ that stores profiling data in MongoDB.
0 commit comments