mongodb

pecl install mongodb

MongoDB driver for PHP

The purpose of this driver is to provide exceptionally thin glue between MongoDB
and PHP, implementing only fundamental and performance-critical components
necessary to build a fully-functional MongoDB driver.

Maintainer

  • Andreas Braun (lead )
  • Jeremy Mikola (lead )
  • Derick Rethans (lead ) [inactive]
  • Hannes Magnusson (lead ) [inactive]
  • Katherine Walker (developer ) [inactive]
  • Jeremy Mikola (developer ) [inactive]
  • Derick Rethans (lead ) [inactive]
  • Hannes Magnusson (lead ) [inactive]

Details

Stars: 853
Issue openned: 6
Downloads: 14593745
0.5.1
9 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 5.6
Loading...
PHP 5.5
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 5.6
Loading...
PHP 5.5
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 0.5.1 change log


* PHPC-241: Don't try to use local timezone
* PHPC-241: mongodb.debug improvements
* PHPC-270: Several test fail because of missing enableTestCommands
* PHPC-270: add TESTCOMMANDS() skipif to confirm mongod is running with required options
* PHPC-269: Fix travis setup
* PHPC-268: Update tests to declare which environments they need
* PHPC-268: Add NEEDS() function to check if that environment is available
* PHPC-247: Remove 'faker' as prerequisite from running our full test suite
* PHPC-247: Remove on-the-fly composer generated fixtures
* PHPC-247: Use the bundled pregenerated fixtures
* PHPC-89: Bundle generated fixtures and make them easily loadable
* PHPC-260: Allow/use "object" in setTypeMap() as alias/preferred for "stdclass"
* PHPC-267; _id generated on embedded document
* PHPC-265: BSON encoding unsupoprted types (Resource) should fail
* PHPC-266: Add MongoDB\Driver\UnexpectedValueException
* PHPC-75: Improve code coverage
* PHPC-258: make all filed needed for test as role="test"
* PHPC-259: add --with-libbson option

requires:

  • php >=5.3.0<=5.99.99
  • pearinstaller >=1.4.8