alexander-tolmachev/my-first-package

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

v1.0.1 2022-11-20 09:42 UTC

This package is auto-updated.

Last update: 2025-06-20 15:17:48 UTC


README

Требования

  • PHP 7.0 и выше

Установка

$ composer require alexander-tolmachev/my-first-package

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

<?php
$processor = new GreetingProcessor();
echo $processor->getGreeting('Max');