Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 386 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 386 Bytes

Need a new way to say "Hello, World!"?

Look no further than this package.

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!