PHPackages                             ajaaleixo/laravel-phraseapp - 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. ajaaleixo/laravel-phraseapp

ActiveLibrary[API Development](/categories/api)

ajaaleixo/laravel-phraseapp
===========================

Laravel PhraseApp Package

v1.1.3(6y ago)416.3k[2 issues](https://github.com/ajaaleixo/laravel-phraseapp/issues)MITPHPPHP &gt;=5.6.4CI failing

Since Mar 16Pushed 6y ago3 watchersCompare

[ Source](https://github.com/ajaaleixo/laravel-phraseapp)[ Packagist](https://packagist.org/packages/ajaaleixo/laravel-phraseapp)[ Docs](https://github.com/ajaaleixo/laravel-phraseapp-client)[ RSS](/packages/ajaaleixo-laravel-phraseapp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (10)Used By (0)

[![Codacy Badge](https://camo.githubusercontent.com/cdbb035b0d226346ad04a0fbec9acba867bfdb145f6150193d8bff8a96acbc2b/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3566663961333166336130663462316338633636383362383861646633376335)](https://www.codacy.com/app/ajaaleixo/laravel-phraseapp?utm_source=github.com&utm_medium=referral&utm_content=ajaaleixo/laravel-phraseapp&utm_campaign=Badge_Grade)[![CircleCI](https://camo.githubusercontent.com/a0323ad2877681b4992b5b2a01b9368d784745285585924886d81c22f2cb7713/68747470733a2f2f636972636c6563692e636f6d2f67682f616a61616c6569786f2f6c61726176656c2d7068726173656170702f747265652f6d61737465722e7376673f7374796c653d737667)](https://circleci.com/gh/ajaaleixo/laravel-phraseapp/tree/master)[![Downloads](https://camo.githubusercontent.com/85199a48493efd8b1700505ffdad383a3075d0809408c7583439d40a2baf595a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616a61616c6569786f2f6c61726176656c2d706872617365617070)](https://packagist.org/packages/ajaaleixo/laravel-phraseapp)

Laravel PhraseApp Package
=========================

[](#laravel-phraseapp-package)

Supports L5.4

This package offers you a way of downloading translated keys from . This translation tool supports *tagging* which is used to separate your key set.

Commands / Features
-------------------

[](#commands--features)

### Download

[](#download)

Fetched the configured list of *Locales* per *Tag* from your PhraseApp.com and creates one file per Tag under you resources/lang/locale/ directory.

+PhraseApp - Suggestion of usage+

When importing/inserting new keys, I suggest to use tags as API accept it as filter option.

Install
-------

[](#install)

### Add Service provider

[](#add-service-provider)

Open your config/app.php and insert the following in providers key:

```
Ajaaleixo\PhraseApp\PhraseAppServiceProvider::class,

```

### Add a Storage Disk

[](#add-a-storage-disk)

Open your config/filesystems.php and insert the following code:

```
'disks' => [
(...)
'lang' => [
    'driver' => 'local',
    'root' => resource_path('lang'),
],
]

```

### Run Publish command

[](#run-publish-command)

```
php artisan vendor:publish --provider="Ajaaleixo\PhraseApp\PhraseAppServiceProvider"

```

### Edit your settings

[](#edit-your-settings)

Open `config/laravel-phraseapp.php` and create each `.env` key and edit the following:

- project\_id
- api.key
- identification

Roadmap
-------

[](#roadmap)

- Phraseapp:Upload Push existing translations to PhraseApp
- Phraseapp:Get:Locales Displays a Table with Available Locales in your Account

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 90.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 ~151 days

Recently: every ~265 days

Total

8

Last Release

2283d ago

### Community

Maintainers

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

---

Top Contributors

[![ajaaleixo](https://avatars.githubusercontent.com/u/6562222?v=4)](https://github.com/ajaaleixo "ajaaleixo (40 commits)")[![claudiodekker](https://avatars.githubusercontent.com/u/1752195?v=4)](https://github.com/claudiodekker "claudiodekker (3 commits)")[![emanueldelgado](https://avatars.githubusercontent.com/u/8160677?v=4)](https://github.com/emanueldelgado "emanueldelgado (1 commits)")

---

Tags

laravellaravel-5-packagelaravel-packagephraseappapilaraveltranslationphrasephraseapp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ajaaleixo-laravel-phraseapp/health.svg)

```
[![Health](https://phpackages.com/badges/ajaaleixo-laravel-phraseapp/health.svg)](https://phpackages.com/packages/ajaaleixo-laravel-phraseapp)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[bushlanov-dev/max-bot-api-client-php

Max Bot API Client library

281.6k](/packages/bushlanov-dev-max-bot-api-client-php)

PHPackages © 2026

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