PHPackages                             colender/laratrans - 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. colender/laratrans

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

colender/laratrans
==================

Automtatic translation using google api for laravel

1.0(7y ago)020MITPHP

Since Aug 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/colender/laratrans)[ Packagist](https://packagist.org/packages/colender/laratrans)[ RSS](/packages/colender-laratrans/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

2861d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/colender-laratrans/health.svg)

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

###  Alternatives

[illuminate/translation

The Illuminate Translation package.

6937.4M556](/packages/illuminate-translation)[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)
