PHP code example of awd-studio / es-lib
1. Go to this page and download the library: Download awd-studio/es-lib library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
awd-studio / es-lib example snippets
# Storage / DB layer
## Reading
\AwdEs\Event\Storage\Fetcher\EventFetcher::class
\AwdEs\Event\Storage\Fetcher\Handling\CriteriaHandlingCase::class
## Writing
\AwdEs\Event\Storage\Recorder\EventRecorder::class
# Metadata
## Applying
\AwdEs\Event\Applying\EventApplier::class
## Reading metadata
\AwdEs\Event\Handling\EventHandlerMethodResolver::class
\AwdEs\Meta\Event\EventMetadataResolver::class