PHPackages                             devonray/azuretranslate - 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. [API Development](/categories/api)
4. /
5. devonray/azuretranslate

ActiveLibrary[API Development](/categories/api)

devonray/azuretranslate
=======================

Create azure translations for lumen

1.1.1(6y ago)064PHPPHP ^7.2

Since Feb 27Pushed 6y agoCompare

[ Source](https://github.com/devon2018/azure-translate)[ Packagist](https://packagist.org/packages/devonray/azuretranslate)[ Docs](https://devonray.net)[ RSS](/packages/devonray-azuretranslate/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (11)Used By (0)

Lumen Azure translation package
===============================

[](#lumen-azure-translation-package)

### Installation

[](#installation)

This package requires lumens local file storage to be setup [How to setup lumen local strage](https://github.com/devon2018/add-localstorage-to-lumen)

```
    composer require devonray/azuretranslate

```

Add the following to your bootstrap/app.php file to register the service provider

```
    $app->register(Devonray\AzureTranslate\AzureTranslatorServiceProvider::class);
```

Copy the language file into your config/ directory

add your Azure api key to your enviroment file [Get Azure key](https://docs.microsoft.com/en-us/azure/cognitive-services/translator/translator-text-how-to-signup)

```
  AZURE_KEY=secret
```

add a new storage option to your filesystems.php

```
  'local_r' => [
    'driver' => 'local',
    'root' => base_path()
  ],
```

##### !important Make sure the resources/lang/ directory exists

[](#important-make-sure-the-resourceslang-directory-exists)

Usage
=====

[](#usage)

You can use the packge from the terminal like follows

```
    php artisan translation:create "translation.key" "String to translate"

```

Adding the "." in the name will split the translations into files e.g user.name will create a line in the user.php translation with the name key

If no "." are present in the string then they get put into the main.php file

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~37 days

Recently: every ~83 days

Total

10

Last Release

2300d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0dd20c7be1c8c4b25ae6ddc07a0852131da1910e329b46e3b5d9a7f581ef059d?d=identicon)[devon2018](/maintainers/devon2018)

---

Top Contributors

[![devon2018](https://avatars.githubusercontent.com/u/46196252?v=4)](https://github.com/devon2018 "devon2018 (12 commits)")

### Embed Badge

![Health badge](/badges/devonray-azuretranslate/health.svg)

```
[![Health](https://phpackages.com/badges/devonray-azuretranslate/health.svg)](https://phpackages.com/packages/devonray-azuretranslate)
```

###  Alternatives

[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[phpdocumentor/phpdocumentor

Documentation Generator for PHP

4.4k3.1M878](/packages/phpdocumentor-phpdocumentor)[mpociot/laravel-apidoc-generator

Generate beautiful API documentation from your Laravel application

3.5k3.1M12](/packages/mpociot-laravel-apidoc-generator)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[badaso/core

The API &amp; platform builder, build your apps 10x faster even more, it's open source &amp; 100% free !

1.3k16.2k10](/packages/badaso-core)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)

PHPackages © 2026

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