michaelbrooks/helloworld

A simple package that returns Hello, World!

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/michaelbrooks/helloworld

1.0.0 2021-09-02 16:35 UTC

This package is auto-updated.

Last update: 2025-09-29 02:43:57 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!