Skip to content

Instantly share code, notes, and snippets.

View AlbertMorenoDEV's full-sized avatar

Albert Moreno AlbertMorenoDEV

View GitHub Profile
@AlbertMorenoDEV
AlbertMorenoDEV / ddd_cqrs_event-sourcing_in_php.md
Created February 22, 2017 22:00 — forked from jsor/ddd_cqrs_event-sourcing_in_php.md
DDD, CQRS and Event Sourcing in PHP

DDD, CQRS and Event Sourcing in PHP

  • Broadway - Infrastructure and testing helpers for creating CQRS and event sourced applications
  • EventCentric.Core - Event Sourcing and CQRS in PHP
  • LiteCQRS - Small convention based CQRS library for PHP
  • predaddy - Common DDD classes including an annotation driven message bus and tools for CQRS and Event Sourcing
  • ProophEventSourcing - Provides basic functionality for event-sourced aggregates
  • ProophEventStore - PHP 5.4+ EventStore Implementation
  • ProophServiceBus - PHP Enterprise Service Bus Implementation supporting CQRS and DDD
@AlbertMorenoDEV
AlbertMorenoDEV / multiple_ssh_setting.md
Last active January 23, 2017 22:01 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"