{"id":14983804,"url":"https://github.com/symfony/ring-central-notifier","last_synced_at":"2026-01-24T18:04:35.757Z","repository":{"id":64107710,"uuid":"573504223","full_name":"symfony/ring-central-notifier","owner":"symfony","description":"Symfony RingCentral Notifier Bridge","archived":false,"fork":false,"pushed_at":"2026-01-05T09:35:29.000Z","size":46,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"8.1","last_synced_at":"2026-01-22T09:05:59.922Z","etag":null,"topics":["component","notifier","php","ring-central","symfony","symfony-component"],"latest_commit_sha":null,"homepage":"https://symfony.com/notifier","language":"PHP","has_issues":false,"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/symfony.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["fabpot","nicolas-grekas"],"custom":"https://symfony.com/sponsor","tidelift":"packagist/symfony/symfony"}},"created_at":"2022-12-02T16:08:57.000Z","updated_at":"2026-01-05T08:50:27.000Z","dependencies_parsed_at":"2023-02-18T15:16:08.909Z","dependency_job_id":"598709d0-ddf3-45c3-b6f9-7305c4640636","html_url":"https://github.com/symfony/ring-central-notifier","commit_stats":{"total_commits":14,"total_committers":6,"mean_commits":"2.3333333333333335","dds":0.5714285714285714,"last_synced_commit":"4f35dd9cb1b549eebc35e322c7746a769ec26e6f"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/symfony/ring-central-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fring-central-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fring-central-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fring-central-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fring-central-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/symfony","download_url":"https://codeload.github.com/symfony/ring-central-notifier/tar.gz/refs/heads/8.1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fring-central-notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28733407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T17:51:25.893Z","status":"ssl_error","status_checked_at":"2026-01-24T17:50:48.377Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["component","notifier","php","ring-central","symfony","symfony-component"],"created_at":"2024-09-24T14:07:56.422Z","updated_at":"2026-01-24T18:04:35.733Z","avatar_url":"https://github.com/symfony.png","language":"PHP","funding_links":["https://github.com/sponsors/fabpot","https://github.com/sponsors/nicolas-grekas","https://symfony.com/sponsor","https://tidelift.com/funding/github/packagist/symfony/symfony"],"categories":[],"sub_categories":[],"readme":"Ring Central Notifier\n=====================\n\nProvides [Ring Central](https://www.ringcentral.com) integration for Symfony Notifier.\n\nDSN example\n-----------\n\n```\nRINGCENTRAL_DSN=ringcentral://API_TOKEN@default?from=FROM\n```\n\nwhere:\n\n - `API_TOKEN` is your Ring Central OAuth 2 token\n - `FROM` is your sender\n\nAdding Options to a Message\n---------------------------\n\nWith a Ring Central Message, you can use the `RingCentralOptions` class to add\n[message options](https://developers.ringcentral.com/api-reference/SMS/createSMSMessage).\n\n```php\nuse Symfony\\Component\\Notifier\\Message\\SmsMessage;\nuse Symfony\\Component\\Notifier\\Bridge\\RingCentral\\RingCentralOptions;\n\n$sms = new SmsMessage('+1411111111', 'My message');\n\n$options = (new RingCentralOptions())\n    -\u003ecountry(\n        'test_country_id',\n        'country_iso_code',\n        'country_name',\n        'country_uri',\n        'country_calling_code'\n    )\n    // ...\n    ;\n\n// Add the custom options to the sms message and send the message\n$sms-\u003eoptions($options);\n\n$texter-\u003esend($sms);\n```\n\nResources\n---------\n\n * [Contributing](https://symfony.com/doc/current/contributing/index.html)\n * [Report issues](https://github.com/symfony/symfony/issues) and\n   [send Pull Requests](https://github.com/symfony/symfony/pulls)\n   in the [main Symfony repository](https://github.com/symfony/symfony)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymfony%2Fring-central-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymfony%2Fring-central-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymfony%2Fring-central-notifier/lists"}