PHPackages                             atans/emoji-module - 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. atans/emoji-module

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

atans/emoji-module
==================

An sample Emoji module for Zend Framework 2

0.1.0(12y ago)6601MITPHPPHP &gt;=5.3.3

Since Jul 26Pushed 12y ago2 watchersCompare

[ Source](https://github.com/atans/EmojiModule)[ Packagist](https://packagist.org/packages/atans/emoji-module)[ Docs](https://github.com/atans/EmojiModule)[ RSS](/packages/atans-emoji-module/feed)WikiDiscussions master Synced 2mo ago

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

EmojiModule for Zend Framework 2
================================

[](#emojimodule-for-zend-framework-2)

Master: [![Build Status](https://camo.githubusercontent.com/dc90c842ed4e87d2752f85dbda91dd1e6e7699260a542f4edb0235a3c09efa78/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6174616e732f456d6f6a694d6f64756c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/atans/EmojiModule)

- 0.1.0 (26/7/2013)

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

[](#introduction)

A sample emoji module for Zend Framework 2

1.`😁 Hello World` to 😄 Hello World

2.`😁 Hello World` to `#1f601# Hello World` (You can save it to MySQL &lt; 5.5)

3.`#1f601# Hello World` to `😁 Hello World`

4.`😁 Hello World` to ` Hello World`

5.`#1f601# Hello World` to ` Hello World`

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

[](#installation)

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "atans/emoji-module": "dev-master"
    }
    ```
2. Running this command

```
$ php composer.phar update
```

#### Post installation

[](#post-installation)

```
```php
