PHPackages                             upaid/translations-validator - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. upaid/translations-validator

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

upaid/translations-validator
============================

This package provides an artisan command that validates YAML files placed in resources/lang directory in a Laravel project

1.0.0(8y ago)04.3kMITPHP

Since Mar 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/uPaid/translations-validator)[ Packagist](https://packagist.org/packages/upaid/translations-validator)[ Docs](https://github.com/uPaid/translations-validator)[ RSS](/packages/upaid-translations-validator/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

YAML translations validator
===========================

[](#yaml-translations-validator)

[![License: MIT](https://camo.githubusercontent.com/c2bffd81d308ced1cc3b0d66fb0ed453ab478a5e17c988b780f9de986a390ee2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://opensource.org/licenses/MIT)

This package provides an artisan command that validates YAML files placed in resources/lang directory in a Laravel project.

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

[](#installation)

This package can be installed through Composer:

```
composer require upaid/translations-validator
```

Or by adding the following line to the `require` section of your Laravel app's `composer.json` file:

```
    "require": {
        "upaid/translations-validator": "1.*"
    }
```

Run `composer update upaid/translations-validator` to install the package.

Usage
-----

[](#usage)

In order to validate your translation files execute the following command:

```
php artisan translations-validator:validate
```

In case there are any errors a full list is displayed. It's good to add it to pre-commit git hook in order to prevent people from commiting syntactically invalid YAML files.

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

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

Every ~2 days

Total

2

Last Release

3084d ago

Major Versions

0.1 → 1.0.02018-03-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18398854?v=4)[uPaid Sp. z o.o](/maintainers/uPaid)[@uPaid](https://github.com/uPaid)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/upaid-translations-validator/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M307](/packages/laravel-ai)[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.4k](/packages/laravel-sail)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

5031.3k](/packages/erag-laravel-lang-sync-inertia)[flarum/core

Delightfully simple forum software.

211.5M2.5k](/packages/flarum-core)

PHPackages © 2026

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