54bccfcd6b
The purpose of this driver is to provide exceptionally thin glue between MongoDB and PHP, implementing only fundemental and performance-critical components necessary to build a fully-functional MongoDB driver. Countrary to php-mongo, mongodb one supports php 7.x as well as 5.5.x/5.6.x
6 lines
280 B
Text
6 lines
280 B
Text
The purpose of this driver is to provide exceptionally thin glue
|
|
between MongoDB and PHP, implementing only fundemental and
|
|
performance-critical components necessary to build a fully-functional
|
|
MongoDB driver.
|
|
|
|
Extension is supposed to be compatible with PHP 5.5.x, 5.6.x and 7.x
|