PHP code example of innmind / genome
1. Go to this page and download the library: Download innmind/genome 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/ */
innmind / genome example snippets
# genome.php
use Innmind\Genome\{
Genome,
Gene,
};
return new Genome(
new Gene\PHP(7, 4),
new Gene\Composer,
Gene\ComposerPackage::global('innmind/installation-monitor'),
);
sh
genome express path/to/genome.php --host=ssh://user@machine/