Download the PHP package betterde/texterify without Composer
On this page you can find all versions of the php package betterde/texterify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download betterde/texterify
More information about betterde/texterify
Files in betterde/texterify
Package texterify
Short Description A command-line tool for batch synchronization of language packs between local and texterify TMS
License MIT
Informations about the package texterify
Texterify CLI
A command-line tool for batch synchronization of language packs between local and texterify TMS.
Features
- [X] Push project language packages to the Texterify service
- [X] Pull Texterify translated language packs to your local project
- [X] Support for beautifying PHP array code using short array format (using laravel/pint package)
Installation
or
Config
The texterify utility can be configured by placing a .texterify.json
in your project folder.
You can use texterify auth <endpoint> <project> <email> <token>
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: 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
If you have successfully configured your project you can try to do texterify <command>
in the directory where you placed your project config. To get a list of all commands your current version supports try texterify -h
.
License
This project is licensed under the MIT License. See the LICENSE file for details.
All versions of texterify with dependencies
ext-json Version *
ext-curl Version *
mnapoli/silly Version ^1.8.0
illuminate/http Version ^7.0|^8.0|^9.0|^10.0
guzzlehttp/guzzle Version 7.5.0
illuminate/support Version ^7.0|^8.0|^9.0|^10.0
illuminate/console Version ^7.0|^8.0|^9.0|^10.0
illuminate/container Version ^7.0|^8.0|^9.0|^10.0