xemotangch/hello-world

1.0.0 2023-03-06 08:37 UTC

This package is auto-updated.

Last update: 2024-06-06 13:43:39 UTC


README

测试上传自己的composer依赖包。

安装

$ composer require XemoTangch/hello-world

使用

<?php

use HelloWorld\Start;

$start = new Start();
$start->run();