PHPackages                             yukdiorder/yuk-helper - 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. yukdiorder/yuk-helper

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

yukdiorder/yuk-helper
=====================

Membantu wordpress developer untuk mengerjakan fungsi - fungsi wordpress sederhana

v7.1(4y ago)0461GPL-2.0-or-laterJavaScriptPHP &gt;=7.0

Since Dec 30Pushed 4y ago1 watchersCompare

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

READMEChangelog (7)DependenciesVersions (10)Used By (1)

Yuk Helper
==========

[](#yuk-helper)

adalah library sederhana untuk membantu mengerjakan fungsi - fungsi wordpress sederhana

Instalasi
---------

[](#instalasi)

Gunakan composer untuk menginstall package ini

```
composer require yukdiorder/yuk-helper
```

Penggunaan
----------

[](#penggunaan)

Misalnya , untuk membuat tambahan kolom di tabel user

```
use Yukdiorder\WP\Helper\AdminKolomUser ;

$kolom = new AdminKolomUser() ;
$kolom->set_header('id_user', 'ID User');
$kolom->set_posisi(5);
$kolom->set_isi( function($user_id){
   $data = $user_id ;
   return ['data' => $data];
});
$kolom->run();
```

Dokumentasi
-----------

[](#dokumentasi)

License
-------

[](#license)

[GPL-2.0-or-later](https://choosealicense.com/licenses/mit/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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

Recently: every ~6 days

Total

9

Last Release

1506d ago

Major Versions

v0.8 → v7.12022-03-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cf07f1560a1bfc25fea06ba348f86827f4d66d546833b32f95631e1e956919e?d=identicon)[yukdiorder](/maintainers/yukdiorder)

---

Top Contributors

[![naingood](https://avatars.githubusercontent.com/u/13182339?v=4)](https://github.com/naingood "naingood (39 commits)")

---

Tags

wordpress

### Embed Badge

![Health badge](/badges/yukdiorder-yuk-helper/health.svg)

```
[![Health](https://phpackages.com/badges/yukdiorder-yuk-helper/health.svg)](https://phpackages.com/packages/yukdiorder-yuk-helper)
```

###  Alternatives

[horstoeko/zugferdvisualizer

A library

33198.3k2](/packages/horstoeko-zugferdvisualizer)

PHPackages © 2026

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