The only supported installation method is via Composer. Run the following command to require parser-latte in your project:
composer require religisaci/parser-latte
<?php
use Religisaci\ParserLatte\Startup as ParserLatte;
ParserLatte::startup('way/to/templates/latte/');
Way to templates must end with a slash.