thetminnhtun/hello-world

My first composer project

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/thetminnhtun/hello-world

v0.1.5 2019-03-05 10:20 UTC

This package is auto-updated.

Last update: 2025-10-25 10:00:48 UTC


README

This is my first composer testing project

Installation

With Composer

$ composer require thetminnhtun/hello-world
<?php 
require_once __DIR__ . '/vendor/autoload.php'; // Autoload files using Composer autoload
use HelloWorld\SayHello;
echo SayHello::world();

from tutoiral