{"id":13509590,"url":"https://github.com/codedge-llc/pigeon","last_synced_at":"2025-05-13T19:14:44.092Z","repository":{"id":44802584,"uuid":"41986431","full_name":"codedge-llc/pigeon","owner":"codedge-llc","description":"iOS and Android push notifications for Elixir","archived":false,"fork":false,"pushed_at":"2025-01-31T16:52:09.000Z","size":684,"stargazers_count":663,"open_issues_count":42,"forks_count":150,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-04-27T20:02:03.604Z","etag":null,"topics":["adm","amazon","android","apns","elixir","fcm","hex","ios"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/pigeon","language":"Elixir","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/codedge-llc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["codedge-llc"]}},"created_at":"2015-09-06T04:04:52.000Z","updated_at":"2025-04-08T12:34:05.000Z","dependencies_parsed_at":"2023-11-24T20:23:07.009Z","dependency_job_id":"11d804c9-f755-4829-b70e-f18a6824a76b","html_url":"https://github.com/codedge-llc/pigeon","commit_stats":{"total_commits":278,"total_committers":53,"mean_commits":5.245283018867925,"dds":0.5899280575539568,"last_synced_commit":"53f87c145f97bd46e50193cc4f502eab92c618f6"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedge-llc%2Fpigeon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedge-llc%2Fpigeon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedge-llc%2Fpigeon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedge-llc%2Fpigeon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codedge-llc","download_url":"https://codeload.github.com/codedge-llc/pigeon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254010818,"owners_count":21998995,"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":["adm","amazon","android","apns","elixir","fcm","hex","ios"],"created_at":"2024-08-01T02:01:10.020Z","updated_at":"2025-05-13T19:14:44.069Z","avatar_url":"https://github.com/codedge-llc.png","language":"Elixir","funding_links":["https://github.com/sponsors/codedge-llc"],"categories":["Third Party APIs","Elixir"],"sub_categories":[],"readme":"![logo](https://raw.githubusercontent.com/codedge-llc/pigeon/master/docs/logo.png)\n\n\u003e iOS (APNS), Android (FCM), and Amazon Android (ADM) push notifications for Elixir.\n\n[![CI](https://github.com/codedge-llc/pigeon/actions/workflows/ci.yml/badge.svg)](https://github.com/codedge-llc/pigeon/actions/workflows/ci.yml)\n[![Version](https://img.shields.io/hexpm/v/pigeon.svg)](https://hex.pm/packages/pigeon)\n[![Total Downloads](https://img.shields.io/hexpm/dt/pigeon.svg)](https://hex.pm/packages/pigeon)\n[![License](https://img.shields.io/hexpm/l/pigeon.svg)](https://github.com/codedge-llc/pigeon/blob/master/LICENSE)\n[![Last Updated](https://img.shields.io/github/last-commit/codedge-llc/pigeon.svg)](https://github.com/codedge-llc/pigeon/commits/master)\n[![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/pigeon/)\n\n## Installation\n\nAdd `:pigeon` and as a `mix.exs` dependency:\n\n```elixir\ndef deps do\n  [\n    {:pigeon, \"~\u003e 2.0\"}\n  ]\nend\n```\n\n## Upgrading from v1.6\n\nSee the [migration guide](./docs/Migrating-to-v2-0-0.md) for instructions.\n\n## Getting Started\n\nCheck the module documentation for your push notification service.\n\n- [Pigeon.ADM](https://hexdocs.pm/pigeon/Pigeon.ADM.html) - Amazon Android.\n- [Pigeon.APNS](https://hexdocs.pm/pigeon/Pigeon.APNS.html) - Apple iOS.\n- [Pigeon.FCM](https://hexdocs.pm/pigeon/Pigeon.FCM.html) - Firebase Cloud Messaging v1 API.\n\n### Creating Dynamic Runtime Dispatchers\n\nPigeon can spin up dynamic dispatchers for a variety of advanced use-cases, such as\nsupporting dozens of dispatcher configurations or custom connection pools.\n\nSee [Pigeon.Dispatcher](https://hexdocs.pm/pigeon/Pigeon.Dispatcher.html) for instructions.\n\n### Writing a Custom Dispatcher Adapter\n\nWant to write a Pigeon adapter for an unsupported push notification service?\n\nSee [Pigeon.Adapter](https://hexdocs.pm/pigeon/Pigeon.Adapter.html) for instructions.\n\n## Contributing\n\n### Testing\n\nUnit tests can be run with `mix test` or `mix coveralls.html`. Environment variables will need to be set for\nvarious credentials. See [config/test.exs](https://github.com/codedge-llc/pigeon/blob/master/config/test.exs)\nfor the full list.\n\n### Formatting\n\nThis project uses Elixir's `mix format` and [Prettier](https://prettier.io) for formatting.\nAdd hooks in your editor of choice to run it after a save. Be sure it respects this project's\n`.formatter.exs`.\n\n### Commits\n\nGit commit subjects use the [Karma style](http://karma-runner.github.io/5.0/dev/git-commit-msg.html).\n\n## License\n\nCopyright (c) 2015-2024 Codedge LLC (https://www.codedge.io/)\n\nThis library is MIT licensed. See the [LICENSE](https://github.com/codedge-llc/pigeon/blob/master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedge-llc%2Fpigeon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedge-llc%2Fpigeon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedge-llc%2Fpigeon/lists"}