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
dev-master
2019-03-23 11:25 UTC
Requires
- php: >=7.0.0
This package is not auto-updated.
Last update: 2025-04-28 15:07:19 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();
- You can also see this at test.php