PHPackages                             codelight/babelfish - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codelight/babelfish

ActivePackage[Utility &amp; Helpers](/categories/utility)

codelight/babelfish
===================

v1.0(6y ago)23.2k↓33.3%PHPPHP &gt;=7.0.0

Since Jan 22Pushed 5y ago2 watchersCompare

[ Source](https://github.com/codelight-eu/babelfish)[ Packagist](https://packagist.org/packages/codelight/babelfish)[ RSS](/packages/codelight-babelfish/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Babelfish
=========

[](#babelfish)

Babelfish is a lightweight string registry package. It allows you to use string aliases in your codebase instead of using the actual strings. This makes it much easier to find and edit the strings themselves.

In addition to that, if you're using Blade templates, you don't have to worry about gettext / poedit / wpml not being able to parse your templates properly.

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

[](#installation)

`composer require codelight/babelfish ^1.0`

Usage
-----

[](#usage)

In your `functions.php`:

```
