silarhi/hello-world

A simple hello-world for composer

1.5.1 2020-02-22 14:03 UTC

This package is auto-updated.

Last update: 2024-04-08 00:28:09 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";