amolgunjal/hello-world

There is no license information available for the latest version (v1.0.0) of this package.

Hello World Package

v1.0.0 2020-07-12 07:04 UTC

This package is auto-updated.

Last update: 2024-09-14 21:21:07 UTC


README

Hello World Package

reqiure the below package name and its dev-master version

"amolgunjal/hello-world": "dev-master"

In test.php

require_once DIR . '/vendor/autoload.php'; // Autoload files using Composer autoload

use HelloWorld\HelloWorld;

echo HelloWorld::world();