PHPackages                             lumki/lumki - 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. lumki/lumki

ActiveLibrary

lumki/lumki
===========

This is my package lumki

055[3 PRs](https://github.com/kevinjn0123/lumki/pulls)CSS

Since Dec 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kevinjn0123/lumki)[ Packagist](https://packagist.org/packages/lumki/lumki)[ RSS](/packages/lumki-lumki/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (5)Used By (0)

This is my package lumki
========================

[](#this-is-my-package-lumki)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bd454eaca9b81a2f37fb03539495058d95aa34b6d527bc66a0ee1163c4c89794/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c756d6b692f6c756d6b692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lumki/lumki)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8eb4f847c3eee1a485af206c067641cabcb745d6f6f8f3f3059b5333ccbe1504/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c756d6b692f6c756d6b692f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/lumki/lumki/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/54195d0215b8463371c61a9cec293141bbbfae9ef5b10d9360f4d69e545b5fc7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c756d6b692f6c756d6b692f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/lumki/lumki/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/328c3505ef7de048c9dbf1c8ff0094d156a1f1ebbe06ae21332ed50711b4979f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c756d6b692f6c756d6b692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lumki/lumki)

---

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this lumki
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
3. Remove this block of text.
4. Have fun creating your package.
5. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/bbda928e115f7b34cb22ec7639eaf94a1bfa5a8bac743506744da4abfc87325a/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c756d6b692e6a70673f743d31)](https://spatie.be/github-ad-click/lumki)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require lumki/lumki
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="lumki_without_prefix-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="lumki_without_prefix-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="example-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$lumki = new Lumki\Lumki();
echo $lumki->echoPhrase('Hello, Lumki!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Kevinjn0123](https://github.com/kevinjn0123)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 76.8% 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://www.gravatar.com/avatar/97b35c2363e51ad5a05b1aa803b7f7981da44bf3870bc79baf1767147a5fd776?d=identicon)[lumki](/maintainers/lumki)

---

Top Contributors

[![kevinjn3640](https://avatars.githubusercontent.com/u/82707769?v=4)](https://github.com/kevinjn3640 "kevinjn3640 (73 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")

### Embed Badge

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

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

PHPackages © 2026

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