1 2 3 4 5 6 7
<?php declare(strict_types = 1); require_once __DIR__ . '/../src/ZipStream.php'; # print zipstream version echo \Pablotron\ZipStream\VERSION . "\n";