efremov/day3

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

Simple class to print "Hello, world"

Maintainers

Package info

github.com/efremoz/php-course-day-3

pkg:composer/efremov/day3

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1 2020-07-24 15:08 UTC

This package is auto-updated.

Last update: 2026-03-01 00:32:18 UTC


README

Установка

Coming soon

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

use Demo\HelloWorldService;

require_once 'vendor/autoload.php';

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