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

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

dashed/laravel-deepl
====================

Deepl Automated translations for Laravel lang files

v1.0.3(2y ago)02591MITPHPPHP ^8.2

Since May 10Pushed 2y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (5)Versions (4)Used By (1)

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

[](#laravel-deepl-translator)

Provides access to DeepL API for Laravel projects

[![Stable Version](https://camo.githubusercontent.com/c459e66c609242b29e3bbeee772d47820a5798fde6537bda5e7df8bc2ad532d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6461736865642f6c61726176656c2d646565706c3f6c6162656c3d737461626c65267374796c653d666c61742d737175617265)](https://packagist.org/packages/dashed/laravel-deepl)[![Unstable Version](https://camo.githubusercontent.com/85afbac0745eb275d863cee4b1701a70c0e30315d27990b00f1abd553b8761e8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e737461626c652d6465762d2d6d61696e2d6f72616e67653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dashed/laravel-deepl)[![Total Downloads](https://camo.githubusercontent.com/52cb92cc58625196a47c6c56c941230875d58242fa821cdff16c0e6f5e52de4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6461736865642f6c61726176656c2d646565706c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dashed/laravel-deepl)[![License](https://camo.githubusercontent.com/72807b7737b134e054cd97b5ca3800e5e058dbcf877dcc38ab9d4eae753af0ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6461736865642f6c61726176656c2d646565706c2e7376673f7374796c653d666c61742d737175617265)](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 dashed/laravel-deepl
```

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

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

Using
-----

[](#using)

Translate single string

```
use Dashed\Deepl\Facades\Deepl;

$translated = Deepl::api()->translate('Hallo wereld!', 'NL', 'EN');
```

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

```
php artisan deepl:sync nl
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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 ~0 days

Total

3

Last Release

738d ago

### Community

Maintainers

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

---

Tags

laravellocalizationtranslationslangdeeplDeepL api

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[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)[andrewdwallo/transmatic

Automate and streamline real-time text translations in your Laravel applications

5511.6k](/packages/andrewdwallo-transmatic)[zachleigh/laravel-lang-bundler

Create Laravel translations bundles.

2512.5k](/packages/zachleigh-laravel-lang-bundler)[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1229.5k](/packages/acclaro-translations)

PHPackages © 2026

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