mapkyca/known-mongo-php-library
Composer 安装命令:
composer require mapkyca/known-mongo-php-library
包简介
Known version of the mongo php libray, in its own repo since no versioned build in packageist seems to work
README 文档
README
** This is the version of the driver that was used by the Known project c.2019/03/01, ported here since no version on packageist seems to be compatible **
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=^1.0.0"
Reporting Issues
Please use the following form to report any issues:
mapkyca/known-mongo-php-library 适用场景与选型建议
mapkyca/known-mongo-php-library 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 12.86k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2019 年 03 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「mongo」 「known」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 mapkyca/known-mongo-php-library 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 mapkyca/known-mongo-php-library 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 mapkyca/known-mongo-php-library 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Known customisation of MrClay's AutoP, placed here for composer support
MongoDB extension for the Yii framework
Add beauty to momgodb query arrays.
A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
Clean up profile URLs on Knowns profile page and add favicons
Replace the white Known header with a smaller version when not logged in
统计信息
- 总下载量: 12.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 18
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2019-03-15