thetminnhtun/hello-world

My first composer project

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

This package is auto-updated.

Last update: 2024-09-25 07:52:22 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