{"id":14983801,"url":"https://github.com/symfony/bandwidth-notifier","last_synced_at":"2026-03-13T19:02:50.607Z","repository":{"id":64107713,"uuid":"573507752","full_name":"symfony/bandwidth-notifier","owner":"symfony","description":"Symfony Bandwidth Notifier Bridge","archived":false,"fork":false,"pushed_at":"2025-12-19T08:34:48.000Z","size":44,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"7.3","last_synced_at":"2025-12-22T02:51:21.359Z","etag":null,"topics":["bandwidth","component","notifier","php","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:18:50.000Z","updated_at":"2025-10-28T11:26:37.000Z","dependencies_parsed_at":"2024-10-27T15:06:13.302Z","dependency_job_id":"f004e7b7-1e3b-4a4f-946d-77ce679df49f","html_url":"https://github.com/symfony/bandwidth-notifier","commit_stats":{"total_commits":15,"total_committers":6,"mean_commits":2.5,"dds":0.6,"last_synced_commit":"9a1b9df68c666c021bcc3deeffc76b9df2c860cf"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/symfony/bandwidth-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fbandwidth-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fbandwidth-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fbandwidth-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fbandwidth-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/symfony","download_url":"https://codeload.github.com/symfony/bandwidth-notifier/tar.gz/refs/heads/7.3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fbandwidth-notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30472986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T17:15:31.527Z","status":"ssl_error","status_checked_at":"2026-03-13T17:15:22.394Z","response_time":60,"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":["bandwidth","component","notifier","php","symfony","symfony-component"],"created_at":"2024-09-24T14:07:56.223Z","updated_at":"2026-03-13T19:02:50.588Z","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":"Bandwidth Notifier\n==================\n\nProvides [Bandwidth](https://www.bandwidth.com) integration for Symfony Notifier.\n\nDSN example\n-----------\n\n```\nBANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM\u0026account_id=ACCOUNT_ID\u0026application_id=APPLICATION_ID\u0026priority=PRIORITY\n```\n\nwhere:\n\n - `USERNAME` is your Bandwidth username\n - `PASSWORD` is your Bandwidth password\n - `FROM` is your sender\n - `ACCOUNT_ID` is your account ID\n - `APPLICATION_ID` is your application ID\n - `PRIORITY` is your priority (optional)\n\nAdding Options to a Message\n---------------------------\n\nWith a Bandwidth Message, you can use the `BandwidthOptions` class to add\n[message options](https://dev.bandwidth.com/apis/messaging/#tag/Messages/operation/createMessage).\n\n```php\nuse Symfony\\Component\\Notifier\\Message\\SmsMessage;\nuse Symfony\\Component\\Notifier\\Bridge\\Bandwidth\\BandwidthOptions;\n\n$sms = new SmsMessage('+1411111111', 'My message');\n\n$options = (new BandwidthOptions())\n    -\u003emedia(['foo'])\n    -\u003etag('tag')\n    -\u003eaccountId('account_id')\n    -\u003eapplicationId('application_id')\n    -\u003eexpiration('test_expiration')\n    -\u003epriority('default')\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%2Fbandwidth-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymfony%2Fbandwidth-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymfony%2Fbandwidth-notifier/lists"}