Skip to content

Commit 9bfab1a

Browse files
authored
Updating PHP libraries, 2023 (#866)
* Update PHP libraries
1 parent 385e1a0 commit 9bfab1a

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

source/php-libraries.txt

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -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
9084
Stand-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

Comments
 (0)