Skip to content

Instantly share code, notes, and snippets.

@yvoyer
yvoyer / CalculationCommand.php
Last active November 22, 2019 01:45 — forked from webdevilopers/AbstractCreateCalculationHandler.php
Domain Driven Design Command Bus and Handler example in Symfony
<?php
/**
* This class is used as date_class in form component
*/
class CalculationCommand
{
const BASIC_TYPE = 'basic_calculaction_type';
public $subTotal;

Awesome PHP Libraries

A list of amazingly awesome PHP libraries that you should consider using (and some other shiny extras).