Skip to content

Instantly share code, notes, and snippets.

View 5-digits's full-sized avatar
🏠
Working from home

Houssem Cherif 5-digits

🏠
Working from home
  • France
View GitHub Profile
@webdevilopers
webdevilopers / proop.yml
Created March 9, 2017 11:10
Implementing Event Store and Event Sourcing with Prooph in Symfony
prooph_service_bus:
command_buses:
rewotec_command_bus:
plugins:
- 'prooph_event_store_bus_bridge.transaction_manager'
router:
type: 'prooph_service_bus.command_bus_router'
routes:
'Rewotec\PersonnelManagement\Application\Employee\SignEmploymentContract': 'rewotec.command.sign_employment_contract_handler'
event_buses: