@@ -24,7 +24,7 @@ Stand-alone Libraries
24
24
`Laminas <https://github.com/doctrine/DoctrineMongoODMModule>`_ (formerly Zend
25
25
Framework) are also available.
26
26
27
- - `Mongo Queue PHP <https://github.com/dominionenterprises /mongo-queue-php>`_ is
27
+ - `Mongo Queue PHP <https://github.com/traderinteractive /mongo-queue-php>`_ is
28
28
a PHP message queue, which uses MongoDB as a backend.
29
29
30
30
- `Mongo PHP Adapter <https://github.com/alcaeus/mongo-php-adapter>`_ is a
@@ -33,12 +33,6 @@ Stand-alone Libraries
33
33
the API of the legacy driver on top of the new driver and library, which
34
34
allows for compatibility with PHP 7.
35
35
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
-
42
36
- `Mongolid <https://github.com/leroy-merlin-br/mongolid>`_: A fast ODM for PHP and
43
37
MongoDB, which implements both ActiveRecord and DataMapper design patterns and
44
38
supports embedded and referenced documents. An integration with
@@ -90,24 +84,6 @@ Libraries for the ``mongo`` Extension
90
84
Stand-alone Libraries
91
85
~~~~~~~~~~~~~~~~~~~~~
92
86
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
-
111
87
- `MongoQueue <https://github.com/lunaru/mongoqueue>`_ is a PHP queue that
112
88
allows for moving tasks and jobs into an asynchronous process for completion
113
89
in the background. The queue is managed by MongoDB.
@@ -160,3 +136,9 @@ Miscellaneous Projects
160
136
- `PeclMongoPhpDoc <https://github.com/localgod/PeclMongoPhpDoc>`_ provides
161
137
skeleton classes for the ``mongo`` extension, which may be used to support
162
138
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