Download the PHP package alisalehi/laravel-lang-files-translator without Composer

On this page you can find all versions of the php package alisalehi/laravel-lang-files-translator. 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-lang-files-translator

Laravel Lang Files Translator

Laravel Lang Files Translator PHP Version Require Required Laravel Version Total Downloads License


Laravel lang files translator is a package for the Easiest way to translate lang files to other languages in PHP format in Laravel.

Problems solved:

Did you buy a Laravel script and it doesn't have your language in thelangfile?
Do you want to make your web application bilingual, but you don't know how to translate all those words?
Do you not have the possibility to use the JSON format that many Laravel language translation packages give you?

Requirements


Installation


💎Usage

for example, your locale is English and you have en lang files and want to have these files to Persian(fa) lang too. just enough to run:

and done! Go to lang/fa and you will see all the translated files from the en folder.

how to use video ⤵️

https://github.com/alisalehi1380/laravel-lang-files-translator/assets/111766206/748eaba0-29a3-4782-8505-1d8368d44ed2

🙋‍♂️Contributing

laravel-lang-files-translator

As Einstein said, "There's a way to do it better!" So I welcome any change that makes the code better, more readable, and testable. (Even renaming a variable!)

Just open an issue or pull a request.

License

The MIT License (MIT). See License File for more information.

❤️Contributing

This project exists thanks to all the people who contribute. CONTRIBUTING


All versions of laravel-lang-files-translator with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
stichoza/google-translate-php Version ^5.1
laravel/framework Version 9.*|10.*|11.*
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 alisalehi/laravel-lang-files-translator contains the following files

Loading the files please wait ....