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

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

swede2k/laravel-hello
=====================

Laravel Hello World simple package

010PHP

Since Sep 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/swede2k/laravel-hello)[ Packagist](https://packagist.org/packages/swede2k/laravel-hello)[ RSS](/packages/swede2k-laravel-hello/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Hello
=============

[](#laravel-hello)

Laravel Hello World simple package

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

[](#installation)

```
composer require swede2k/laravel-hello --dev
```

Usage
-----

[](#usage)

```
Hello::world();
```

Route Example:

```
Route::get('/', function () {
    return Hello::world();
});
```

Controller Example:

```
public function index()
{
    return Hello::world();
}
```

😄 😄 😄

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2859424?v=4)[Дмитрий Швед](/maintainers/swede2k)[@swede2k](https://github.com/swede2k)

---

Top Contributors

[![swede2k](https://avatars.githubusercontent.com/u/2859424?v=4)](https://github.com/swede2k "swede2k (5 commits)")

### Embed Badge

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

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

###  Alternatives

[aerni/livewire-forms

A Statamic forms framework powered by Laravel Livewire

2914.3k](/packages/aerni-livewire-forms)[jimbojsb/emogrify

CSS inliner for HTML Emails. Great with Swiftmailer and Zend Mail

1627.8k1](/packages/jimbojsb-emogrify)

PHPackages © 2026

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