PHPackages                             vijaytupakula/transvel - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. vijaytupakula/transvel

ActiveLibrary[Localization &amp; i18n](/categories/localization)

vijaytupakula/transvel
======================

Automtatic translation using google api for laravel

1.0(9y ago)83.5k5[1 issues](https://github.com/vijaythecoder/transvel/issues)[1 PRs](https://github.com/vijaythecoder/transvel/pulls)MITPHP

Since Aug 6Pushed 7y ago2 watchersCompare

[ Source](https://github.com/vijaythecoder/transvel)[ Packagist](https://packagist.org/packages/vijaytupakula/transvel)[ RSS](/packages/vijaytupakula-transvel/feed)WikiDiscussions master Synced 4w ago

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

Transvel
========

[](#transvel)

This package allows you to convert all files in `resources/lang/en` folder to required languages automatically. Its easy to configure and run simple command.

##### supports `laravel/framework": "5.2.*`

[](#supports-laravelframework-52)

### Dependencies

[](#dependencies)

This package uses [Dedicated Google Translate](https://github.com/ddctd143/google-translate/)

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

[](#installation)

Package can be installed using composer by adding to "require" object

```
"require": {
    "vijaytupakula/transvel": "dev-master"
}

```

now run `composer update`

or from console:

```
composer require vijaytupakula/transvel dev-master
```

now lets add class loader to `providers` array in `config/app.php` file

```
Vijaytupakula\Transvel\TransvelServiceProvider::class
```

once the class loader is added, try to run `php artisan list` this should show `php artisan translate` command.

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

[](#configuration)

Now add your available langueges in the `config/app.php` as follows

```
'locales' => ['en' => 'English', 'fr' => 'French', 'it' => 'Italian'],
```

usage
-----

[](#usage)

Run `php artisan translate` : this command fetches all the files from `resources/lang/en` folder and then creates the files in each folders that are added as `locales` in `app/config.php` with translation using google api.

Contact
-------

[](#contact)

Please feel free to contact me if you have problem using it. It works great for me :)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3615d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/69227332?v=4)[vijaytupakula](/maintainers/vijaytupakula)[@vijaytupakula](https://github.com/vijaytupakula)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/vijaytupakula-transvel/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[illuminate/translation

The Illuminate Translation package.

6937.4M558](/packages/illuminate-translation)[bezhansalleh/filament-language-switch

Zero config Language Switch(Changer/Localizer) plugin for filamentphp admin

3581.3M24](/packages/bezhansalleh-filament-language-switch)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4821.5k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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