PHPackages                             themeplate/column - 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. [Admin Panels](/categories/admin)
4. /
5. themeplate/column

ActiveLibrary[Admin Panels](/categories/admin)

themeplate/column
=================

ThemePlate custom admin columns

v2.4.1(1y ago)075GPL-3.0-onlyPHPPHP ^7.4|^8.2

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ThemePlate/Column)[ Packagist](https://packagist.org/packages/themeplate/column)[ RSS](/packages/themeplate-column/feed)WikiDiscussions develop Synced 1w ago

READMEChangelogDependencies (1)Versions (11)Used By (0)

ThemePlate Column
=================

[](#themeplate-column)

Usage
-----

[](#usage)

```
use ThemePlate\Column\PostTypeColumn;
use ThemePlate\Column\TaxonomyColumn;
use ThemePlate\Column\UsersColumn;

function pretty_print( $object_id ) {
	echo '&hearts;&nbsp;' . $object_id . ' &mdash;&rsaquo;';
};

( new PostTypeColumn( 'Post ID' )->callback( 'pretty_print' ) )->init();
( new TaxonomyColumn( 'Term ID' )->callback( 'pretty_print' ) )->init();
( new UsersColumn( 'User ID' )->callback( 'pretty_print' ) )->init();
```

### Available config

[](#available-config)

```
// Before init
$column->position( 0 )->args( array() )->class( '' );
```

### Specific location

[](#specific-location)

```
( new PostTypeColumn( 'Model', $my_callback ) )->location( 'custom_post_type' )->init();
( new TaxonomyColumn( 'Value', $my_callback ) )->location( 'tax_1' )->location( 'tax_2' )->init();
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance46

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity75

Established project with proven stability

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

Recently: every ~192 days

Total

10

Last Release

402d ago

Major Versions

v1.1.0 → v2.0.02022-05-29

v1.x-dev → v2.1.02023-03-05

PHP version history (3 changes)v1.0.0PHP &gt;=5.6.0

v2.0.0PHP ^7.4|^8.0

v2.2.0PHP ^7.4|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/91095d431958c79a7384d515efec2686ca3cd1e1e1a5a42b680309b8e855355a?d=identicon)[kermage](/maintainers/kermage)

---

Top Contributors

[![kermage](https://avatars.githubusercontent.com/u/8350223?v=4)](https://github.com/kermage "kermage (44 commits)")

---

Tags

custom-columnswordpress

### Embed Badge

![Health badge](/badges/themeplate-column/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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