PHPackages                             aiman/thaana-text-field - 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. aiman/thaana-text-field

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

aiman/thaana-text-field
=======================

A Laravel Nova field for Thaana

v1.4.0(5y ago)123MITVuePHP &gt;=7.1.0

Since Mar 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/aiman1717a/thaana-text-field)[ Packagist](https://packagist.org/packages/aiman/thaana-text-field)[ RSS](/packages/aiman-thaana-text-field/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (8)Used By (0)

thaana-text-field
=================

[](#thaana-text-field)

This Nova Package allow you to use Nova field with Thaana Keyboard

Installation
------------

[](#installation)

```
composer require aiman/thaana-text-field

```

Usage
-----

[](#usage)

In your Nova resource add the use declaration and use the NovaTinyMCE field:

```
use Aiman\ThaanaTextField\ThaanaTextField;

    /**
     * Get the fields displayed by the resource.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    public function fields(Request $request)
    {
        return [
            ID::make()->sortable(),

            ThaanaTextField::make('Content'),
        ];
    }

```

### Thaana

[](#thaana)

You can turn thaana translation. by default it is `true`.

```
ThaanaTextField::make('Content', 'content')->thaana()

```

### Keyboard Type

[](#keyboard-type)

You can turn thaana keyboard type. by default it is `phonetic`.

```
ThaanaTextField::make('Content', 'content')->type()

```

### Thaana to Latin Convertion

[](#thaana-to-latin-convertion)

install this [Thaana Latin Field](https://github.com/aiman1717a/ThaanaLatinField) in order for the function to work ThaanaTextField supports auto latin convertion

```
ThaanaTextField::make('Content', 'content')->convertToLatin('latin_content'),
ThaanaLatinField::make('Latin Content', 'latin_content'),

```

Important
---------

[](#important)

This package is tested for **nova 2.0+**Latest tested on **nova v3.6.0**

Credit
------

[](#credit)

Huge Credit goes for [@Jawish Hameed](https://github.com/jawish) for his thaana translation plugin [Thaana Keyboard](https://github.com/jawish/jtk)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Recently: every ~24 days

Total

7

Last Release

2156d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/244a34aca62dea610391ed8ca5aa91cafa48f101babbe7c38dc6c1aa3701a6b9?d=identicon)[aiman1717a](/maintainers/aiman1717a)

---

Top Contributors

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

---

Tags

laravelnovathaana

### Embed Badge

![Health badge](/badges/aiman-thaana-text-field/health.svg)

```
[![Health](https://phpackages.com/badges/aiman-thaana-text-field/health.svg)](https://phpackages.com/packages/aiman-thaana-text-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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