{"id":15080910,"url":"https://github.com/yieldstudio/symfony-spot-hit-notifier","last_synced_at":"2025-10-05T13:30:27.731Z","repository":{"id":55541624,"uuid":"320040288","full_name":"YieldStudio/symfony-spot-hit-notifier","owner":"YieldStudio","description":"Provides Spot-Hit integration for Symfony Notifier.","archived":true,"fork":false,"pushed_at":"2021-03-27T22:34:24.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T17:11:50.570Z","etag":null,"topics":["notifier","sms","spot-hit","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/YieldStudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-09T18:09:36.000Z","updated_at":"2023-01-28T09:53:23.000Z","dependencies_parsed_at":"2022-08-15T02:50:44.810Z","dependency_job_id":null,"html_url":"https://github.com/YieldStudio/symfony-spot-hit-notifier","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YieldStudio%2Fsymfony-spot-hit-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YieldStudio%2Fsymfony-spot-hit-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YieldStudio%2Fsymfony-spot-hit-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YieldStudio%2Fsymfony-spot-hit-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YieldStudio","download_url":"https://codeload.github.com/YieldStudio/symfony-spot-hit-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235399012,"owners_count":18983814,"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":["notifier","sms","spot-hit","symfony","symfony-bundle"],"created_at":"2024-09-25T05:32:56.855Z","updated_at":"2025-10-05T13:30:27.431Z","avatar_url":"https://github.com/YieldStudio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Spot-Hit Notifier\n====================\n\nProvides Spot-Hit integration for Symfony Notifier.\n\n⚠️ Merged in Symfony core.\nhttps://github.com/symfony/symfony/pull/39948\n\n\n| Symfony Version | Package Version |\n|-----------------|-----------------|\n| ~5.1.0          | 0.0.2           |\n| ^5.2            | ^1.0.0          |\n\nInstallation\n-----------\n\n```\ncomposer require yieldstudio/symfony-spot-hit-notifier\n```\n\n#### Enable the Bundle\n\nAdd following line in `bundles.php`:\n\n```php\nYieldStudio\\Notifier\\SpotHit\\SpotHitNotifierBundle::class =\u003e ['all' =\u003e true],\n```\n\n#### Enable the Spot-Hit transport\n  \nAdd the `spothit` chatter in `config/packages/notifier.yaml`\n\n````yaml\nframework:\n    notifier:\n        texter_transports:\n            spothit: '%env(SPOTHIT_DSN)%'\n````\n\n\n#### DSN example\n\n```\n// .env file\nSPOTHIT_DSN=spothit://TOKEN@default?from=FROM\n```\n\nwhere:\n - `TOKEN` is your Spot-Hit API key\n - `FROM` is the custom sender (3-11 letters, default is a 5 digits phone number)\n\nRunning the Tests\n---------\n\nInstall the [Composer](http://getcomposer.org/) dependencies:\n\n    git clone https://github.com/YieldStudio/symfony-spot-hit-notifier.git\n    cd symfony-spot-hit-notifier\n    composer update\n\nThen run the test suite:\n\n    composer test\n\n## License\n\nThis bundle is released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyieldstudio%2Fsymfony-spot-hit-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyieldstudio%2Fsymfony-spot-hit-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyieldstudio%2Fsymfony-spot-hit-notifier/lists"}