joko-icube/hello-world

v1.1 2021-10-01 07:53 UTC

This package is auto-updated.

Last update: 2024-04-29 04:53:41 UTC


README

This is a hello world package for php composer. Training-composer

How to use

$ composer require joko-icube/hello-world
$ nano test.php
<?php
require_once "vendor/autoload.php";

$hello = new Joko\Demo\Hello();
echo $hello->hello();

echo "\n";
$ php test.php

It will print Hello World !!!!!.