PHPackages                             laraxot/module\_theme - 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. laraxot/module\_theme

ActiveLibrary

laraxot/module\_theme
=====================

1636[2 PRs](https://github.com/laraxot/module_theme/pulls)Blade

Since Dec 20Pushed 1y ago8 watchersCompare

[ Source](https://github.com/laraxot/module_theme)[ Packagist](https://packagist.org/packages/laraxot/module_theme)[ RSS](/packages/laraxot-module-theme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

This is my package theme
========================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/1b429308ed81e473a36aca0b119b103000492b2011ac0aba39613c1fc996b53f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c617261786f742f7468656d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laraxot/theme)[![GitHub Tests Action Status](https://camo.githubusercontent.com/544cde957d6998ae7e63315869811e1d0f42d541401d1d95ee26e0feac0e6861/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c617261786f742f7468656d652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/laraxot/theme/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/2e74e079144fe99517e62a20e3bcec6a25dca71a1086deeb9cc70be9501407b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c617261786f742f7468656d652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/laraxot/theme/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/61bba83bc465a423679e7b6cca378d07f46278d7efa94e6026aaceb427398de9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c617261786f742f7468656d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laraxot/theme)

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/09b9743eae9616cd9cfa1f004ac5dbc10fed41cd3db6bcca841fe0fffe77980f/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f5468656d652e6a70673f743d31)](https://spatie.be/github-ad-click/Theme)

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 laraxot/theme
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

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

Usage
-----

[](#usage)

```
$theme = new Laraxot\Theme();
echo $theme->echoPhrase('Hello, Laraxot!');
```

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)

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

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 78.9% 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/fce694e07e5977cd46a2453ebb559b0040301bd5a5a1e841fe9aec666aa9f232?d=identicon)[marco76tv](/maintainers/marco76tv)

---

Top Contributors

[![marco76tv](https://avatars.githubusercontent.com/u/1944941?v=4)](https://github.com/marco76tv "marco76tv (573 commits)")[![Malebestia](https://avatars.githubusercontent.com/u/13001161?v=4)](https://github.com/Malebestia "Malebestia (135 commits)")[![dade1987](https://avatars.githubusercontent.com/u/19210174?v=4)](https://github.com/dade1987 "dade1987 (18 commits)")

### Embed Badge

![Health badge](/badges/laraxot-module-theme/health.svg)

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

PHPackages © 2026

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