Skip to content

Commit be904c0

Browse files
author
Chris Cho
authored
DOCSP-18843 fix links (#764)
* DOCSP-18843: fix links
1 parent 46c961f commit be904c0

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

source/php-libraries.txt

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Stand-alone Libraries
3535

3636
- `Mongodm <https://github.com/purekid/mongodm>`_ is a MongoDB ORM that includes
3737
support for references, embedded documents, and multilevel inheritance.
38-
38+
3939
- `MongoDB Transistor <https://github.com/bjori/mongo-php-transistor>`_:
4040
Lightweight ODM that utilizes the driver's Persistable interface.
4141

@@ -70,21 +70,14 @@ Framework Integrations
7070
original Laravel API. This library extends the original Laravel classes, so
7171
it uses exactly the same methods.
7272

73-
- `laravel-mongo <https://github.com/lindelius/laravel-mongo>`_: Convenience
74-
library for working with MongoDB documents in Laravel and the Lumen
75-
micro-framework. This library is built on top of the official MongoDB PHP
76-
library and includes an abstract model, a helper class for handling bulk
77-
writes, database wrappers for Laravel and Lumen, and some necessary helper
78-
functions.
79-
8073
- Symfony
8174

8275
- `MongoDB Bundle <https://github.com/facile-it/mongodb-bundle>`_: A
8376
simple bundle service integration for the official `PHP library
8477
<https://github.com/mongodb/mongo-php-library>`_. Allows you to configure
8578
connections to different databases or clusters and includes a convenient
8679
query profiler.
87-
80+
8881
- Yii2
8982

9083
- `MongoDB Extension for Yii 2

0 commit comments

Comments
 (0)