PHPackages                             sukohi/kuku - 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. sukohi/kuku

ActiveLibrary

sukohi/kuku
===========

019PHP

Since Oct 5Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Kuku
====

[](#kuku)

A PHP package mainly developed for Laravel to generate HTML tags that have raw text.

Installation&amp;setting for Laravel
====================================

[](#installationsetting-for-laravel)

After installation using composer, add the followings to the array in app/config/app.php

```
'providers' => array(
    ...Others...,
    'Sukohi\Kuku\KukuServiceProvider',
)

```

Also

```
'aliases' => array(
    ...Others...,
    'Kuku' => 'Sukohi\Kuku\Facades\Kuku',
)

```

Usage
=====

[](#usage)

**Label**

```
{{ Kuku::label('name', ' LABEL') }}

```

**Label with options**

```
{{ Kuku::label('name', ' LABEL', ['class' => 'text-danger']) }}

```

**Link**

```
{{ Kuku::link('url', ' TEXT') }}

```

**Link with attributes**

```
{{ Kuku::link('url', ' TEXT', ['class' => 'text-danger']) }}

```

**Link Route**

```
{{ Kuku::linkRoute('home.kuku', ' TEXT') }}

```

**Link Route with parameters and attributes**

```
{{ Kuku::linkRoute('home.kuku', ' TEXT', [$id], ['class' => 'text-danger']) }}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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/2980d59b309d45df3f2e6e51b1d336614da063240b8f76f873f287cd745ec5db?d=identicon)[Sukohi](/maintainers/Sukohi)

---

Top Contributors

[![SUKOHI](https://avatars.githubusercontent.com/u/5362394?v=4)](https://github.com/SUKOHI "SUKOHI (1 commits)")

### Embed Badge

![Health badge](/badges/sukohi-kuku/health.svg)

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

PHPackages © 2026

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