Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 262 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 262 Bytes
<?php
use cykonetic\SpeciesSimulator\Simulator;
use cykonetic\SpeciesSimulator\Helper\Configuration;

$config = Configuration::buildFromYamlFile('config.yml');
$simulation = new Simulator($config);
$simulation->getSummarySimulationStats()->render();