efremov/day3

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

Simple class to print "Hello, world"

0.1 2020-07-24 15:08 UTC

This package is auto-updated.

Last update: 2025-06-29 02:06:56 UTC


README

Установка

Coming soon

Использование

use Demo\HelloWorldService;

require_once 'vendor/autoload.php';

$service = new HelloWorldService();
$service->welcome();