siarie/hello-universe

Say hello to universe.

v1.1.0 2021-10-09 23:54 UTC

This package is auto-updated.

Last update: 2024-06-10 06:02:26 UTC


README

Say hello to universe.

Install

$ composer require siarie/hello-universe

Usage

<?php

require_once __DIR__ . "your vendor path";

use Siarie\HelloUniverse;

$hello = HelloUniverse::sayHello();

echo $hello;

Licence

See the LICENSE file.