PHPackages                             meedeley/hello-world - 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. [CLI &amp; Console](/categories/cli)
4. /
5. meedeley/hello-world

ActiveLibrary[CLI &amp; Console](/categories/cli)

meedeley/hello-world
====================

Just a simple library to generate greetings or messages in Laravel using Artisan command.

1.0.3(9mo ago)13MITPHPPHP ^8.0

Since Jul 16Pushed 9mo agoCompare

[ Source](https://github.com/meedeley/laravel-helloworld)[ Packagist](https://packagist.org/packages/meedeley/hello-world)[ RSS](/packages/meedeley-hello-world/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Print Hello World Laravel Package
=================================

[](#print-hello-world-laravel-package)

> A package that does exactly what you think it does — it says **Hello World** (wow, groundbreaking).

This is a very serious Laravel package designed for extremely critical situations like saying *hello* to your users. Just run a command, and boom — your CLI feels loved.

What does it do?
----------------

[](#what-does-it-do)

- Prints `Hello [name]`
- Knows its own version (which is pretty cool for something that can't think)
- Can be extended or replaced by something actually useful (but we know you won't)

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

[](#installation)

```
composer require meedeley/hello-world
```

source for learn :

-
-

How To Use
----------

[](#how-to-use)

### Artisan Command

[](#artisan-command)

```
php artisan hello:world

or

php artisan hello:world [name]
```

### Controller File

[](#controller-file)

```
  use Meedeley\HelloWorld\Facades\HelloWorld;

  HelloWorld::greet("Everyone");
  HelloWorld::greet("Joko");
  HelloWorld::greet("Morro");

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance58

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

2

Last Release

297d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb1c10af45d804bef549bbce6db1d1136578f310c51b831f3ec45ee1eebc3b22?d=identicon)[meedeley](/maintainers/meedeley)

---

Top Contributors

[![forsuregoodpeople](https://avatars.githubusercontent.com/u/144611658?v=4)](https://github.com/forsuregoodpeople "forsuregoodpeople (16 commits)")

### Embed Badge

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

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

###  Alternatives

[jakyeru/laravel-shell

Laravel-Shell adds a terminal interface to your web application, allowing you to run shell commands directly from your browser.

166.1k](/packages/jakyeru-laravel-shell)

PHPackages © 2026

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