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

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

This package is auto-updated.

Last update: 2024-11-13 13:30:26 UTC


README

Getting Started

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

use arnabmunshi\HelloWorldPackage\HelloWorld;

HelloWorld::sayHello();

Resources