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

Maintainers

Package info

github.com/arnabmunshi/hello-world-package

pkg:composer/arnabmunshi/hello-world-package

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-13 16:14:19 UTC


README

Getting Started

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

use arnabmunshi\HelloWorldPackage\HelloWorld;

HelloWorld::sayHello();

Resources