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
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!