Libraries tagged by orm transactional
tommyknocker/pdo-database-class
6141 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
shopsys/migrations
260286 Downloads
Symfony bundle providing commands for transactional Doctrine database migrations
fivelab/transactional
39530 Downloads
Adds transactional layers to you application
spiral/orm
79149 Downloads
ORM, schema scaffolding, transactional, relations, late relations
icecave/reverb
350 Downloads
A transaction executor for the Doctrine ORM.
fivepercent/transactional
177 Downloads
Adds transactional layers to you application
artiskool/storm
81 Downloads
Simple Transactional Object Relational Mapper
cycle/transaction
355 Downloads
Transaction abstraction for Cycle ORM: run DBAL operations and a scoped Entity Manager within a single database transaction.
ysm/with-transaction
23 Downloads
Laravel trait to automatically wrap model operations in transactions.
nowo-tech/doctrine-deadlock-retry-bundle
7 Downloads
Symfony bundle that retries Doctrine flush and custom operations on DBAL deadlock exceptions with configurable profiles.
isolate/isolate
4125 Downloads
Isolate is an abstraction layer for data persistence. Operations related to tracking changes and saving data are done in transactions which makes your code not aware of sotrage type.
litgroup/transaction-doctrine-orm-bridge
263 Downloads
The bridge between the library 'litgroup/transaction' and Doctrine ORM.
alxarafe/resource-eloquent
100 Downloads
Eloquent ORM adapter for alxarafe/resource-controller. Implements RepositoryContract, QueryContract, and TransactionContract using Illuminate Database.