PHPackages                             jjoswig/azure-translator - 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. jjoswig/azure-translator

ActiveCakephp-plugin[API Development](/categories/api)

jjoswig/azure-translator
========================

AzureTranslator plugin for CakePHP

01PHPCI failing

Since May 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jjoswig/cakephp-azuretranslator)[ Packagist](https://packagist.org/packages/jjoswig/azure-translator)[ RSS](/packages/jjoswig-azure-translator/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

AzureTranslator plugin for CakePHP
==================================

[](#azuretranslator-plugin-for-cakephp)

Purpose
-------

[](#purpose)

When creating contents, e. g. blog posts, it might be handy to automatically translate them into other languages. There are several translation services available, such as Azure Translator, that are even for free.

I created a CakePHP plugin that triggers the Azure Translator service interfaces, hands over text and receives the translated texts.

Prerequisites
-------------

[](#prerequisites)

To use this plugin you need the following:

- A running CakePHP 4 installation
- An valid Azure subscription

Setup Azure Translator
----------------------

[](#setup-azure-translator)

1. Log in to your Azure tenant
2. Add a **Translator Text** resource from the Azure marketplace ()

- Choose the **F0** pricing tier that allows translation of up to 2M characters per month

3. Get one of the two API keys to use as authentication against Azure Translator

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

[](#installation)

1. You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require jjoswig/AzureTranslator

```

2. Set up the Azure component by adding the API key to your environment variables (config/.env)

```
export AZURE_TRANSLATE_ENDPOINT="https://api-eur.cognitive.microsofttranslator.com"
export AZURE_TRANSLATE_KEY="**SUBSCRIPTION_KEY_HERE**"

```

More Information
----------------

[](#more-information)

More information on this plugin and the Azure Translator service inparticular can be found here:

- My Blog:
- Azure Translator API:
- Azure Translator general information:

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/722419?v=4)[jjoswig](/maintainers/jjoswig)[@jjoswig](https://github.com/jjoswig)

---

Top Contributors

[![jjoswig](https://avatars.githubusercontent.com/u/722419?v=4)](https://github.com/jjoswig "jjoswig (1 commits)")

### Embed Badge

![Health badge](/badges/jjoswig-azure-translator/health.svg)

```
[![Health](https://phpackages.com/badges/jjoswig-azure-translator/health.svg)](https://phpackages.com/packages/jjoswig-azure-translator)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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