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 2w 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 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

2347d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46196252?v=4)[Devon Ray](/maintainers/devon2018)[@devon2018](https://github.com/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

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M61](/packages/knuckleswtf-scribe)[phpdocumentor/phpdocumentor

Documentation Generator for PHP

4.4k3.1M906](/packages/phpdocumentor-phpdocumentor)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M482](/packages/pimcore-pimcore)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

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

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)

PHPackages © 2026

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