PHPackages                             simp/translate - 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. simp/translate

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

simp/translate
==============

This is packages of simp content manager for translation

v1.0.3(10mo ago)0502MITPHP

Since May 7Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/CHANCENY/translate)[ Packagist](https://packagist.org/packages/simp/translate)[ RSS](/packages/simp-translate/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (2)

Simp Translate Package
======================

[](#simp-translate-package)

A PHP library for easy text translation between different languages using Google Translate API with caching support.

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

[](#installation)

Install the package via composer:

```
   composer require simp/translate
```

Usage
-----

[](#usage)

### Basic usage

[](#basic-usage)

```
    require_once 'vendor/autoload.php';

    // Note: this will use the default translation languages, i.e., en to fr
    echo Translate::translate('Hello, How are you?');
```

### Advance usage

[](#advance-usage)

```

   require_once 'vendor/autoload.php';

   //Note: here we are manually setting the output language ie the original text is english which will be translated to Nyanja (Chichewa)
   echo Translate::translate('Hello, How are you?', to: 'ny');

   // This is also possible.
   echo Translate::translate('Moni', from: 'ny', to: 'en');

   // Sometimes you will need to just save the translation result some where to reuse it, in that way you dont have ask google to translate everytime.
   echo Translate::translate('Hello, How are you?', to: 'ny', cacheLocation: __DIR__.'/cache');
```

Maintainer
----------

[](#maintainer)

[Chance Nyasulu](https://github.com/CHANCENY)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance54

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~34 days

Total

4

Last Release

311d ago

### Community

Maintainers

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

---

Top Contributors

[![maybuck](https://avatars.githubusercontent.com/u/12176638?v=4)](https://github.com/maybuck "maybuck (3 commits)")[![CHANCENY](https://avatars.githubusercontent.com/u/96126430?v=4)](https://github.com/CHANCENY "CHANCENY (2 commits)")

### Embed Badge

![Health badge](/badges/simp-translate/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1155.2k](/packages/rcsofttech-audit-trail-bundle)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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