{"id":29829140,"url":"https://github.com/beapp/beapp.library.pusher.web","last_synced_at":"2025-10-12T13:37:41.093Z","repository":{"id":92923401,"uuid":"193108927","full_name":"BeApp/beapp.library.pusher.web","owner":"BeApp","description":"Push library for Symfony project","archived":false,"fork":false,"pushed_at":"2022-09-23T13:44:06.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-29T08:41:55.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BeApp.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2019-06-21T14:10:22.000Z","updated_at":"2022-09-23T13:36:11.000Z","dependencies_parsed_at":"2023-08-23T17:16:31.291Z","dependency_job_id":null,"html_url":"https://github.com/BeApp/beapp.library.pusher.web","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/BeApp/beapp.library.pusher.web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.pusher.web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.pusher.web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.pusher.web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.pusher.web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeApp","download_url":"https://codeload.github.com/BeApp/beapp.library.pusher.web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.pusher.web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011451,"owners_count":26084947,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-07-29T08:15:18.712Z","updated_at":"2025-10-12T13:37:41.085Z","avatar_url":"https://github.com/BeApp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony pusher library\n\nThis Symfony library provides easy to use implementation of push sending mechanism.\nPush are defined from the `PushTemplate` and are sent by calling the `PushService-\u003esendPush($template)` method.\n\n## Requirements\n\n* `PHP \u003e= 7.1`\n* `symfony \u003e= 4.0`\n\n## Installation \n\n```\ncomposer require beapp/pusher-core\n```\n\nThen you must choose one client to use with the core library.\n\nActually, there is only the firebase one, so you must include it :\n\n```\ncomposer require beapp/pusher-client-firebase\n```\n\n## Configuration (with Firebase Client)\n\nYou will need to some service configuration in order to use the `PushService` :\n\nFirst, you must provide your api key to the `FirebaseClient` :\n\n```\n  Beapp\\Push\\Core\\Client\\Firebase\\FirebaseClient:\n    arguments:\n      $apiKey: 'your_awesome_key'\n```\n\nAnd then, you must enable sending push by passing boolean value to `PushService` \nand provide some logger by tagging it :\n\n```\n  \n  Beapp\\Push\\Core\\PushService:\n    arguments:\n      $enabled: true\n    tags:\n      - { name: monolog.logger }\n```\n\n\nNow you're ready to use it !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeapp%2Fbeapp.library.pusher.web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeapp%2Fbeapp.library.pusher.web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeapp%2Fbeapp.library.pusher.web/lists"}