PHPackages                             r/uikit-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. r/uikit-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

r/uikit-bundle
==============

Use UiKit in Symfony

062HTML

Since Nov 2Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

RUiKitBundle
============

[](#ruikitbundle)

Use UiKit-Forms in Symfony2

Installation
------------

[](#installation)

First you need to add `r/uikit-bundle` to `composer.json`:

```
{
    "require": {
        "r/uikit-bundle": "dev-master"
    }
}
```

You also need to add `RUiKitBundle` to your `AppKernel.php`

```
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
    // ...
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new R\UiKitBundle\RUiKitBundle(),
        );
        // ...
        return $bundles
    }
    // ...
}
```

After that you have to let twig know about the form template

```
# ...
twig:
    # ...
    form:
        resources:
            - 'RUiKitBundle::uikit-form.html.twig'
# ...
```

You have to include the UiKit Stylesheets and JavaScripts for yourself. Essentially you also just could download the uikit-form.html.twig and use it witout installing this bundle, note that you have to chnage the date and time widgets to not use the `localizeddateformat` function and supply you own format for the uikit-date- and -timepicker.

The UiKit Components you need to include at least are these

- form-select
- form-password
- form-file
- form-advanced
- placeholder
- autocomplete
- datepicker
- timepicker

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/86ed5e8caca6503f2d33cd1fe900aa5358d13235a9a1a2195720d60645e6b56a?d=identicon)[darookee](/maintainers/darookee)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/r-uikit-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/r-uikit-bundle/health.svg)](https://phpackages.com/packages/r-uikit-bundle)
```

PHPackages © 2026

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