{"id":14983671,"url":"https://github.com/docdocdoc/nexmobundle","last_synced_at":"2025-06-13T05:37:02.510Z","repository":{"id":19477457,"uuid":"22722945","full_name":"docdocdoc/NexmoBundle","owner":"docdocdoc","description":"Send SMS with nexmo.com and symfony","archived":false,"fork":false,"pushed_at":"2017-06-06T15:12:22.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-17T17:48:16.446Z","etag":null,"topics":["bundle","php","symfony","symfony-bundle","symfony2","symfony3"],"latest_commit_sha":null,"homepage":null,"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/docdocdoc.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":"2014-08-07T13:51:16.000Z","updated_at":"2018-07-02T09:25:03.000Z","dependencies_parsed_at":"2022-09-14T13:24:48.990Z","dependency_job_id":null,"html_url":"https://github.com/docdocdoc/NexmoBundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/docdocdoc/NexmoBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docdocdoc%2FNexmoBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docdocdoc%2FNexmoBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docdocdoc%2FNexmoBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docdocdoc%2FNexmoBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docdocdoc","download_url":"https://codeload.github.com/docdocdoc/NexmoBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docdocdoc%2FNexmoBundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259590470,"owners_count":22881177,"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":["bundle","php","symfony","symfony-bundle","symfony2","symfony3"],"created_at":"2024-09-24T14:07:45.688Z","updated_at":"2025-06-13T05:37:02.472Z","avatar_url":"https://github.com/docdocdoc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DocDocDocNexmoBundle\r\n\r\nAllow you to send sms using nexmo\r\n\r\n## Installation\r\n\r\nRun\r\n\r\n````\r\nphp composer.phar require docdocdoc/nexmo-bundle dev-master\r\n````\r\n\r\nAdd in your AppKernel :\r\n\r\n````\r\nnew DocDocDoc\\NexmoBundle\\DocDocDocNexmoBundle(),\r\n````\r\n\r\n## Configuration\r\n\r\nin config.yml :\r\n\r\n````\r\ndoc_doc_doc_nexmo:\r\n    api_key: YOUR_API_KEY\r\n    api_secret: YOUR_API_SECRET\r\n````\r\n\r\n### Usage\r\n\r\n````\r\n$message = new \\DocDocDoc\\NexmoBundle\\Message\\Simple(\"SenderId\", \"phone\", \"content of your sms\");\r\n$nexmoResponse = $this-\u003econtainer-\u003eget('doc_doc_doc_nexmo')-\u003esend($message);\r\n````\r\n\r\n## Providers\r\n\r\nFor tests you can receive your sms in mail or just not send it :\r\n\r\nin config.yml :\r\n\r\n*Send by mail*\r\n\r\n````\r\ndoc_doc_doc_nexmo:\r\n    provider: doc_doc_doc_nexmo.send_mail\r\n    mail_to: email@allsmshere.com\r\n    mail_from: [default: no-reply@nexmobundle.com]\r\n````\r\n\r\n*Just trash it*\r\n\r\n````\r\ndoc_doc_doc_nexmo:\r\n    provider: doc_doc_doc_nexmo.noop\r\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocdocdoc%2Fnexmobundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocdocdoc%2Fnexmobundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocdocdoc%2Fnexmobundle/lists"}