weglot / craft-translate
Translate your Craft website in 110+ languages within minutes with Weglot Translate, without any coding.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 1
Open Issues: 2
Type:craft-plugin
pkg:composer/weglot/craft-translate
Requires
- php: >=8.2
 - ext-libxml: *
 - ext-simplexml: *
 - craftcms/cms: ^5.8.0
 - guzzlehttp/guzzle: ^7.10
 - yiisoft/yii2: ^2.0
 
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.88
 - humbug/php-scoper: ^0.18
 - phpstan/phpstan: ^2.1
 - phpstan/phpstan-phpunit: ^2.0
 - phpstan/phpstan-strict-rules: ^2.0
 - phpunit/phpunit: ^11.5
 - rector/rector: ^2.1
 - shipmonk/composer-dependency-analyser: ^1.8
 - tomasvotruba/type-coverage: ^2.0
 
This package is auto-updated.
Last update: 2025-11-03 10:42:18 UTC
README
Weglot
Translate your Craft website in 110+ languages within minutes with Weglot Translate, without any coding.
Requirements
This plugin requires Craft CMS 5.8.0 or later, and PHP 8.2 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Weglot”. Then press “Install”.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require weglot/craft-weglot # tell Craft to install the plugin ./craft plugin/install weglot
With DDEV
If you are managing your project with DDEV, you can use its built-in commands to achieve the same result. Run these commands from the root of your project on your local machine:
# tell Composer to load the plugin via DDEV ddev composer require weglot/craft-weglot # tell Craft to install the plugin via DDEV ddev craft plugin/install weglot
