Skip to content

Commit bf14bc1

Browse files
committed
Update links to PHP driver and library in drivers table
The ecosystem page explains the relation between the driver and library. Based on their design, documentation for both are relevant to users. They are also installed independently, perhaps unlike other languages that also have separate high- and low-level packages (e.g. mongodb-core for Node.js).
1 parent 4e73139 commit bf14bc1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/includes/driver-table.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@
3838
- `Current Perl Driver API <https://metacpan.org/pod/MongoDB>`_
3939

4040
* - :ecosystem:`PHP </drivers/php?jmp=docs>`
41-
- `PHP Driver Releases <http://pecl.php.net/package/mongo?jmp=docs>`_
42-
- `PHP Driver Source Code <https://github.com/mongodb/mongo-php-driver?jmp=docs>`_
43-
- `Current PHP Driver API <http://php.net/mongo?jmp=docs>`_
41+
- `PHP Driver Releases <https://pecl.php.net/package/mongodb?jmp=docs>`_,
42+
`PHP Library Releases <https://packagist.org/packages/mongodb/mongodb?jmp=docs>`_
43+
- `PHP Driver Source Code <https://github.com/mongodb/mongo-php-driver?jmp=docs>`_,
44+
`PHP Library Source Code <https://github.com/mongodb/mongo-php-library?jmp=docs>`_
45+
- `Current PHP Driver API <https://php.net/manual/en/set.mongodb.php?jmp=docs>`_,
46+
`Current PHP Library API <https://docs.mongodb.com/php-library/current/?jmp=docs>`_
4447

4548
* - :ecosystem:`Python </drivers/python?jmp=docs>`
4649
- `Python Driver Releases <https://pypi.python.org/pypi/pymongo/?jmp=docs>`_

0 commit comments

Comments
 (0)