PHPackages                             dejwcake/admin-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. [Admin Panels](/categories/admin)
4. /
5. dejwcake/admin-translations

ActiveLibrary[Admin Panels](/categories/admin)

dejwcake/admin-translations
===========================

Translation manager for brackets/admin-ui

2.0.0(1mo ago)07711MITPHPPHP ^8.5CI passing

Since May 7Pushed 1w agoCompare

[ Source](https://github.com/dejwCake/admin-translations)[ Packagist](https://packagist.org/packages/dejwcake/admin-translations)[ RSS](/packages/dejwcake-admin-translations/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)Dependencies (26)Versions (12)Used By (1)

Admin Translations
==================

[](#admin-translations)

Admin Translations is a Laravel translation manager package. It scans your application for translation keys, stores them in the database, and provides a clean admin UI to review and edit them. The package ships with a custom translation loader that overrides Laravel’s default loader, so translations are automatically loaded from the database at runtime.

[![Admin Translations ready to use](https://camo.githubusercontent.com/8de7d8e9d99c5bf7fd97c051fdfb44701637dd1a6aa342b3435cafcec08fb890/68747470733a2f2f646f63732e676574637261667461626c652e636f6d2f6173736574732f61646d696e2d7472616e736c6174696f6e732d312e706e67 "Admin Translations ready to use")](https://camo.githubusercontent.com/8de7d8e9d99c5bf7fd97c051fdfb44701637dd1a6aa342b3435cafcec08fb890/68747470733a2f2f646f63732e676574637261667461626c652e636f6d2f6173736574732f61646d696e2d7472616e736c6174696f6e732d312e706e67)

[![Admin Translations edit form](https://camo.githubusercontent.com/a72bee0bb2683cb2232355c0495a9d76e7a16787e0f59c822d0f9d7e54122706/68747470733a2f2f646f63732e676574637261667461626c652e636f6d2f6173736574732f61646d696e2d7472616e736c6174696f6e732d322e706e67 "Admin Translations edit form")](https://camo.githubusercontent.com/a72bee0bb2683cb2232355c0495a9d76e7a16787e0f59c822d0f9d7e54122706/68747470733a2f2f646f63732e676574637261667461626c652e636f6d2f6173736574732f61646d696e2d7472616e736c6174696f6e732d322e706e67)

This package is part of [Craftable](https://github.com/dejwCake/craftable) (`dejwCake/craftable`), an administration starter kit for Laravel 13, forked from [Craftable](https://github.com/BRACKETS-by-TRIAD/craftable) (`brackets/craftable`).

Documentation
-------------

[](#documentation)

You can find full documentation at

Issues
------

[](#issues)

Where do I report issues? If something is not working as expected, please open an issue in the main repository .

How to develop this project
---------------------------

[](#how-to-develop-this-project)

### Composer

[](#composer)

Update dependencies:

```
docker compose run -it --rm test composer update
```

Composer normalization:

```
docker compose run -it --rm php-qa composer normalize
```

### Run tests

[](#run-tests)

Run tests with pcov:

```
docker compose run -it --rm test ./vendor/bin/phpunit -d pcov.enabled=1
```

To regenerate snapshots use:

```
docker compose run -it --rm test ./vendor/bin/phpunit -d pcov.enabled=1 -d --update-snapshots
```

To switch between postgresql and mariadb change in `docker-compose.yml` DB\_CONNECTION environmental variable:

```
- DB_CONNECTION: pgsql
+ DB_CONNECTION: mysql

```

### Run code analysis tools (php-qa)

[](#run-code-analysis-tools-php-qa)

PHP compatibility:

```
docker compose run -it --rm php-qa phpcs --standard=.phpcs.compatibility.xml --cache=.phpcs.cache
```

Code style:

```
docker compose run -it --rm php-qa phpcs -s --colors --extensions=php
```

Fix style issues:

```
docker compose run -it --rm php-qa phpcbf -s --colors --extensions=php
```

Static analysis (phpstan):

```
docker compose run -it --rm php-qa phpstan analyse --configuration=phpstan.neon
```

Mess detector (phpmd):

```
docker compose run -it --rm php-qa phpmd ./config,./database,./lang,./resources,./routes,./src,./tests ansi phpmd.xml --suffixes php --baseline-file phpmd.baseline.xml
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance94

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~48 days

Total

10

Last Release

54d ago

Major Versions

0.9.1 → 1.0.02025-02-24

0.9.2 → 1.0.12025-10-21

v1.x-dev → 2.0.02026-05-03

PHP version history (3 changes)0.9.0PHP ^8.1

1.0.0PHP ^8.2

2.0.0PHP ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/7587c47435caa968be9a652630c6c0c91abacb43dfa001b02cbe5b892672cd7e?d=identicon)[dejwCake](/maintainers/dejwCake)

---

Top Contributors

[![palypster](https://avatars.githubusercontent.com/u/2362237?v=4)](https://github.com/palypster "palypster (83 commits)")[![dejwCake](https://avatars.githubusercontent.com/u/22255647?v=4)](https://github.com/dejwCake "dejwCake (47 commits)")[![RichardDominik](https://avatars.githubusercontent.com/u/13850339?v=4)](https://github.com/RichardDominik "RichardDominik (36 commits)")[![strstensky](https://avatars.githubusercontent.com/u/39539367?v=4)](https://github.com/strstensky "strstensky (7 commits)")[![matejminar](https://avatars.githubusercontent.com/u/9060071?v=4)](https://github.com/matejminar "matejminar (7 commits)")[![mucskaati](https://avatars.githubusercontent.com/u/18575954?v=4)](https://github.com/mucskaati "mucskaati (3 commits)")[![DrzikFilip](https://avatars.githubusercontent.com/u/45689662?v=4)](https://github.com/DrzikFilip "DrzikFilip (1 commits)")

---

Tags

laraveltranslationsmanagercmsadminlocalizations

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/dejwcake-admin-translations/health.svg)

```
[![Health](https://phpackages.com/badges/dejwcake-admin-translations/health.svg)](https://phpackages.com/packages/dejwcake-admin-translations)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.6k](/packages/larastan-larastan)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

9782.1M162](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

20432.2M1.5k](/packages/illuminate-queue)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76518.2M120](/packages/laravel-mcp)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M153](/packages/spatie-laravel-health)

PHPackages © 2026

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