mongo-php-library

MongoDB PHP library

  • 所有者: mongodb/mongo-php-library
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

MongoDB PHP Library

Build Status

This library provides a high-level abstraction around the lower-level
PHP driver (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.

Additional information about the architecture of this library and the mongodb
extension may be found in
Architecture Overview.

Documentation

Installation

The preferred method of installing this library is with
Composer by running the following from your project
root:

$ composer require mongodb/mongodb

Additional installation instructions may be found in the
library documentation.

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

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

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.

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

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.

Development

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

主要指標

概覽
名稱與所有者mongodb/mongo-php-library
主編程語言PHP
編程語言Makefile (語言數: 5)
平台
許可證Apache License 2.0
所有者活动
創建於2014-12-04 19:55:40
推送於2025-04-30 08:27:11
最后一次提交
發布數58
最新版本名稱2.0.0 (發布於 2025-04-10 08:36:10)
第一版名稱0.1.0 (發布於 2014-12-11 17:28:25)
用户参与
星數1.6k
關注者數70
派生數266
提交數2.7k
已啟用問題?
問題數367
打開的問題數2
拉請求數1132
打開的拉請求數2
關閉的拉請求數175
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?