PHPackages                             walerij/hello - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. walerij/hello

ActiveLibrary

walerij/hello
=============

hello functions

1.0.3(5y ago)07mitPHP

Since Mar 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/walerij/hello)[ Packagist](https://packagist.org/packages/walerij/hello)[ RSS](/packages/walerij-hello/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Набор функций для приветствия
=============================

[](#набор-функций-для-приветствия)

автор: Валерий
--------------

[](#автор-валерий)

### версия 1.0.0

[](#версия-100)

Возможности библиотеки
----------------------

[](#возможности-библиотеки)

1. функция hello() возвращает "привет" любому переданному имени
2. hello\_par() состоит из двух параметров 1)имя, 2) слово приветствия

Установка
=========

[](#установка)

Установка через composer

```
composer require walerij/hello

```

---

или отредактировать composer.json

```
"require":
{
    "walerij/hello":"*"
}

```

и запустить команду

```
composer update

```

Быстрый старт
=============

[](#быстрый-старт)

```
require "vendor\autoload.php";

$h= new Hello();

echo $h->hello("Денис"); //Привет, Денис

echo $h->hello_par("Виктор","Добрый день"); //Добрый день, Виктор!
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~10 days

Total

2

Last Release

1872d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10817532?v=4)[Walerij](/maintainers/Walerij)[@walerij](https://github.com/walerij)

---

Top Contributors

[![walerij](https://avatars.githubusercontent.com/u/10817532?v=4)](https://github.com/walerij "walerij (10 commits)")

### Embed Badge

![Health badge](/badges/walerij-hello/health.svg)

```
[![Health](https://phpackages.com/badges/walerij-hello/health.svg)](https://phpackages.com/packages/walerij-hello)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
