Libraries tagged by orm transactional
tommyknocker/pdo-database-class
6315 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
268800 Downloads
Symfony bundle providing commands for transactional Doctrine database migrations
fivelab/transactional
40471 Downloads
Adds transactional layers to you application
spiral/orm
79398 Downloads
ORM, schema scaffolding, transactional, relations, late relations
kinetis/orm
56 Downloads
A data mapper over kinetis/query-builder: attributed plain PHP entities compiled into portable metadata, typed repositories and entity queries, constructor-free hydration, explicit belongs-to, has-one, has-many and many-to-many relationships loaded eagerly through batched secondary queries, owned relationships that persist, reorder and remove a whole aggregate as one graph, owning join collections that write their join table as part of it, a unit of work with an identity map, snapshot change tracking and a dependency-ordered transactional flush, factory-owned transaction sessions with locking entity reads, and per-entity connection affinity with one factory and one manager per connection. Usable standalone; kinetis/database-bridge wires it into Kinetis.
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
535 Downloads
Transaction abstraction for Cycle ORM: run DBAL operations and a scoped Entity Manager within a single database transaction.
alxarafe/resource-eloquent
241 Downloads
Eloquent ORM adapter for alxarafe/resource-controller. Implements RepositoryContract, QueryContract, and TransactionContract using Illuminate Database.
kinetis/database-bridge
96 Downloads
Kinetis wiring for kinetis/persistence and kinetis/orm: DB_* connection configuration and the default link binding, closed with the application scope, SQL spans through Kinetis telemetry, a lazy request-scoped TransactionGuard whose cleanup is registered once a scope resolves it, and, with kinetis/orm installed, AOT-compiled entity metadata, an ORM factory for every connection an entity names and a lazy request-scoped registry of entity managers.
ysm/with-transaction
23 Downloads
Laravel trait to automatically wrap model operations in transactions.
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.
sobhanmohammadi/arxaron
1 Downloads
Arxaron — a secure, robust, high-performance PHP database library built directly on mysqli (no PDO), with a fluent query builder, active-record models, transactions, and optional Redis (predis) caching.