silarhi/hello-world

A simple hello-world for composer

Maintainers

Package info

github.com/silarhi/php-hello-world

Homepage

pkg:composer/silarhi/hello-world

Statistics

Installs: 105

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

1.5.1 2020-02-22 14:03 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";