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 2mo 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 65% 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

2988d ago

Major Versions

0.1 → 1.0.02018-03-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1bde7e97e513b87db91760997a141eb7b1c8c502f19bd482a97045ec9198638?d=identicon)[uPaid](/maintainers/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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M597](/packages/laravel-ui)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[wendelladriel/laravel-validated-dto

Data Transfer Objects with validation for Laravel applications

759569.4k13](/packages/wendelladriel-laravel-validated-dto)

PHPackages © 2026

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