{"id":20976934,"url":"https://github.com/pixelbrackets/emoji-chart","last_synced_at":"2026-05-12T16:36:43.776Z","repository":{"id":145819600,"uuid":"287228848","full_name":"pixelbrackets/emoji-chart","owner":"pixelbrackets","description":"This package provides a static list of emoji","archived":false,"fork":false,"pushed_at":"2020-09-01T18:43:15.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T18:29:37.478Z","etag":null,"topics":["emoji","php"],"latest_commit_sha":null,"homepage":"https://gitlab.com/pixelbrackets/emoji-chart/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pixelbrackets.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-13T08:51:18.000Z","updated_at":"2020-11-13T14:53:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"0fe6b3bd-de54-4a3b-869f-438dbc2ab938","html_url":"https://github.com/pixelbrackets/emoji-chart","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/pixelbrackets%2Femoji-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Femoji-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Femoji-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Femoji-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelbrackets","download_url":"https://codeload.github.com/pixelbrackets/emoji-chart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243381280,"owners_count":20281925,"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":["emoji","php"],"created_at":"2024-11-19T04:56:23.269Z","updated_at":"2025-12-28T16:56:42.089Z","avatar_url":"https://github.com/pixelbrackets.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emoji Chart\n\n[![Version](https://img.shields.io/packagist/v/pixelbrackets/emoji-chart.svg?style=flat-square)](https://packagist.org/packages/pixelbrackets/emoji-chart/)\n[![Build Status](https://img.shields.io/gitlab/pipeline/pixelbrackets/emoji-chart?style=flat-square)](https://gitlab.com/pixelbrackets/emoji-chart/pipelines)\n[![Made With](https://img.shields.io/badge/made_with-php-blue?style=flat-square)](https://gitlab.com/pixelbrackets/emoji-chart#requirements)\n[![License](https://img.shields.io/badge/license-gpl--2.0--or--later-blue.svg?style=flat-square)](https://spdx.org/licenses/GPL-2.0-or-later.html)\n\nThis package provides a static list of [Emoji](https://de.wikipedia.org/wiki/Emoji).\n\nThe object returns an array which contains an Emoji string, the unicode\ncodepoint, a unique name, a short name as supported in Slack or GitHub,\nand a category.\n\n![Screenshot](docs/screenshot.png)\n\n## Requirements\n\n- PHP\n\n## Installation\n\nPackagist Entry https://packagist.org/packages/pixelbrackets/emoji-chart/\n\n## Source\n\nhttps://gitlab.com/pixelbrackets/emoji-chart/\n\n## Usage\n\nSee [tests/demo.php](./tests/demo.php)\n\n1. Get an array with all Emojis\n   ```php\n   $colorChart = new \\Pixelbrackets\\EmojiChart\\EmojiChart();\n   $emojis = $colorChart-\u003egetEmojis();\n   ```\n    Or as static method call\n   ```php\n   $emojis = \\Pixelbrackets\\EmojiChart\\EmojiChart::getEmojis();\n   ```\n1. Get an array with all categories\n   ```php\n   $categories = \\Pixelbrackets\\EmojiChart\\EmojiChart::getCategories();\n   ```\n1. Get an array with all Emojis grouped by category\n   ```php\n   $groupedEmojis = \\Pixelbrackets\\EmojiChart\\EmojiChart::getEmojisGroupedByCategory();\n   ```\n1. Get an array of a single Emoji\n   ```php\n   $emoji = \\Pixelbrackets\\EmojiChart\\EmojiChart::getEmoji('grinning face');\n   ```\n\n## License\n\nGNU General Public License version 2 or later\n\nThe GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.\n\nThe list is based upon the great NPM package\n[emoji-datasource](https://github.com/iamcal/emoji-data) (MIT).\n\n## Author\n\nDan Untenzu (\u003cmail@pixelbrackets.de\u003e / [@pixelbrackets](https://pixelbrackets.de))\n\n## Changelog\n\nSee [./CHANGELOG.md](CHANGELOG.md)\n\n## Contribution\n\nThis script is Open Source, so please use, patch, extend or fork it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelbrackets%2Femoji-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelbrackets%2Femoji-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelbrackets%2Femoji-chart/lists"}