PHPackages                             buki/dht\_gin\_custom - 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. buki/dht\_gin\_custom

ActiveDrupal-module

buki/dht\_gin\_custom
=====================

DHT Gin Custom Styles

00CSS

Since Apr 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Bukiiii/composerRep)[ Packagist](https://packagist.org/packages/buki/dht_gin_custom)[ RSS](/packages/buki-dht-gin-custom/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

DHT Gin Custom
==============

[](#dht-gin-custom)

Info
====

[](#info)

- [ d-ht.com ](https://d-ht.com/)

Install
=======

[](#install)

```
composer require dhtpublic/dht_gin_custom

```

Development
===========

[](#development)

[ Drupal coding standards ](https://www.drupal.org/docs/develop/standards) have to be maintained Code, maschine names and comments have to be in english.

New version
-----------

[](#new-version)

Create a new tag for new release Follow [ semver.org ](https://semver.org/) standard.

Have a look at the current tags and versions:

```
git tag

```

Create a new version:

```
git tag x.x.x

```

Push the new tag:

```
git push --tags

```

Workaround .git folder in module

```
Regardless of whether composer require or update the module in a project, please head to the contrib/dht_gin_custom folder and delete the .git folder
It could help adding following script to the composer.json if not allready included.

"scripts": {
    "post-install-cmd": [
        "@composer drupal:scaffold",
        "find htdocs/vendor -name '.git' | xargs rm -rf",
        "find htdocs/vendor -name '.git' | xargs rm -rf",
        "find htdocs/modules -name '.git' | xargs rm -rf",
        "find htdocs/modules -name '.github' | xargs rm -rf"
    ],
    "post-update-cmd": [
        "@composer drupal:scaffold",
        "find htdocs/vendor -name '.git' | xargs rm -rf",
        "find htdocs/vendor -name '.git' | xargs rm -rf",
        "find htdocs/modules -name '.git' | xargs rm -rf",
        "find htdocs/modules -name '.github' | xargs rm -rf"
    ]
}

```

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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/4c583e261d2355b97f6bfb512fa3e64014e800102a6fe967bbce9a7d0ae77ba0?d=identicon)[BurakKiren](/maintainers/BurakKiren)

---

Top Contributors

[![Bukiiii](https://avatars.githubusercontent.com/u/80046795?v=4)](https://github.com/Bukiiii "Bukiiii (3 commits)")

### Embed Badge

![Health badge](/badges/buki-dht-gin-custom/health.svg)

```
[![Health](https://phpackages.com/badges/buki-dht-gin-custom/health.svg)](https://phpackages.com/packages/buki-dht-gin-custom)
```

PHPackages © 2026

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