MichaelBrooks/helloworld

一个简单的包,返回“Hello, World!”

1.0.0 2021-09-02 16:35 UTC

This package is auto-updated.

Last update: 2024-09-29 06:08:58 UTC


README

无需再找,这个包就足够了。

安装简单,只需输入 composer require michaelbrooks/helloworld 并创建一个新的PHP文件...

<?php
use MichaelBrooks\HelloWorld\sayHelloWorld;

echo sayHelloWorld::helloWorld();

它非常流畅,易于使用。它还通过了100%的测试!