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

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

aiman/thaana-latin-field
========================

A Laravel Nova field.

v1.0.0(5y ago)110MITVuePHP &gt;=7.1.0

Since Jun 16Pushed 5y ago1 watchersCompare

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

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

thaana-latin-field
==================

[](#thaana-latin-field)

This Nova Package allow you to use Nova field for thaana latin conversion Please note that this package is still testing. The latin translation may not be perfect

[![image](https://user-images.githubusercontent.com/36910126/85003733-768e1100-b10b-11ea-95d5-c34f7ab34e33.png)](https://user-images.githubusercontent.com/36910126/85003733-768e1100-b10b-11ea-95d5-c34f7ab34e33.png)

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

[](#installation)

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

```

Usage
-----

[](#usage)

In your Nova resource add the use declaration and use the Nova Latin Field In order to use this field you must install [Thaana Text Field](https://github.com/aiman1717a/thaana-text-field)

```
use Aiman\ThaanaLatinField\ThaanaLatinField;

    /**
     * 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', '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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

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 (7 commits)")

---

Tags

laravelnova

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/aiman-thaana-latin-field/health.svg)](https://phpackages.com/packages/aiman-thaana-latin-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)
