newism/nsm-emoji-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Emjoi Bundle for Symfony2

Installs: 101

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 2

Open Issues: 0

Type:symfony-bundle

dev-master 2012-09-10 02:37 UTC

This package is auto-updated.

Last update: 2019-02-28 14:45:45 UTC


README

Notes:

When using emoji filter in Twig, for example: {{ content | emoji }} the escaping of input is ommited.

Make sure to add escape filter additionally. {{ content | e | emoji }}