PHPackages                             spanjaan/wn-nepaliunicode-plugin - 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. spanjaan/wn-nepaliunicode-plugin

ActiveWinter-plugin[Utility &amp; Helpers](/categories/utility)

spanjaan/wn-nepaliunicode-plugin
================================

Nepali Unicode conversion plugin for WinterCMS — converts Preeti and Hisab fonts to Nepali Unicode.

v2.0.0(2mo ago)04MITPHPPHP &gt;=8.0

Since Nov 1Pushed 8mo agoCompare

[ Source](https://github.com/spanjaan/wn-nepaliunicode-plugin)[ Packagist](https://packagist.org/packages/spanjaan/wn-nepaliunicode-plugin)[ Docs](https://github.com/spanjaan/wn-nepaliunicode-plugin)[ RSS](/packages/spanjaan-wn-nepaliunicode-plugin/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

NepaliUnicode
=============

[](#nepaliunicode)

> Convert Nepali text between Preeti, Hisab, and Unicode instantly.

A lightweight WinterCMS plugin with real-time AJAX conversion, responsive UI, and dark mode support.

Features
--------

[](#features)

- **Multi-format conversion**: Preeti ↔ Hisab ↔ Unicode
- **Real-time conversion**: 300ms debounce for smooth experience
- **One-click copy**: Copy converted text to clipboard
- **Dark mode**: Automatic system preference detection
- **Developer API**: Use converters programmatically

Quick Start
-----------

[](#quick-start)

```
[unicodeConverter]
defaultInputFont = "preeti"
defaultOutputFont = "unicode"
```

```
{% component 'unicodeConverter' %}
```

Configuration
-------------

[](#configuration)

PropertyTypeDefaultDescription`defaultInputFont`dropdown`preeti`Input font (preeti, hisab)`defaultOutputFont`dropdown`unicode`Output font (unicode, preeti, hisab)`maxLength`string`100000`Max input charactersDeveloper API
-------------

[](#developer-api)

```
use SpAnjaan\NepaliUnicode\Classes\PreetiConverter;

$unicode = PreetiConverter::convert($preetiText);
```

```
use SpAnjaan\NepaliUnicode\Classes\HisabConverter;

$unicode = HisabConverter::convert($hisabText);
```

```
use SpAnjaan\NepaliUnicode\Classes\FontConverter;

$hisab = FontConverter::preetiToHisab($preetiText);
$preeti = FontConverter::hisabToPreeti($hisabText);
```

Requirements
------------

[](#requirements)

- WinterCMS 1.2+
- PHP 8.0+

Install
-------

[](#install)

```
composer require spanjaan/wn-nepaliunicode-plugin
```

License
-------

[](#license)

MIT © Sudarshan Pudasaini

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance71

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

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.

###  Release Activity

Cadence

Every ~159 days

Total

2

Last Release

85d ago

Major Versions

v1.0.0 → v2.0.02026-04-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64153858?v=4)[Sudarshan Pudasaini](/maintainers/spanjaan)[@spanjaan](https://github.com/spanjaan)

---

Top Contributors

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

---

Tags

hisab-to-unicodenepaliunicodepreeti-to-unicodeunicodeconverterwintercmswinter-pluginnepali-unicodepreetihisab

### Embed Badge

![Health badge](/badges/spanjaan-wn-nepaliunicode-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/spanjaan-wn-nepaliunicode-plugin/health.svg)](https://phpackages.com/packages/spanjaan-wn-nepaliunicode-plugin)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5721.7k4](/packages/pfefferle-wordpress-activitypub)

PHPackages © 2026

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