{"id":29966482,"url":"https://github.com/codecontinent/bd-sms-gateways","last_synced_at":"2026-03-17T18:38:16.898Z","repository":{"id":307342852,"uuid":"1028810008","full_name":"codecontinent/bd-sms-gateways","owner":"codecontinent","description":"Unified BD SMS Providers client package for TypeScript / JavaScript ecosystem","archived":false,"fork":false,"pushed_at":"2025-08-01T14:17:06.000Z","size":105,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-26T21:05:16.501Z","etag":null,"topics":["bd-sms","bd-sms-gateway","bd-sms-gateways","bun","cloudflare-workers","deno","hacktoberfest","node","npm-package","sms-client"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@bdcode/sms","language":"TypeScript","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/codecontinent.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2025-07-30T05:17:47.000Z","updated_at":"2025-08-22T15:57:51.000Z","dependencies_parsed_at":"2025-07-30T20:25:08.598Z","dependency_job_id":"05189700-793c-4237-b112-3866b55ed6b6","html_url":"https://github.com/codecontinent/bd-sms-gateways","commit_stats":null,"previous_names":["codecontinent/bdsms-clients"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/codecontinent/bd-sms-gateways","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecontinent%2Fbd-sms-gateways","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecontinent%2Fbd-sms-gateways/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecontinent%2Fbd-sms-gateways/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecontinent%2Fbd-sms-gateways/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecontinent","download_url":"https://codeload.github.com/codecontinent/bd-sms-gateways/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecontinent%2Fbd-sms-gateways/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30628441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"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":["bd-sms","bd-sms-gateway","bd-sms-gateways","bun","cloudflare-workers","deno","hacktoberfest","node","npm-package","sms-client"],"created_at":"2025-08-04T03:00:58.618Z","updated_at":"2026-03-17T18:38:16.880Z","avatar_url":"https://github.com/codecontinent.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BD SMS Gateways\n\n[![Release](https://github.com/codecontinent/bd-sms-gateways/actions/workflows/release.yml/badge.svg)](https://github.com/codecontinent/bd-sms-gateways/actions/workflows/release.yml)\n\n## Getting Started\n\n**Install Package**\n\n```bash\n# NPM\nnpm install @bdcode/sms\n\n# PNPM\npnpm add @bdcode/sms\n\n# Yarn\nyarn add @bdcode/sms\n\n# Bun\nbun add @bdcode/sms\n\n```\n\n\u003e [!NOTE]  \n\u003e If you are using Deno, then follow the CDN (e.g. esm.sh) way\n\u003e\n\u003e ```ts\n\u003e // Example: Import via esm.sh CDN\n\u003e import { SmsGateway } from \"https://esm.sh/@bdcode/sms\";\n\u003e ```\n\n**Example Usage**\n\n\u003e Using `SMSNetBD` adapter for this example.\n\n```ts\nconst sms = new SmsGateway(\n    \"sms-net-bd\", \n    { api_key: \"\u003cyour_api_key_here\u003e\" }\n);\n\n\n// Send SMS\nawait sms.client.sendSms({ \n    to: \"8801300112233\", \n    msg: \"Hello from SmsNetBD!\" \n\n    // schedule: \"2021-10-13 16:00:52\", // can be scheduled\n    // sender_id: \"YourSenderID\", // uses sender-id/masking \n    // content_id: \"YourContentID\", // only for bulk-sms\n});\n\n// Get Balance\nawait sms.client.getBalance();\n\n// Get Report\nawait sms.client.getReport(\"12345\");\n\n```\n\n---\n\n**SMS Providers we have covered so far:**\n\n-  ✔ [SMS-NET-BD](https://sms.net.bd)\n- ⏳ [Bulk-SMS-Dhaka](https://bulksmsdhaka.com)\n- 🔎 (Suggest us or propose \u0026 contribute)\n\nMade with 💚 by @codecontinent/opensource team and contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecontinent%2Fbd-sms-gateways","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecontinent%2Fbd-sms-gateways","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecontinent%2Fbd-sms-gateways/lists"}