PHPackages                             infinety-es/temply-theme-manager - 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. [Admin Panels](/categories/admin)
4. /
5. infinety-es/temply-theme-manager

ActiveLibrary[Admin Panels](/categories/admin)

infinety-es/temply-theme-manager
================================

A Laravel Nova tool.

08Vue

Since Jan 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Krato/TemplyThemeManager)[ Packagist](https://packagist.org/packages/infinety-es/temply-theme-manager)[ RSS](/packages/infinety-es-temply-theme-manager/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Theme Manager for Temply
========================

[](#theme-manager-for-temply)

Instructions
============

[](#instructions)

1. Install Package

    ```
    composer require infinety-es/temply-theme-manager
    ```
2. Config temply.php should have this config:

    ```
    'model_theme'   => App\Theme::class, // Theme Model Class
    'model_palette' => App\Palette::class, // Palette Model Class
    ```
3. User model should have this attributes:

    ```
    public function getCurrentThemeAttribute()
    {
        return \App\Theme::first();
    }

    public function getCurrentPaletteAttribute()
    {
        return \App\Palette::first();
    }
    ```
4. Add a Listener in EventServiceProvider.php

    ```
    'Infinety\TemplyThemeManager\Events\ThemeActivated' => [
        'App\Listeners\YourListener',
    ],
    ```

There are two public properties: Theme and Palette. You can access through: `$event->theme` or `$event->palette`.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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://www.gravatar.com/avatar/3865030b01e29299f1f6837852ba6a70fea204ceb46e58a917d4e4398268800f?d=identicon)[Krato1](/maintainers/Krato1)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/infinety-es-temply-theme-manager/health.svg)

```
[![Health](https://phpackages.com/badges/infinety-es-temply-theme-manager/health.svg)](https://phpackages.com/packages/infinety-es-temply-theme-manager)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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