此包最新版本(v1.0.1)没有可用的许可信息。

v1.0.1 2022-08-16 16:11 UTC

This package is not auto-updated.

Last update: 2024-09-25 02:42:32 UTC


README

$ composer require nemizar/hello-world

使用说明

<php
    $hello = new \Nemizar\HelloWorld\HelloWorld();
    $hello->announce();