siarie/hello-universe

Say hello to universe.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/siarie/hello-universe

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

This package is auto-updated.

Last update: 2025-12-10 09:22:14 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.