PHPackages                             justraviga/laravel-deepl - 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. justraviga/laravel-deepl

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

justraviga/laravel-deepl
========================

Deepl Automated translations for Laravel lang files

0.1.3(11mo ago)27.2k↓33.3%3MITPHPPHP ^7.4|^8.0

Since Jan 24Pushed 11mo ago2 watchersCompare

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

READMEChangelog (4)Dependencies (7)Versions (5)Used By (0)

Laravel DeepL Translator
========================

[](#laravel-deepl-translator)

Provides access to DeepL API for Laravel projects

[![Stable Version](https://camo.githubusercontent.com/6c32cc6a9a610c498da04a2b5338b0ff8397e004a2f686b04bf9b56b9efb0b43/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6a7573747261766967612f6c61726176656c2d646565706c3f6c6162656c3d737461626c65267374796c653d666c61742d737175617265)](https://packagist.org/packages/justraviga/laravel-deepl)[![Unstable Version](https://camo.githubusercontent.com/85afbac0745eb275d863cee4b1701a70c0e30315d27990b00f1abd553b8761e8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e737461626c652d6465762d2d6d61696e2d6f72616e67653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/justraviga/laravel-deepl)[![Total Downloads](https://camo.githubusercontent.com/662e2c414f7f037a45ad2fd1d9e8f6e0bb59f51386007959c050e9fac18d2acb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a7573747261766967612f6c61726176656c2d646565706c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/justraviga/laravel-deepl)[![License](https://camo.githubusercontent.com/45ab8c12b901e151b30b0f4b6f9e173e54b59245585873df2a51f9cdad84d76e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a7573747261766967612f6c61726176656c2d646565706c2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Using](#using)

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

[](#installation)

To get the latest version of `Laravel DeepL`, simply require the project using [Composer](https://getcomposer.org):

```
$ composer require justraviga/laravel-deepl
```

Or manually update `require` block of `composer.json` and run `composer update`.

```
{
    "require": {
        "justraviga/laravel-deepl": "^0.1"
    }
}
```

Using
-----

[](#using)

Translate single string

```
use JustRaviga\Deepl\Facades\Deepl;

$translated = Deepl::api()->translate('Hello world!', 'EN', 'DE');
```

Create/Update lang files for specific language. It allows to complete all missing translations for specific language.

```
php artisan deepl:sync de
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance51

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~289 days

Total

4

Last Release

342d ago

### Community

Maintainers

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

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

---

Top Contributors

[![DeDmytro](https://avatars.githubusercontent.com/u/13836815?v=4)](https://github.com/DeDmytro "DeDmytro (9 commits)")[![200-0K](https://avatars.githubusercontent.com/u/38166228?v=4)](https://github.com/200-0K "200-0K (1 commits)")

---

Tags

laravellocalizationtranslationslangdeeplDeepL api

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/justraviga-laravel-deepl/health.svg)

```
[![Health](https://phpackages.com/badges/justraviga-laravel-deepl/health.svg)](https://phpackages.com/packages/justraviga-laravel-deepl)
```

###  Alternatives

[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.4M10](/packages/kkomelin-laravel-translatable-string-exporter)[laravel-lang/publisher

Localization publisher for your Laravel application

2167.7M24](/packages/laravel-lang-publisher)[outhebox/laravel-translations

Manage your Laravel translations with a beautiful UI. Add, edit, delete, import, and export translations with ease.

80687.6k](/packages/outhebox-laravel-translations)[arcanedev/laravel-lang

Translations manager and checker for Laravel based on 'Laravel-Lang/lang' package.

7271.4k](/packages/arcanedev-laravel-lang)[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.

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

PHPackages © 2026

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