PHPackages                             amiiiiink/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. amiiiiink/hello-world

ActiveLibrary

amiiiiink/hello-world
=====================

A simple Hello World Laravel package

v1.1.6(9mo ago)014MITPHPPHP ^8.2

Since Aug 5Pushed 9mo agoCompare

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

READMEChangelogDependencies (2)Versions (16)Used By (0)

Hello World Package
===================

[](#hello-world-package)

A simple Laravel package that returns a **"Hello World"** message.
This package is created for learning purposes and can be extended for more complex use cases.

---

📦 Installation
--------------

[](#-installation)

You can install the package via Composer:

```
composer require amiiiiink/hello-world
```

### If you want to customize the message, you can publish the config file

[](#if-you-want-to-customize-the-message-you-can-publish-the-config-file)

```
php artisan vendor:publish --tag=hello-world-config
 php artisan vendor:publish --tag="helloworld"

```

add

```
@import "../vendor/helloworld/helloworld.css";

```

into resources/css/app.css

then

```
npm install

```

then

```
npm run build

```

in web.php add below

```
Route::get('/hello-world', function () {
    return view('helloworld::hello', [
        'title' => 'سلام از پکیج',
        'subtitle' => 'نسخهٔ جدید با Tailwind CSS'
    ]);
});

```

🚀 Usage

```
use VendorName\HelloWorld\Facades\HelloWorld;

echo HelloWorld::sayHello('amiiiiink');
// Output: Hello World

```

### Helper Function

[](#helper-function)

```
 echo sayHello('amiiiiink');
// Output: Hello World

```

### to find out helpers

[](#to-find-out-helpers)

```
php artisan package:generate-helpers

```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance62

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

15

Last Release

271d ago

PHP version history (2 changes)v1.0.0PHP ^8.3

v1.0.3PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a68762ff9849034c7fab30540619ae9cb41f0af9ee4fc9f57c6498517387eec?d=identicon)[amiiiiink](/maintainers/amiiiiink)

---

Top Contributors

[![amiiiiink](https://avatars.githubusercontent.com/u/34211819?v=4)](https://github.com/amiiiiink "amiiiiink (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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