PHPackages                             kumatch/domaintext - 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. kumatch/domaintext

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

kumatch/domaintext
==================

Register texts of domain and get a text (like gettext).

0.1.2(12y ago)0341MITPHPPHP &gt;=5.3.3

Since Dec 5Pushed 12y agoCompare

[ Source](https://github.com/kumatch/php-domaintext)[ Packagist](https://packagist.org/packages/kumatch/domaintext)[ Docs](https://github.com/kumatch/php-domaintext)[ RSS](/packages/kumatch-domaintext/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (4)Used By (0)

DomainText
==========

[](#domaintext)

Register texts of domain and get a text (like gettext).

[![Build Status](https://camo.githubusercontent.com/cfbd4c4b5c38078bb50cd6247ab09d63d02565f14ca73a132e7230b426735ea7/68747470733a2f2f7472617669732d63692e6f72672f6b756d617463682f7068702d646f6d61696e746578742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/kumatch/php-domaintext)

Install
-------

[](#install)

Add "kumatch/domaintext" as a dependency in your project's composer.json file.

```
{
  "require": {
    "kumatch/domaintext": "*"
  }
}

```

And install your dependencies.

```
$ composer install

```

Usage
-----

[](#usage)

```
