PHPackages                             concept7/filament-deepl-translations - 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. concept7/filament-deepl-translations

ActiveLibrary

concept7/filament-deepl-translations
====================================

This is my package filament-deepl-translations

1.0.0(7mo ago)01.7k↓42.9%[3 PRs](https://github.com/concept7/filament-deepl-translations/pulls)MITPHPPHP ^8.2CI passing

Since Jul 24Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/concept7/filament-deepl-translations)[ Packagist](https://packagist.org/packages/concept7/filament-deepl-translations)[ Docs](https://github.com/concept7/filament-deepl-translations)[ GitHub Sponsors](https://github.com/Concept7)[ RSS](/packages/concept7-filament-deepl-translations/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (1)Dependencies (17)Versions (18)Used By (0)

Filament DeepL translations
===========================

[](#filament-deepl-translations)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b8ad9d3da6a38aa4f7688f782bd9560facae9d2d450cfbbe9c4dd395f1dae30c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6e63657074372f66696c616d656e742d646565706c2d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/concept7/filament-deepl-translations)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e473eb53cc53340db61c8393a447ab2eb3780905edeac4be843a494dce2092d9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f6e63657074372f66696c616d656e742d646565706c2d7472616e736c6174696f6e732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/concept7/filament-deepl-translations/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/eeca2eef71fa0b216771ca852e72825282e10534b28cf25d8a4dbfb362e504d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f6e63657074372f66696c616d656e742d646565706c2d7472616e736c6174696f6e732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/concept7/filament-deepl-translations/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d9b90a73ef62deb12d1e7a50672706376348ba6b873b8cda79d9b6af7839b2f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6e63657074372f66696c616d656e742d646565706c2d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/concept7/filament-deepl-translations)

*The package heavily depends on the [Spatie Translatable packages](https://filamentphp.com/plugins/filament-spatie-translatable)*

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

[](#installation)

You can install the package via composer:

```
composer require concept7/filament-deepl-translations
```

Optionally, you can publish the language using

```
php artisan vendor:publish --tag="filament-deepl-translations-languages"
```

Add the following to services.php

```
    'deepl' => [
        'api_key' => env('DEEPL_API_KEY'),
    ],
```

And add DEEPL\_API\_KEY to your .env

Usage
-----

[](#usage)

### Option #1: Live update on the input fields in place

[](#option-1-live-update-on-the-input-fields-in-place)

```
RichEditor::make('body')
    ->label('Body')
    ->translatable() // add this line to make field translatable. That's it!
    ->required(),
```

### Option #2: Bulk update database records

[](#option-2-bulk-update-database-records)

If you would like to bulk update records then theres a BulkAction in place:

```
use Concept7\FilamentDeeplTranslations\Actions\DeeplBulkTranslatableAction;

    ->bulkActions([
        DeeplBulkTranslatableAction::make(),
    ])
```

Make sure you add the Deepl Trait to the corresponding models.

```
use Concept7\FilamentDeeplTranslations\Traits\Deepl;

use Deepl;
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Martijn Wagena](https://github.com/concept7)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance77

Regular maintenance activity

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 55.8% 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 ~47 days

Recently: every ~75 days

Total

10

Last Release

236d ago

Major Versions

0.x-dev → 1.0.02025-09-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c8436fa940b097bc16a3da74b6d85a4070816e19070a5bdc1a6f733a61f75fc?d=identicon)[concept7](/maintainers/concept7)

---

Top Contributors

[![mwagena](https://avatars.githubusercontent.com/u/1246801?v=4)](https://github.com/mwagena "mwagena (24 commits)")[![jurnskie](https://avatars.githubusercontent.com/u/4242668?v=4)](https://github.com/jurnskie "jurnskie (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

laravelconcept7filament-deepl-translations

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/concept7-filament-deepl-translations/health.svg)

```
[![Health](https://phpackages.com/badges/concept7-filament-deepl-translations/health.svg)](https://phpackages.com/packages/concept7-filament-deepl-translations)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

320392.1k17](/packages/codewithdennis-filament-select-tree)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[rawilk/filament-password-input

Enhanced password input component for filament.

52232.4k3](/packages/rawilk-filament-password-input)[solution-forest/filament-simplelightbox

This is my package filament-simplelightbox

6281.0k1](/packages/solution-forest-filament-simplelightbox)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1124.1k](/packages/codebar-ag-laravel-filament-json-field)

PHPackages © 2026

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