PHPackages                             kadekjayak/semantic-ui - 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. kadekjayak/semantic-ui

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

kadekjayak/semantic-ui
======================

SemanticUI plugin for CakePHP

0.2(9y ago)0102PHPPHP &gt;=5.4.16

Since Aug 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kadekjayak/semantic-ui)[ Packagist](https://packagist.org/packages/kadekjayak/semantic-ui)[ RSS](/packages/kadekjayak-semantic-ui/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

SemanticUI plugin for CakePHP
=============================

[](#semanticui-plugin-for-cakephp)

This is Semantic UI plugin for CakePhp, it contain Theme for Bake, modified component and Helper.

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

[](#installation)

Install using composer

```
composer require kadekjayak/semantic-ui

```

or Download and extract it into plugin directory on cakephp.

after that you need to load the plugin manually by adding it into Bootstrap.php

```
Plugin::load('SemanticUI', ['bootstrap' => false, 'routes' => true]);

```

\##Requirements

- CakePHP 3+

Example
-------

[](#example)

### Using Theme for Bake

[](#using-theme-for-bake)

you can bake with Semantic UI theme by using `--theme` options, you can use the command below on terminal

```
/bin/cake bake template all --theme SemanticUI

```

and use the layout that included from plugin, for example change on your `src/Controller/AppController.php`. (actualy i didn't know if it's the correct way)

```
public function beforeRender(Event $event)
{
    $this->viewBuilder()->layout('SemanticUI.semantic');
    if (!array_key_exists('_serialize', $this->viewVars) &&
        in_array($this->response->type(), ['application/json', 'application/xml'])
    ) {
        $this->set('_serialize', true);
    }
}

```

to get the Input form Styled you should use Form Helper on this plugin, you can use Form helper on this plugin by passing `className` options when loading `FormHelper` on your `src/View/AppView.php`

```
public function initialize()
{
    $this->loadHelper('Form', ['className' => 'SemanticUI.SemanticForm']);
    $this->loadHelper('Paginator', ['className' => 'SemanticUI.SemanticPaginator']);
    $this->loadHelper('Html', ['className' => 'SemanticUI.SemanticHtml']);
}

```

\##Notes For more info about Semantic UI visit their official website on :

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~0 days

Total

2

Last Release

3610d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5086060?v=4)[kadekjayak](/maintainers/kadekjayak)[@kadekjayak](https://github.com/kadekjayak)

---

Top Contributors

[![kadekjayak](https://avatars.githubusercontent.com/u/5086060?v=4)](https://github.com/kadekjayak "kadekjayak (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kadekjayak-semantic-ui/health.svg)

```
[![Health](https://phpackages.com/badges/kadekjayak-semantic-ui/health.svg)](https://phpackages.com/packages/kadekjayak-semantic-ui)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

333972.2k49](/packages/dereuromark-cakephp-tools)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

42776.5k46](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3096.0k5](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

35184.7k2](/packages/dereuromark-cakephp-setup)[dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

1674.7k1](/packages/dereuromark-cakephp-calendar)[dereuromark/cakephp-flash

A CakePHP plugin around powerful flash message handling.

1229.9k2](/packages/dereuromark-cakephp-flash)

PHPackages © 2026

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