Installation is easy, simply type composer require michaelbrooks/helloworld
and create your new php file with the following...
<?php
use MichaelBrooks\HelloWorld\sayHelloWorld;
echo sayHelloWorld::helloWorld();
It's very fluent, and easy to use. It also has 100% passing tests!