Coder Social home page Coder Social logo

bsormagec / mongo-php-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mongodb/mongo-php-library

0.0 2.0 0.0 1.57 MB

MongoDB PHP library

Home Page: https://docs.mongodb.com/php-library/

License: Apache License 2.0

Shell 0.41% Makefile 0.05% PHP 99.54%

mongo-php-library's Introduction

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).

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).

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

For further information about the architecture of this library and the mongodb extension, see:

Documentation

Installation

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

$ 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:

$ composer require mongodb/mongodb

Reporting Issues

Please use the following form to report any issues:

mongo-php-library's People

Contributors

abellion avatar alcaeus avatar algatux avatar bjori avatar carusogabriel avatar corpsee avatar derickr avatar doublecompile avatar empatogen avatar gmsantos avatar j-licht avatar jdestefano-mongo avatar jmikola avatar kozzi11 avatar kvwalker avatar malarzm avatar mlaopane avatar petr-buchin avatar remicollet avatar schmalliso avatar serebro avatar smottt avatar tuyakhov avatar villfa avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.