amolgunjal/hello-world

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

Hello World Package

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/amolgunjal/hello-world

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

This package is auto-updated.

Last update: 2025-09-14 23:22:06 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();