PHPackages                             traducir/traducir - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. traducir/traducir

Active[Localization &amp; i18n](/categories/localization)

traducir/traducir
=================

10PHP

Pushed 7y ago1 watchersCompare

[ Source](https://github.com/traducir/traducir)[ Packagist](https://packagist.org/packages/traducir/traducir)[ RSS](/packages/traducir-traducir/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersionsUsed By (0)

Traducir
========

[](#traducir)

Introduction
------------

[](#introduction)

A Nice PHP Translation package, Which use popular Translation API providers like Google, Yandex ..

Requirements
------------

[](#requirements)

- Guzzlehttp 6.0
- PHP version 5.4 and later
- Laravel version 5.\* and later

Installation
------------

[](#installation)

You can install the library via [Composer](http://getcomposer.org/). Run the following command:

```
composer require traducir/traducir
```

Providers
---------

[](#providers)

ProviderTranslateDetectLanguagesDocumentationsGoogleYesYesYesYandexYesYesYesDeeplYesNoNoFrenglyYesNoNoLaravel
-------

[](#laravel)

Publishing the Configuration File

`path/to/laravel/config/translator.php`

```
php artisan vendor:publish
```

For older versions of laravel you have to load ServiceProvider and Facade Manually.

`path/to/laravel/config/app.php`

```
