PHPackages                             betterde/texterify - 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. [CLI &amp; Console](/categories/cli)
4. /
5. betterde/texterify

ActiveLibrary[CLI &amp; Console](/categories/cli)

betterde/texterify
==================

A command-line tool for batch synchronization of language packs between local and texterify TMS

v1.0.2(3y ago)113MITPHPPHP &gt;=8.0

Since Mar 20Pushed 3y agoCompare

[ Source](https://github.com/betterde/texterify)[ Packagist](https://packagist.org/packages/betterde/texterify)[ Fund](https://betterde.github.io/ects/introduction/more.html)[ RSS](/packages/betterde-texterify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

Texterify CLI
=============

[](#texterify-cli)

A command-line tool for batch synchronization of language packs between local and texterify TMS.

[![Translator CLI](./images/translator-cli-screen-shot.png)](./images/translator-cli-screen-shot.png)

Features
========

[](#features)

- Push project language packages to the Texterify service
- Pull Texterify translated language packs to your local project
- Support for beautifying PHP array code using short array format (using laravel/pint package)

Installation
============

[](#installation)

```
composer global require betterde/texterify
```

or

```
composer require betterde/texterify --dev
```

Config
======

[](#config)

The texterify utility can be configured by placing a `.texterify.json` in your project folder.

You can use `texterify auth    ` command to generate the `.texterify.json` config file.

The authentication against the Texterify server is configured in the project `.texterify.json` configuration file. Make sure to always keep the config file private.

Example:

```
{
    "endpoint": "https:\/\/your.domain.com\/api\/v1",
    "project": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
    "email": "developer@example.com",
    "token": "XXXXXXXXXXXXXXXXXXXXX"
}
```

- endpoint: The API service endpoint of Texterify.
- email: The email you use to log in on Texterify.
- project: The project you want to manage. The project ID can be found on the project overview site or in the URL of the project sites.
- token: An access token you can generate at https://{your.domain.com}/dashboard/settings/access-tokens.

Usage
=====

[](#usage)

If you have successfully configured your project you can try to do `texterify ` in the directory where you placed your project config. To get a list of all commands your current version supports try `texterify -h`.

```
Texterify CLI v1.0.1

Usage:
  command [options] [arguments]

Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
  auth        Generate authentication information
  completion  Dump the shell completion script
  component   The operations of components
  help        Display help for a command
  language    Display the languages supported by the project
  list        List commands
  project     The operations of project
```

License
=======

[](#license)

This project is licensed under the MIT License. See the LICENSE file for details.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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 ~1 days

Total

2

Last Release

1153d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c85593d180ab34bd56247c69debca02794f8f07b7ee0737fc897164858de6b1?d=identicon)[GeorgeKing](/maintainers/GeorgeKing)

---

Top Contributors

[![jinrenjie](https://avatars.githubusercontent.com/u/5665135?v=4)](https://github.com/jinrenjie "jinrenjie (3 commits)")

---

Tags

clilocalizationinternationalizationi18ntranslationtmstexterifytexterify-cli

### Embed Badge

![Health badge](/badges/betterde-texterify/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-lang/publisher

Localization publisher for your Laravel application

2167.7M24](/packages/laravel-lang-publisher)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[mariuzzo/laravel-translator

Laravel command that interactively helps you translate missing keys.

1939.9k](/packages/mariuzzo-laravel-translator)

PHPackages © 2026

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