PHPackages                             thantdev/package-laravel-example - 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. thantdev/package-laravel-example

ActiveLibrary

thantdev/package-laravel-example
================================

This is my package package-laravel-example

00[3 PRs](https://github.com/thantthuhein/package-laravel-example/pulls)PHP

Since Nov 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/thantthuhein/package-laravel-example)[ Packagist](https://packagist.org/packages/thantdev/package-laravel-example)[ RSS](/packages/thantdev-package-laravel-example/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

This is my package package-laravel-example
==========================================

[](#this-is-my-package-package-laravel-example)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cd0103c1d37b769f450608da48898df367cb0fb882f7285fd3c2e011a81472a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468616e746465762f7061636b6167652d6c61726176656c2d6578616d706c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thantdev/package-laravel-example)[![GitHub Tests Action Status](https://camo.githubusercontent.com/cbb40fb6f8309b842dce5e8a12d4923710da567c0b3bdc9bbfb925be8f5c7b8f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7468616e746465762f7061636b6167652d6c61726176656c2d6578616d706c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/thantdev/package-laravel-example/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6720374f9e1992be1cb530f3295b792d4793e1c20ec4fefa7611c5ed4a9e7e15/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7468616e746465762f7061636b6167652d6c61726176656c2d6578616d706c652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/thantdev/package-laravel-example/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/6e900c2bfafbae80667a11b8d6418235d9a7ece56e5eb5ded249ec8ce5ff4dfc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468616e746465762f7061636b6167652d6c61726176656c2d6578616d706c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thantdev/package-laravel-example)

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/937f98e61a9628f20d7edaaf19efc5be47eb7f4ff5b17ea91c61afcc038103d2/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f7061636b6167652d6c61726176656c2d6578616d706c652e6a70673f743d31)](https://spatie.be/github-ad-click/package-laravel-example)

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 thantdev/package-laravel-example
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="package-laravel-example-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="package-laravel-example-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

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

Usage
-----

[](#usage)

```
$packageLaravelExample = new ThantDev\PackageLaravelExample();
echo $packageLaravelExample->echoPhrase('Hello, ThantDev!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/06b919867fa6944b1ee70dc71eaac61bb885abf1543f7644425ab9568473ed03?d=identicon)[thantthuhein](/maintainers/thantthuhein)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")[![thantthuhein](https://avatars.githubusercontent.com/u/34571099?v=4)](https://github.com/thantthuhein "thantthuhein (1 commits)")[![thantthuhein-genie](https://avatars.githubusercontent.com/u/99555752?v=4)](https://github.com/thantthuhein-genie "thantthuhein-genie (1 commits)")

### Embed Badge

![Health badge](/badges/thantdev-package-laravel-example/health.svg)

```
[![Health](https://phpackages.com/badges/thantdev-package-laravel-example/health.svg)](https://phpackages.com/packages/thantdev-package-laravel-example)
```

PHPackages © 2026

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