PHPackages                             georgii-web/laravel-crowdin-integration - 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. georgii-web/laravel-crowdin-integration

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

georgii-web/laravel-crowdin-integration
=======================================

Automate translations uploading/downloading

3.0.7(5y ago)02831MITPHPPHP ^7.2|^8.0

Since Nov 2Pushed 5y agoCompare

[ Source](https://github.com/GeorgII-web/laravel-crowdin-integration)[ Packagist](https://packagist.org/packages/georgii-web/laravel-crowdin-integration)[ RSS](/packages/georgii-web-laravel-crowdin-integration/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (5)Versions (13)Used By (0)

Laravel-Crowdin Integration
===========================

[](#laravel-crowdin-integration)

Automate uploading/downloading translations

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

[](#installation)

Install the package via composer:

`composer require georgii-web/laravel-crowdin-integration --dev`

By default, the package uses the following environment variables

```
CROWDIN_PROJECT_ID
CROWDIN_API_KEY

```

Config Files
------------

[](#config-files)

In order to edit the default configuration for this package you may execute:

```
php artisan vendor:publish --provider="MacPaw\LaravelCrowdinIntegration\CrowdinServiceProvider"

```

After that, `config/crowdin.php` will be created. Inside this file you will find all the fields that can be edited in this package.

Full scenario
-------------

[](#full-scenario)

Add/update lang-file from "/resources/lang/en/{file}" to crowdin.com, translate and **approve** rows there, download translates to the projects "/resources/lang/{language}/{file}".

### Commands

[](#commands)

```
php artisan crowdin:add/update default.php

```

Translate and approve it on the crowdin.com

```
php artisan crowdin:download

```

Check translation in "/resources/lang/{language}/default.php"

### FYI

[](#fyi)

> If row was deleted in file, after update it'll be deleted in crowdin.com too. Only approved rows wil be downloaded to the project.

Usage
-----

[](#usage)

You can see all the commands in the list of command:

```
php artisan list

```

### Add File

[](#add-file)

Add a file from project to Crowdin repository:

```
php artisan crowdin:add {fileName.ext}

```

> It is work only for adding file, not for updating

### Update File

[](#update-file)

Update exist file from project to Crowdin repository

```
php artisan crowdin:update {fileName.ext}

```

> It is work only for updating file, not for adding

### Upload File

[](#upload-file)

This is command add or update all origin files from a project in Crowdin repository:

```
php artisan crowdin:upload

```

> No matter file exists or not in Crowdin repository

### Build

[](#build)

Build ZIP archive with the latest translations.

```
php artisan crowdin:build

```

### Download Files

[](#download-files)

Download translations files from Crowdin repository to your.

```
php artisan crowdin:download

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 51.9% 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 ~91 days

Recently: every ~7 days

Total

11

Last Release

1832d ago

Major Versions

1.0.2 → 2.0.02020-10-15

2.0.0 → 3.0.12021-04-06

PHP version history (4 changes)1.0.0PHP ^7.0.0

2.0.0PHP ^7.1

3.0.1PHP ^7.2

3.0.3PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8732fb5579944b880eba4d8f719cb9d97cf3c2d2cfafa4c7562c1c0850eeeb96?d=identicon)[GeorgII](/maintainers/GeorgII)

---

Top Contributors

[![Yonchi](https://avatars.githubusercontent.com/u/7525170?v=4)](https://github.com/Yonchi "Yonchi (28 commits)")[![GeorgII-web](https://avatars.githubusercontent.com/u/52407577?v=4)](https://github.com/GeorgII-web "GeorgII-web (17 commits)")[![yevheniipylypenko](https://avatars.githubusercontent.com/u/159532429?v=4)](https://github.com/yevheniipylypenko "yevheniipylypenko (6 commits)")[![ypylypenko](https://avatars.githubusercontent.com/u/19938155?v=4)](https://github.com/ypylypenko "ypylypenko (3 commits)")

---

Tags

laravelcrowdin

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/georgii-web-laravel-crowdin-integration/health.svg)

```
[![Health](https://phpackages.com/badges/georgii-web-laravel-crowdin-integration/health.svg)](https://phpackages.com/packages/georgii-web-laravel-crowdin-integration)
```

###  Alternatives

[mcamara/laravel-localization

Easy localization for Laravel

3.5k9.1M112](/packages/mcamara-laravel-localization)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[vemcogroup/laravel-translation

Translation package for Laravel to scan for localisations and up/download to poeditor

135304.0k2](/packages/vemcogroup-laravel-translation)[laravel-latam/spanish

Spanish Package for Laravel

124.2k](/packages/laravel-latam-spanish)

PHPackages © 2026

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