thetminnhtun/hello-world

My first composer project

Maintainers

Package info

github.com/thetminnhtun/hello-world

pkg:composer/thetminnhtun/hello-world

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-25 10:39:13 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