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
Requires
- php: >=5.3.0
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