matryoshka-model / mongo-transactional
使用 MongoDB 执行事务操作
v0.2.1
2016-03-24 17:26 UTC
Requires
- php: >=5.5.0
- matryoshka-model/matryoshka: ~0.8.0
- matryoshka-model/mongo-wrapper: ~0.8.0
- zendframework/zend-stdlib: ~2.5
Requires (Dev)
- phpunit/phpunit: ~4.7
- satooshi/php-coveralls: dev-master
Suggests
- matryoshka-model/rest-wrapper: Matryoshka wrapper aimed at creating restful API clients
- matryoshka-model/service-api: A set of utilities aimed at consuming HTTP API services
- matryoshka-model/zf2-matryoshka-module: ZF2 module for matryoshka library
This package is not auto-updated.
Last update: 2024-09-14 17:42:57 UTC
README
MongoTransactional ------------------用于 MongoDB 事务操作的 PHP 库。
工作中
为什么?
因为我们能做到。处理它吧。
安装
要使用 composer 安装,请将以下内容添加到您的 composer.json 文件中
"require": {
"matryoshka-model/mongo-transactional": "~0.2.0"
}
持续集成
CI 通过 TravisCI 提供。
此包装器针对以下 MongoDB PHP 客户端进行了测试:1.4.5,1.5.0,1.5.1,1.5.2,1.5.3,1.5.4,1.5.5,1.5.6,1.5.7,1.5.8,1.6.0,1.6.1,1.6.2,1.6.3,1.6.4,1.6.5,1.6.6,1.6.7,1.6.8,1.6.9。