PHPackages                             hawkiq/enjp - 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. hawkiq/enjp

ActiveLibrary

hawkiq/enjp
===========

Laravel Package to Convert English Words to Romanji written in English

v0.1(1y ago)111MITPHPPHP ^7.3|^8.0

Since Aug 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hawkiq/enjp)[ Packagist](https://packagist.org/packages/hawkiq/enjp)[ RSS](/packages/hawkiq-enjp/feed)WikiDiscussions main Synced 1mo ago

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

[![Omygitto](https://camo.githubusercontent.com/a0de4bdfac463b2d553dbb356255c82d857649e7a3776cd3e5441f549bc73842/68747470733a2f2f692e6d616b65616769662e636f6d2f6d656469612f382d31372d323032342f64446a7a61762e676966)](https://camo.githubusercontent.com/a0de4bdfac463b2d553dbb356255c82d857649e7a3776cd3e5441f549bc73842/68747470733a2f2f692e6d616b65616769662e636f6d2f6d656469612f382d31372d323032342f64446a7a61762e676966)

Enjp
====

[](#enjp)

Enjp is a Laravel package for converting English text to Japanese romaji. This package provides an easy-to-use function for transliterating English text to its Romanized Japanese representation.

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

[](#requirements)

- PHP 7.3 or higher.
- Composer for dependency management.

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

[](#installation)

You can install the package via Composer from Packagist. Run the following command in your Laravel project:

```
composer require hawkiq/enjp
```

Usage
-----

[](#usage)

### Using the Static Method

[](#using-the-static-method)

You can use the package via a static method in your application. Here’s how:

1. **Import the Class**

    In your controller or route, import the `Enjp` class:

    ```
    use Hawkiq\Enjp\Enjp;
    ```
2. **Call the Static Method**Use the romanji method to convert English text to romaji:

    ```
    $result = Enjp::romanji('Adventure Island');
    echo $result;  // Outputs: Adobenchāairando
    ```
3. **Using the Helper Function**The package also provides a global helper function for convenience. Here’s how to use it:

    ```
    $result = enjp('Adventure Island');
    echo $result;  // Outputs: Adobenchāairando
    ```

License
-------

[](#license)

This project is Public feel free to pull request any changes.

Copyright
---------

[](#copyright)

- Eng. OsaMa [Website](https://osama.app) .

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

639d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5d52036969caa92c68d062be6cee573b7a7e0f0f6c72582ea0dd10b48e342b3?d=identicon)[hawkiq](/maintainers/hawkiq)

---

Top Contributors

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

---

Tags

laravelphpromanjitransliterating

### Embed Badge

![Health badge](/badges/hawkiq-enjp/health.svg)

```
[![Health](https://phpackages.com/badges/hawkiq-enjp/health.svg)](https://phpackages.com/packages/hawkiq-enjp)
```

PHPackages © 2026

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