PHPackages                             skuilplek/themed - 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. [Templating &amp; Views](/categories/templating)
4. /
5. skuilplek/themed

ActiveLibrary[Templating &amp; Views](/categories/templating)

skuilplek/themed
================

A component-based theme engine for PHP applications

1.0.4(4mo ago)018LGPL-3.0-or-laterPHPPHP &gt;=8.2

Since May 2Pushed 4mo ago1 watchersCompare

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

READMEChangelog (7)Dependencies (2)Versions (9)Used By (0)

Themed - PHP Component Framework
================================

[](#themed---php-component-framework)

**Themed** is a PHP-based component framework designed to streamline the development of themed web applications. It provides a structured approach to building reusable components with support for Bootstrap 5 and other styling frameworks.

Purpose
-------

[](#purpose)

Themed aims to simplify the creation of modular, reusable UI components for web applications. It offers a foundation for building responsive layouts and navigation elements, with support for templating using Twig and easy integration with popular CSS frameworks.

Project Structure
-----------------

[](#project-structure)

- **src/**: Core source code for the Themed framework, including the main `ThemedComponent` class.
- **template/**: Twig templates for rendering components, organized by framework (e.g., Bootstrap 5 under `bs5/`).
- **tests/**: Unit tests to ensure the reliability of the framework components.

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

- PHP and Composer for dependency management.

### Installation

[](#installation)

1. **Install as a Composer Package**: Themed is available as a Composer package. Add it to your project by running:

    ```
    composer require skuilplek/themed
    ```
2. **View Examples Online**: You can explore component usage examples and documentation online at .
3. **Example project**: Clone the example project to see how to use Themed in a real-world application.

Usage
-----

[](#usage)

Create your own components by extending `ThemedComponent` found in `src/`. Use the provided Twig templates in `template/` as a base for rendering your components with consistent styling.

Guidelines
----------

[](#guidelines)

Refer to [GUIDELINES.md](./GUIDELINES.md) for coding standards and best practices when contributing to or extending the framework. Detailed instructions are provided for creating new components and custom themes.

Features
--------

[](#features)

- **Component-Based Architecture**: Build reusable UI components with Twig templates
- **Bootstrap 5 Support**: Pre-built components styled with Bootstrap 5
- **Extend Mode**: Override specific components while keeping vendor defaults for others
- **Performance Optimized**: Object pooling, caching, and minimal memory footprint
- **Flexible Theming**: Create custom themes or extend existing ones

Additional Documentation
------------------------

[](#additional-documentation)

- [GUIDELINES.md](./GUIDELINES.md): Provides a technical overview of the Themed framework, including core functionality, directory structure, and environment variables.
- [OVERVIEW.md](./OVERVIEW.md): Offers additional details about the project's purpose and structure, complementing the information in this README.
- [EXTEND\_MODE.md](./EXTEND_MODE.md): Learn how to use extend mode to create custom themes that override specific components while falling back to vendor defaults.
- [PERFORMANCE.md](./PERFORMANCE.md): Performance optimization details and benchmarks.

License
-------

[](#license)

This project is licensed under the terms detailed in [LGPL-3.0-or-later](./LICENSE.md).

###  Health Score

40

—

FairBetter than 87% of packages

Maintenance82

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~41 days

Recently: every ~61 days

Total

7

Last Release

125d ago

Major Versions

0.0.91 → 1.0.02025-05-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/acc27935a0daa4242febe28c0de96e4438ff34ce6996bbd64c4cf438b3755001?d=identicon)[skuilplek](/maintainers/skuilplek)

---

Top Contributors

[![skuilplek](https://avatars.githubusercontent.com/u/1417460?v=4)](https://github.com/skuilplek "skuilplek (29 commits)")

---

Tags

phptwigcomponentsthemetemplate enginecomponents-library

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[symfony/ux-twig-component

Twig components for Symfony

21814.8M161](/packages/symfony-ux-twig-component)[symfony/ux-live-component

Live components for Symfony

1635.6M71](/packages/symfony-ux-live-component)[teepluss/theme

Theme will help you organize your themes inside Laravel projects easily and maintain its related assets, layouts and partials for the theme in single directory.

543174.1k8](/packages/teepluss-theme)[goetas/twital

PHP templating engine that combines Twig and PHPTal power points

12813.0k1](/packages/goetas-twital)[symfony/ux-toolkit

A tool to easily create a design system in your Symfony app with customizable, well-crafted Twig components

1432.0k](/packages/symfony-ux-toolkit)

PHPackages © 2026

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