PHPackages                             languara/fuelphp - 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. languara/fuelphp

ActiveFuel-package[Localization &amp; i18n](/categories/localization)

languara/fuelphp
================

Languara localization plugin for FuelPHP 1.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.

v1.1.2(10y ago)21602MITPHPPHP &gt;=5.4.0

Since May 22Pushed 10y ago3 watchersCompare

[ Source](https://github.com/languara/languara-fuelphp)[ Packagist](https://packagist.org/packages/languara/fuelphp)[ Docs](https://languara.com/localization/fuelphp)[ RSS](/packages/languara-fuelphp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Languara Plugin for FuelPHP
===========================

[](#languara-plugin-for-fuelphp)

### Install

[](#install)

Add languara plugin information to your composer.json file:

```

php composer.phar require languara/fuelphp

```

or

```

"require": {
  "languara/fuelphp": "1.0.*@dev"
}

```

Use composer to install this package.

```

$ composer update

```

### Register the pakcage

[](#register-the-pakcage)

Add the package to the autoload array in fuel/app/config/config.php:

```

'always_load'  => array(
    'packages'  => array(
      // .....
      'languara'
    )
)

```

### Configure the Package

[](#configure-the-package)

Optionally if you want to use the GUI pull and push from the GUI on  add these 2 routes to your fuel/app/config/routes.php: ```

'languara/push' => function(){
	return (new \Languara\Wrapper\LanguaraWrapper())->push();
},
'languara/pull' => function(){
	return (new \Languara\Wrapper\LanguaraWrapper())->pull();
},

```

### Usage

[](#usage)

Execute this command to see a list of available commands in your commandline:

```

$ php oil r languara

```

---

Or you can check the commands and their usage here:

```

$ php oil r languara:translate [options]

```

to translate the texts you already have in your lang directory. You can also select the type of translation you want to perform, Machine or Human. It's set to machine by default.

```

$ php oil r languara:pull

```

to download your content from Languara to your app.

```

$ php oil r languara:push

```

to upload your content from your app to Languara.

```

$ php oil r languara:connect

```

to connect your plugin with a project on languara.com

```

$ php oil r languara:register

```

to register a new user on languara.com

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 55.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~80 days

Total

4

Last Release

3774d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/831354eae3bf87a893310bb135909fcefec2ef1831f8715622c6af5363e80fa5?d=identicon)[drongen](/maintainers/drongen)

![](https://www.gravatar.com/avatar/fff3279886df15876964b1ae5ccef822527c93437ed536d4863fa1c94b20e946?d=identicon)[danielvolkovich](/maintainers/danielvolkovich)

![](https://www.gravatar.com/avatar/e96f36c1ef349056adf2feaeb6df5c63c7e608bfbed5f60c6c4d94b70e65198d?d=identicon)[natanvolkovich](/maintainers/natanvolkovich)

---

Top Contributors

[![drongen](https://avatars.githubusercontent.com/u/9559179?v=4)](https://github.com/drongen "drongen (31 commits)")[![dvolkovich](https://avatars.githubusercontent.com/u/70586358?v=4)](https://github.com/dvolkovich "dvolkovich (13 commits)")[![languara](https://avatars.githubusercontent.com/u/11355174?v=4)](https://github.com/languara "languara (12 commits)")

---

Tags

localizationinternationalizationi18nl10ntranslatetranslationfuelphpinternationalizelocalizeLanguara

### Embed Badge

![Health badge](/badges/languara-fuelphp/health.svg)

```
[![Health](https://phpackages.com/badges/languara-fuelphp/health.svg)](https://phpackages.com/packages/languara-fuelphp)
```

###  Alternatives

[gettext/languages

gettext languages with plural rules

7530.3M11](/packages/gettext-languages)[punic/punic

PHP-Unicode CLDR

1542.9M29](/packages/punic-punic)[inpsyde/multilingual-press

Simply THE multisite-based free open source plugin for your multilingual websites.

2414.0k1](/packages/inpsyde-multilingual-press)[skillshare/formatphp

Internationalize PHP apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.

8029.6k](/packages/skillshare-formatphp)[fisharebest/localization

A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.

3191.1k2](/packages/fisharebest-localization)[delight-im/i18n

Internationalization and localization for PHP

625.2k3](/packages/delight-im-i18n)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
