Download the PHP package quarkinocom/laravel-translation-manager without Composer

On this page you can find all versions of the php package quarkinocom/laravel-translation-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-translation-manager

Laravel Translation Manager

The Laravel Translation Manager is an Artisan command suite designed for managing and automating the translation process in Laravel applications. Utilizing the OpenAI API, this package simplifies tasks such as displaying, comparing, translating, and repairing language files across different languages, making it a must-have for developers working on multilingual projects.

Installation

To get started, install the package through Composer:

This command automatically installs the package and registers its service provider via Laravel's package discovery.

Publishing Configuration

To customize the package's settings, such as specifying your OpenAI API key, publish the configuration file:

This command copies the translation-manager.php configuration file to your project's config directory.

Usage

The package introduces several Artisan commands to streamline language file management:

Show Command

Display a list of all translation files for a specified language, including the count of translation keys.

Usage:

Sample Command:

Expected Output:

Compare Command

Compare translation files between two languages, highlighting missing or empty keys.

Usage:

Sample Command:

Expected Output:

Translate Command

Translate missing or empty keys from the source language to the target language. Optionally, create or update translation files.

Usage:

Sample Command:

Expected Result: This command will output the number of keys translated and API calls made, without a specific table format as the result is dependent on the translations performed.

Git Repository

Explore or contribute to Laravel Translation Manager on GitHub:

https://github.com/quarkinocom/laravel-translation-manager

Contributing

Contributions are welcome and greatly appreciated! Feel free to fork the repository, make your changes, and submit a pull request. For substantial changes, please open an issue first to discuss what you would like to change. Remember to update tests as needed.


All versions of laravel-translation-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0|^8.1|^8.2|^8.3
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package quarkinocom/laravel-translation-manager contains the following files

Loading the files please wait ...