petrov-aa/otus-hw4-2

Petrov-AA, Otus Backend PHP Course, 2019, HW4-2

v1.0 2019-05-08 19:45 UTC

This package is not auto-updated.

Last update: 2024-10-04 20:59:38 UTC


README

Simple HelloWorld-like PHP library for Homework4-2 of OTUS PHP Backend Course, 2019

Installation

Install this library with composer like

composer require petrov-aa/otus-hw4-2

Usage

\PetrovAA\HW4_2\TheHello::run();

This should output: Hello from https://github.com/petrov-aa/otus-hw4-2