michaelbrooks / helloworld
A simple package that returns Hello, World!
1.0.0
2021-09-02 16:35 UTC
Requires
- php: >=7.3
- phpunit/phpunit: ^9.5.9
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!