DBAL Support
Transactions, Asynchronous, Dead Letter Queue PHP DBAL
Installation
composer require ecotone/dbalModule Powered By
Configuration
Message Channel
class MessagingConfiguration
{
#[ServiceContext]
public function orderChannel()
{
return DbalBackedMessageChannelBuilder::create("orders");
}
}Message Channel Configuration
Transactions
Document Store
Standard Aggregate Repository
In Memory Document Store
Document Store related Aggregates
Table initialization
Last updated
Was this helpful?