Best laravel framework open-source packages.

Updated 3 years ago

php-mongodb-transactions

Install

And add the service provider in config/app.php:

Viest\Transactions\MongodbTransactionsServiceProvider::class
Use
$uuid = 'UUID';

Model::openTransactions($uuid);

AccountModel::where('a_uid', 123)->increment('a_money', 100);
// ........

Model::rollback($uuid);
Tags mongodb php