2017 © Pedro Peláez
 

library mongodb

MongoDB driver library

image

mongodb/mongodb

MongoDB driver library

  • Monday, July 30, 2018
  • by jmikola
  • Repository
  • 74 Watchers
  • 804 Stars
  • 4,405,996 Installations
  • PHP
  • 288 Dependents
  • 46 Suggesters
  • 181 Forks
  • 4 Open issues
  • 30 Versions
  • 12 % Grown

The README.md

MongoDB PHP Library

Tests Coding Standards, (*1)

This library provides a high-level abstraction around the lower-level PHP driver (mongodb extension)., (*2)

While the extension provides a limited API for executing commands, queries, and write operations, this library implements a full-featured API similar to that of other MongoDB drivers. It contains abstractions for client, database, and collection objects, and provides methods for CRUD operations and common commands (e.g. index and collection management)., (*3)

If you are developing an application with MongoDB, you should consider using this library, or another high-level abstraction, instead of the extension alone., (*4)

Additional information about the architecture of this library and the mongodb extension may be found in Architecture Overview., (*5)

Documentation

  • https://www.mongodb.com/docs/php-library/current/
  • https://www.mongodb.com/docs/drivers/php-drivers/

Installation

The preferred method of installing this library is with Composer by running the following from your project root:, (*6)

$ composer require mongodb/mongodb

Additional installation instructions may be found in the library documentation., (*7)

Since this library is a high-level abstraction for the driver, it also requires that the mongodb extension be installed:, (*8)

$ pecl install mongodb
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

Additional installation instructions for the extension may be found in its PHP.net documentation., (*9)

Release Integrity

Releases are created automatically and the resulting release tag is signed using the PHP team's GPG key. To verify the tag signature, download the key and import it using gpg:, (*10)

gpg --import php-driver.asc

Then, in a local clone, verify the signature of a given tag (e.g. 1.19.0):, (*11)

git show --show-signature 1.19.0

[!NOTE] Composer does not support verifying signatures as part of its installation process., (*12)

Reporting Issues

Issues pertaining to the library should be reported in the PHPLIB project in MongoDB's JIRA. Extension-related issues should be reported in the PHPC project., (*13)

For general questions and support requests, please use one of MongoDB's Technical Support channels., (*14)

Security Vulnerabilities

If you've identified a security vulnerability in a driver or any other MongoDB project, please report it according to the instructions in Create a Vulnerability Report., (*15)

Development

Development is tracked in the PHPLIB project in MongoDB's JIRA. Documentation for contributing to this project may be found in CONTRIBUTING.md., (*16)

The Versions

30/07 2018

dev-master

9999999-dev https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • ext-hash *
  • ext-json *
  • php >=5.5
  • ext-mongodb ^1.5.0

 

The Development Requires

by Katherine Walker

mongodb database driver persistence

18/07 2018

1.4.2

1.4.2.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.5.0

 

The Development Requires

by Katherine Walker

mongodb database driver persistence

10/07 2018

1.4.1

1.4.1.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.5.0

 

The Development Requires

by Katherine Walker

mongodb database driver persistence

27/06 2018

v1.3.x-dev

1.3.9999999.9999999-dev https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.4.0

 

The Development Requires

by Katherine Walker

mongodb database driver persistence

27/06 2018

1.4.0

1.4.0.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.5.0

 

The Development Requires

by Katherine Walker

mongodb database driver persistence

19/04 2018

1.3.2

1.3.2.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.4.0

 

The Development Requires

by Katherine Walker

mongodb database driver persistence

10/04 2018

dev-phplib-226-docs

dev-phplib-226-docs https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.4.0

 

The Development Requires

by Katherine Walker

mongodb database driver persistence

10/04 2018

v1.2.x-dev

1.2.9999999.9999999-dev https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.3.0

 

The Development Requires

mongodb database driver persistence

10/04 2018

v1.1.x-dev

1.1.9999999.9999999-dev https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.2.0

 

The Development Requires

mongodb database driver persistence

19/03 2018

1.3.1

1.3.1.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.4.0

 

The Development Requires

by Katherine Walker

mongodb database driver persistence

27/02 2018

dev-jmikola-patch-1

dev-jmikola-patch-1 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.4.0

 

The Development Requires

by Katherine Walker

mongodb database driver persistence

08/02 2018

1.3.0

1.3.0.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.4.0

 

The Development Requires

by Katherine Walker

mongodb database driver persistence

27/10 2017

1.2.0

1.2.0.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5
  • ext-hash *
  • ext-json *
  • ext-mongodb ^1.3.0

 

The Development Requires

mongodb database driver persistence

16/03 2017

1.2.0-alpha1

1.2.0.0-alpha1 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.2.0

 

The Development Requires

mongodb database driver persistence

16/02 2017

1.1.2

1.1.2.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.2.0

 

The Development Requires

mongodb database driver persistence

16/02 2017

v1.0.x-dev

1.0.9999999.9999999-dev https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.1.0

 

mongodb database driver persistence

16/02 2017

1.0.5

1.0.5.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.1.0

 

mongodb database driver persistence

17/01 2017

1.1.1

1.1.1.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.2.0

 

The Development Requires

mongodb database driver persistence

06/12 2016

1.1.0

1.1.0.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.2.0

 

The Development Requires

mongodb database driver persistence

05/12 2016

1.0.4

1.0.4.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.1.0

 

mongodb database driver persistence

29/09 2016

1.1.0-alpha1

1.1.0.0-alpha1 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.1.0

 

The Development Requires

mongodb database driver persistence

23/09 2016

1.0.3

1.0.3.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.1.0

 

mongodb database driver persistence

30/03 2016

1.0.2

1.0.2.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.1.0

 

mongodb database driver persistence

04/03 2016

1.0.1

1.0.1.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.1.0

 

mongodb database driver persistence

21/01 2016

1.0.0

1.0.0.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.1.0

 

mongodb database driver persistence

28/12 2015

1.0.0-beta2

1.0.0.0-beta2 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.1.1

 

mongodb database driver persistence

02/11 2015

1.0.0-beta1

1.0.0.0-beta1 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.0.0

 

mongodb database driver persistence

07/10 2015

1.0.0-alpha1

1.0.0.0-alpha1 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4
  • ext-mongodb ^1.0.0

 

mongodb database driver persistence

13/05 2015

0.2.0

0.2.0.0 https://jira.mongodb.org/browse/PHPLIB

MongoDB driver library

  Sources   Download

Apache-2.0

The Requires

  • ext-mongodb >=0.6.0

 

mongodb database driver persistence

12/12 2014

0.1.0

0.1.0.0

MongoDB CRUD interface for PHongo

  Sources   Download

BSD-2-Clause

The Requires

  • ext-phongo >=0.1.2

 

The Development Requires