alexander-tolmachev/my-first-package

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

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/alexander-tolmachev/my-first-package

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

This package is auto-updated.

Last update: 2025-12-20 16:18:10 UTC


README

Требования

  • PHP 7.0 и выше

Установка

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

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

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