2017 © Pedro Peláez
 

library mongo-php-library

MongoDB PHP library ( modified to use static property for selected server )

image

pvodicka/mongo-php-library

MongoDB PHP library ( modified to use static property for selected server )

  • Wednesday, December 13, 2017
  • by pvodicka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 180 Forks
  • 0 Open issues
  • 23 Versions
  • 0 % Grown

The README.md

Modified to use static server property for selected server to override subsequent server selection during same script execution. Not recomended for production enviroment!, (*1)

MongoDB library for PHP

This library provides a high-level abstraction around the lower-level drivers for PHP and HHVM (i.e. the mongodb extension)., (*2)

While the extension provides a limited API for executing commands, queries, and write operations, this library implements an API similar to that of the legacy PHP driver. 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)

For further information about the architecture of this library and the mongodb extension, see:, (*5)

  • http://www.mongodb.com/blog/post/call-feedback-new-php-and-hhvm-drivers

Documentation

  • https://docs.mongodb.com/php-library/

Installation

As a high-level abstraction for the driver, this library naturally requires that the mongodb extension be installed:, (*6)

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

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

$ composer require mongodb/mongodb

Reporting Issues

Please use the following form to report any issues:, (*8)

  • https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12483&issuetype=1

The Versions

13/12 2017

dev-master

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

MongoDB PHP library ( modified to use static property for selected server )

  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

13/12 2017

1.2.2

1.2.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.3.0

 

The Development Requires

mongodb database driver persistence

13/12 2017

1.2.1

1.2.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.3.0

 

The Development Requires

mongodb database driver persistence

28/11 2017

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

13/11 2017

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

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