michaelbrooks/helloworld

A simple package that returns Hello, World!

1.0.0 2021-09-02 16:35 UTC

This package is auto-updated.

Last update: 2024-04-29 05:05:32 UTC


README

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!