nirav-chavda/hello-world-demo

There is no license information available for the latest version (dev-master) of this package.

This is just a demo package

Maintainers

Package info

github.com/nirav-chavda/DemoPackage

pkg:composer/nirav-chavda/hello-world-demo

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-03-23 11:25 UTC

This package is not auto-updated.

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


README

This is my first custom package for displaying Hello World using composer.

Installation

Use the php dependency manager composer to install package.

composer require "nirav-chavda/hello-world-demo @dev"

Usage

    require_once __DIR__ . '/../vendor/autoload.php';

    use HelloWorld\SayHello;

Add the above lines at the top of your php file and then to call it , use

    SayHello::world();