xemotangch/hello-world

composer hello world

1.0.0 2023-03-06 08:37 UTC

This package is auto-updated.

Last update: 2025-08-06 15:58:57 UTC


README

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

安装

$ composer require XemoTangch/hello-world

使用

<?php

use HelloWorld\Start;

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