joko-icube/hello-world

Training composer

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/joko-icube/hello-world

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

This package is auto-updated.

Last update: 2025-12-29 03:00:12 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 !!!!!.