silarhi/hello-world

A simple hello-world for composer

Installs: 105

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 19

Open Issues: 0

pkg:composer/silarhi/hello-world

1.5.1 2020-02-22 14:03 UTC

This package is auto-updated.

Last update: 2025-10-08 03:54:13 UTC


README

A simple hello-world for composer

Latest Stable Version Latest Stable Version Total Downloads License

SymfonyInsight

Installation

Install with composer

composer require silarhi/hello-world

Run composer update

composer update silarhi/hello-world

Usage

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

use Silarhi\Hello;

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