eloipoch / bus

Another PHP message bus library inspired in Tactician & SimpleBus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bus

Build Status Scrutinizer Code Quality

Best Practices

  • A CommandHandler only handles one command, so one unique method public like invoke with a Command as the unique argument expected is the best way to implement them.

About

Another PHP message bus library inspired in Tactician & SimpleBus


Languages

Language:PHP 100.0%