xemotangch/hello-world

composer hello world

Maintainers

Package info

github.com/XemoTangch/hello-world

pkg:composer/xemotangch/hello-world

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2023-03-06 08:37 UTC

This package is auto-updated.

Last update: 2026-03-06 17:24:56 UTC


README

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

安装

$ composer require XemoTangch/hello-world

使用

<?php

use HelloWorld\Start;

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