alexander-tolmachev/my-first-package

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

Maintainers

Package info

github.com/carabidaee/my-first-package

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

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-20 16:45:49 UTC


README

Требования

  • PHP 7.0 и выше

Установка

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

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

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