PHPackages                             atriakit/themes - 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. [Framework](/categories/framework)
4. /
5. atriakit/themes

ActiveLibrary[Framework](/categories/framework)

atriakit/themes
===============

Laravel 5 Themes

v2.0.5(10y ago)017MITPHPPHP &gt;=5.5.9

Since Jun 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/atriakit/themes)[ Packagist](https://packagist.org/packages/atriakit/themes)[ RSS](/packages/atriakit-themes/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (10)Used By (0)

Caffeinated Themes
==================

[](#caffeinated-themes)

[![Laravel 5.1](https://camo.githubusercontent.com/05076f1468adbd2ff88c746e1d499486fe3755747a047b2f42949a583c4884b2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e312d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Laravel 5.2](https://camo.githubusercontent.com/3c5fafdd636fa4b58339ff9c390671fac70d00e2654590261153d96a4de251db/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e322d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Source](https://camo.githubusercontent.com/18ce331fcbfa0f5a4194e64a697fda7b53a8a40638ea49769dd072ccb9f3b419/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6361666665696e617465642f7468656d65732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/caffeinated/themes)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

Caffeinated Themes gives the means to group together a set of views and assets for Laravel 5.1 and 5.2. This gives an easy way to further decouple the way your web application looks from your code base.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road.

Features
--------

[](#features)

- Supports Caffeinated Modules
- Supports both the Blade and Twig templating engines
- Intelligent fallback view support
- Child/parent theme inheritance
- Theme components, easily create re-usable UI components

Documentation
-------------

[](#documentation)

You will find user friendly and updated documentation in the wiki here: [Caffeinated Themes Wiki](https://github.com/caffeinated/themes/wiki)

Quick Installation
------------------

[](#quick-installation)

Begin by installing the package through Composer.

```
composer require caffeinated/themes

```

Once this operation is complete, simply add both the service provider and facade classes to your project's `config/app.php` file:

#### Service Provider

[](#service-provider)

```
Caffeinated\Themes\ThemesServiceProvider::class,
```

#### Facade

[](#facade)

```
'Theme' => Caffeinated\Themes\Facades\Theme::class,
```

And that's it! With your coffee in reach, start building some awesome themes!

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 91.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.

###  Release Activity

Cadence

Every ~33 days

Recently: every ~39 days

Total

8

Last Release

3752d ago

Major Versions

v1.2.3 → v2.02015-06-23

v2.0.1 → v3.x-dev2015-08-29

PHP version history (2 changes)v1.2.3PHP &gt;=5.4.0

v2.0PHP &gt;=5.5.9

### Community

---

Top Contributors

[![kaidesu](https://avatars.githubusercontent.com/u/355659?v=4)](https://github.com/kaidesu "kaidesu (79 commits)")[![UnderlineWords](https://avatars.githubusercontent.com/u/1441055?v=4)](https://github.com/UnderlineWords "UnderlineWords (3 commits)")[![atrianinja](https://avatars.githubusercontent.com/u/18458212?v=4)](https://github.com/atrianinja "atrianinja (1 commits)")[![irineujunior](https://avatars.githubusercontent.com/u/260451?v=4)](https://github.com/irineujunior "irineujunior (1 commits)")[![thinmy](https://avatars.githubusercontent.com/u/3693592?v=4)](https://github.com/thinmy "thinmy (1 commits)")[![zsco](https://avatars.githubusercontent.com/u/6452137?v=4)](https://github.com/zsco "zsco (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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