PHPackages                             lucasmanco/kanka-gurps-character - 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. lucasmanco/kanka-gurps-character

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

lucasmanco/kanka-gurps-character
================================

An attribute template for GURPS characters

02PHP

Since Jan 4Pushed 3y agoCompare

[ Source](https://github.com/LucasManco/kanka-gurps-character)[ Packagist](https://packagist.org/packages/lucasmanco/kanka-gurps-character)[ RSS](/packages/lucasmanco-kanka-gurps-character/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

> **Deprecated**This plugin is no longer maintained nor bundled in the Kanka application. If you want a 5e monster sheet, please use the [marketplace](https://marketplace.kanka.io).

Kanka D&amp;D 5e Monster
========================

[](#kanka-dd-5e-monster)

This package is an extension for [kanka.io](https://kanka.io), to add a community attribute template for D&amp;D 5th edition monsters.

Configruation
-------------

[](#configruation)

Add the following line to `config/attribute-templates.php`

```
return [
    'dnd5emonster' => Kanka\Dnd5eMonster\Template::class
];
```

And publish the assets with the following command.

```
php artisan vendor:publish --tag=dnd5emonster --force

```

You are now ready to go.

Creating your own plugin
------------------------

[](#creating-your-own-plugin)

To create a community attribute template for Kanka, follow the following steps.

1. Clone this repository on Github.
2. Edit the `src/AttributeTemplateServiceProvider.php` file to reflect your attribute template's name.
3. Edit the `resources/views/template.blade.php` file to define how the page will be rendered.
4. Edit the `resources/sass/template.scss` file to define how the page will be styled. To compile the .scss file to .css:
    - `npm install`
    - `npm run prod`
5. Rename the `publishable/config/dnd5emonster.php` to your package's unique name and edit the attributes.
6. Edit `publishable/lang/en/template.php` to configure the texts for your template.
7. Edit the `composer.json` and prepare your package for [gibhub](https://github.com) and [packagist](https://packagist.org)

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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/5a7d0e5e61884546b28ad2ea2256be81db2e790846d5735791fdee342156948a?d=identicon)[LucasManco](/maintainers/LucasManco)

---

Top Contributors

[![LucasManco](https://avatars.githubusercontent.com/u/24292951?v=4)](https://github.com/LucasManco "LucasManco (9 commits)")[![ilestis](https://avatars.githubusercontent.com/u/3263440?v=4)](https://github.com/ilestis "ilestis (2 commits)")[![takaia](https://avatars.githubusercontent.com/u/13824398?v=4)](https://github.com/takaia "takaia (1 commits)")

### Embed Badge

![Health badge](/badges/lucasmanco-kanka-gurps-character/health.svg)

```
[![Health](https://phpackages.com/badges/lucasmanco-kanka-gurps-character/health.svg)](https://phpackages.com/packages/lucasmanco-kanka-gurps-character)
```

###  Alternatives

[vinkla/headache

An easy-to-swallow painkiller plugin for WordPress

13934.0k4](/packages/vinkla-headache)[nilportugues/php_backslasher

Adds all PHP internal functions to its namespace by adding backslash to them. Improves the application's performance when OPCache is on.

889.3k18](/packages/nilportugues-php-backslasher)[hypefactors/laravel-follow

Laravel 9 Follow System for Eloquent models.

4918.7k](/packages/hypefactors-laravel-follow)[ichynul/tpextmyadmin

thinkphp extension

141.6k](/packages/ichynul-tpextmyadmin)

PHPackages © 2026

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