PHPackages                             the-usual/greet - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. the-usual/greet

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

the-usual/greet
===============

A greet

v1.1.1(4y ago)06MITPHPPHP &gt;=7.2

Since Oct 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/uekichinos/tus.greet)[ Packagist](https://packagist.org/packages/the-usual/greet)[ RSS](/packages/the-usual-greet/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

TUS.Greet
=========

[](#tusgreet)

[![Run tests](https://github.com/uekichinos/tus.greet/actions/workflows/default.yml/badge.svg)](https://github.com/uekichinos/tus.greet/actions/workflows/default.yml)[![StyleCI](https://camo.githubusercontent.com/b01700f30a5a45e6efe8e15f7e5e56410720c5c7f2288a4b68d737c25e213c6c/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3431353533303336382f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/415530368?branch=main)[![Packagist](https://camo.githubusercontent.com/c57449a0fcfc3c0d2f4306710f8eaec9dc2f4f51762379619b035530de1f7989/68747470733a2f2f706f7365722e707567782e6f72672f7468652d757375616c2f67726565742f642f746f74616c2e737667)](https://packagist.org/packages/the-usual/greet)

Build for Laravel, this package is all about the usual "Good ..." greeting based on time and with option to add name at the end link "Good ..., John Doe". [coffee for me?](https://www.buymeacoffee.com/uekichinos)

Link to [Packagist](https://packagist.org/packages/the-usual/greet)

Installation
------------

[](#installation)

Install via composer

```
composer require the-usual/greet
```

### Publish package assets

[](#publish-package-assets)

```
php artisan vendor:publish --provider="TheUsual\Greet\ServiceProvider"
```

Usage
-----

[](#usage)

```
namespace App\Http\Controllers;

use Illuminate\Http\Request;
use TheUsual\Greet\Greet;

class HomeController extends Controller
{
    public function greet()
    {
        echo Greet::hello('John Doe');
    }
}

```

This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~0 days

Total

5

Last Release

1716d ago

Major Versions

v0.0.6 → v1.0.02021-10-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1107546?v=4)[Ueki Chinos](/maintainers/uekichinos)[@uekichinos](https://github.com/uekichinos)

---

Top Contributors

[![uekichinos](https://avatars.githubusercontent.com/u/1107546?v=4)](https://github.com/uekichinos "uekichinos (24 commits)")

---

Tags

afternooneveninggreetgreetinghacktoberfest-acceptedmorningnightgreet

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/the-usual-greet/health.svg)

```
[![Health](https://phpackages.com/badges/the-usual-greet/health.svg)](https://phpackages.com/packages/the-usual-greet)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M267](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M989](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M362](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)

PHPackages © 2026

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