2017 © Pedro PelΓ‘ez
 

library emoji-flag

Library that help convert country ISO codes to emoji flags

image

m-tymchyk/emoji-flag

Library that help convert country ISO codes to emoji flags

  • Wednesday, February 21, 2018
  • by Reilag
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Emoji Flag πŸ‡¦πŸ‡ΊπŸ‡¦πŸ‡·πŸ‡©πŸ‡°πŸ‡΅πŸ‡±πŸ‡ΊπŸ‡¦πŸ‡¬πŸ‡§πŸ‡ΊπŸ‡ΈπŸ‡±πŸ‡§

Converts string of country codes to string of emoji flags. As an argument use a single 2-letter country code or a string of multiple codes., (*1)

composer require m-tymchyk/emoji-flag
use EmojiFlag\EmojiFlag;

# Single flag
echo EmojiFlag::emojiFlag('uk'); # πŸ‡¬πŸ‡§

# String of multiple flags
echo EmojiFlag::emojiFlag('ukcwsxap'); # πŸ‡¬πŸ‡§πŸ‡³πŸ‡±πŸ‡³πŸ‡±πŸ΄

Why Emoji

Emoji symbol is a textual replacement for a graphic image file while having the benefits of a graphic image. The image file is already present at your intended destination (a person's device), so why would you transmit the image to them again and again? -- Use emoji!, (*2)

Emoji Support

Not every platform (hardware + OS) supports emoji. Therefore, use with caution! To my knowledge, iOS, macOS, Android are capable of displaying emoji. Additionally, some platforms may not be able to display certain flags. If unsure, use this as a reference and easy way to test your platform: http://unicode.org/emoji/charts/full-emoji-list.html, (*3)

Plain Text Is Now 😎 Faux Rich Text

Now you can include emoji in plain text files, even in plain text emails, making them sharp, colourful and rich looking. You can put emoji flags into your database too!, (*4)

β™» Green Technology β™»

An image file equivalent to an emoji symbol may be tens, hundreds of kilobytes in size, while an emoji symbol is only several bytes. That's a bandwidth saving of around 10,000 times. If you use emoji instead of image files, you reduce your carbon footprint., (*5)

The Versions

21/02 2018

dev-master

9999999-dev https://github.com/m-tymchyk/emoji-flag

Library that help convert country ISO codes to emoji flags

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

converter country emoji flag

21/02 2018

v1.0

1.0.0.0 https://github.com/m-tymchyk/emoji-flag

Library that help convert country ISO codes to emoji flags

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

converter country emoji flag