matryoshka-model / mongo-transactional
Perform transactional operations with 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-10-26 18:17:35 UTC
README
MongoTransactional ------------------PHP library for transactional operations with MongoDB.
WIP
Why?
Because we can. Deal with it.
Install
To install it using composer add the following to your composer.json file:
"require": {
"matryoshka-model/mongo-transactional": "~0.2.0"
}
Continuous integration
CI provided through TravisCI.
This wrapper is tested against the following MongoDB PHP clients: 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.