相似理/hello-world

为composer的一个简单的hello-world

1.5.1 2020-02-22 14:03 UTC

This package is auto-updated.

Last update: 2024-09-08 01:27:32 UTC


README

为composer的一个简单的hello-world

Latest Stable Version Latest Stable Version Total Downloads License

SymfonyInsight

安装

使用composer安装

composer require silarhi/hello-world

运行composer update

composer update silarhi/hello-world

使用方法

require_once __DIR__ . '/vendor/autoload.php';

use Silarhi\Hello;

$hello = new Hello();
echo $hello->display() . "\n";