arnabmunshi/hello-world-package

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

A hello word composer private package

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/arnabmunshi/hello-world-package

v0.2.0 2022-05-13 07:58 UTC

This package is auto-updated.

Last update: 2025-12-13 15:43:35 UTC


README

Getting Started

composer require arnabmunshi/hello-world-package
require 'vendor/autoload.php';

use arnabmunshi\HelloWorldPackage\HelloWorld;

HelloWorld::sayHello();

Resources