{"id":15630877,"url":"https://github.com/unicodeveloper/laravel-emoji","last_synced_at":"2025-04-05T11:10:29.929Z","repository":{"id":57075448,"uuid":"51256282","full_name":"unicodeveloper/laravel-emoji","owner":"unicodeveloper","description":":package: :yum: Laravel 5 Package that harnesses the power of PHP 7 unicode features to provide emojis in your laravel app","archived":false,"fork":false,"pushed_at":"2019-09-09T00:23:02.000Z","size":22,"stargazers_count":207,"open_issues_count":4,"forks_count":34,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-29T10:08:59.919Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unicodeveloper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-07T17:09:49.000Z","updated_at":"2024-12-07T11:09:24.000Z","dependencies_parsed_at":"2022-08-24T14:40:31.382Z","dependency_job_id":null,"html_url":"https://github.com/unicodeveloper/laravel-emoji","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicodeveloper","download_url":"https://codeload.github.com/unicodeveloper/laravel-emoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325693,"owners_count":20920714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T10:37:02.154Z","updated_at":"2025-04-05T11:10:29.901Z","avatar_url":"https://github.com/unicodeveloper.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-emoji\n\n![emoji](https://cloud.githubusercontent.com/assets/2946769/12880382/25da8dd6-ce40-11e5-8bfd-ee2b547bb11e.png)\n[![Latest Stable Version](https://poser.pugx.org/unicodeveloper/laravel-emoji/v/stable.svg)](https://packagist.org/packages/unicodeveloper/laravel-emoji)\n[![License](https://poser.pugx.org/unicodeveloper/laravel-emoji/license.svg)](LICENSE.md)\n[![Build Status](https://img.shields.io/travis/unicodeveloper/laravel-emoji.svg)](https://travis-ci.org/unicodeveloper/laravel-emoji)\n[![Quality Score](https://img.shields.io/scrutinizer/g/unicodeveloper/laravel-emoji.svg?style=flat-square)](https://scrutinizer-ci.com/g/unicodeveloper/laravel-emoji)\n[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/laravel-emoji.svg?style=flat-square)](https://packagist.org/packages/unicodeveloper/laravel-emoji)\n\n\u003e A Laravel 5 Package for Using \u0026 Working With Emojis in your Laravel Apps\n\n## Installation\n\n[PHP](https://php.net) 7 and [Composer](https://getcomposer.org) are required.\n\nTo get the latest version of Laravel Emoji, simply add the following line to the require block of your `composer.json` file.\n\n```\n\"unicodeveloper/laravel-emoji\": \"1.0.*\"\n```\n\nYou'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.\n\nOnce Laravel Emoji is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.\n\n* `Unicodeveloper\\Emoji\\EmojiServiceProvider::class`\n\nAlso, register the Facade like so:\n\n```php\n'aliases' =\u003e [\n    ...\n    'Emoji' =\u003e Unicodeveloper\\Emoji\\Facades\\Emoji::class,\n    ...\n]\n```\n\n## Usage\n\nTranslate Emoji names to Unicode and Vice-versa.\n\n```php\n\u003e\u003e Emoji::findByAlias(\"kissing_heart\")\n=\u003e \"😘\"\n\n\u003e\u003e Emoji::findByName(\"sunglasses\")\n=\u003e \"😎\"\n\n\u003e\u003e Emoji::findByUnicode(\"\\u{1F603}\")\n=\u003e \"smiley\"\n\n```\nThis package contains some of the characters listed on http://unicode.org/emoji/charts/full-emoji-list.html\n\n## Contributing\n\nPlease feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.\n\nI am accepting PR's that add characters to emoji.php.\nPlease use [this list](http://unicode.org/emoji/charts/full-emoji-list.html) to look up the unicode value and\nthe name of the character.\n\n## How can I thank you?\n\nWhy not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!\n\nDon't forget to [follow me on twitter](https://twitter.com/unicodeveloper)!\n\nThanks!\nProsper Otemuyiwa.\n\n## Inspiration\n\n* [Emoji](https://github.com/spatie/emoji)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Flaravel-emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funicodeveloper%2Flaravel-emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Flaravel-emoji/lists"}