{"id":49888295,"url":"https://github.com/boxlinknet/kwtsms-magento","last_synced_at":"2026-05-15T19:33:48.874Z","repository":{"id":344732137,"uuid":"1182802138","full_name":"boxlinknet/kwtsms-magento","owner":"boxlinknet","description":"SMS notifications and OTP for Adobe Commerce (Magento 2) via kwtSMS gateway","archived":false,"fork":false,"pushed_at":"2026-03-16T05:40:27.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-16T14:37:14.040Z","etag":null,"topics":["adobe-commerce","arabic","kuwait","kwtsms","magento","magento2","magento2-module","otp","sms","sms-gateway"],"latest_commit_sha":null,"homepage":"https://www.kwtsms.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxlinknet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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}},"created_at":"2026-03-16T01:07:13.000Z","updated_at":"2026-03-16T05:40:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/boxlinknet/kwtsms-magento","commit_stats":null,"previous_names":["boxlinknet/kwtsms-magento"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/boxlinknet/kwtsms-magento","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxlinknet%2Fkwtsms-magento","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxlinknet%2Fkwtsms-magento/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxlinknet%2Fkwtsms-magento/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxlinknet%2Fkwtsms-magento/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxlinknet","download_url":"https://codeload.github.com/boxlinknet/kwtsms-magento/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxlinknet%2Fkwtsms-magento/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33076221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["adobe-commerce","arabic","kuwait","kwtsms","magento","magento2","magento2-module","otp","sms","sms-gateway"],"created_at":"2026-05-15T19:33:47.606Z","updated_at":"2026-05-15T19:33:48.854Z","avatar_url":"https://github.com/boxlinknet.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kwtSMS for Magento 2\n\n[![CodeQL](https://github.com/boxlinknet/kwtsms-magento/actions/workflows/codeql.yml/badge.svg)](https://github.com/boxlinknet/kwtsms-magento/actions/workflows/codeql.yml)\n[![GitGuardian](https://github.com/boxlinknet/kwtsms-magento/actions/workflows/gitguardian.yml/badge.svg)](https://github.com/boxlinknet/kwtsms-magento/actions/workflows/gitguardian.yml)\n[![Magento](https://img.shields.io/badge/Magento-2.4.7+-orange.svg)](https://magento.com)\n[![PHP](https://img.shields.io/badge/PHP-8.2%20|%208.3-blue.svg)](https://php.net)\n[![License](https://img.shields.io/badge/License-OSL--3.0-green.svg)](LICENSE)\n\nSMS notifications and OTP verification for Adobe Commerce (Magento 2) via the [kwtSMS](https://www.kwtsms.com) gateway.\n\n## Features\n\n- **Order SMS notifications:** New order, status change, shipment, invoice, refund, cancellation\n- **Customer SMS:** Welcome message on registration\n- **Admin alerts:** New order, new customer, low stock\n- **Bilingual templates:** English and Arabic with placeholder support\n- **Full SMS logging:** Searchable admin grid with export\n- **Dashboard:** SMS analytics, balance, connection status\n- **Test mode:** Send to API queue without delivering (credits recoverable)\n- **Phone validation:** 90+ country rules with Arabic numeral conversion\n- **Daily sync:** Auto-refresh balance, sender IDs, and coverage via cron\n\n## Requirements\n\n- Magento 2.4.7+\n- PHP 8.2 or 8.3\n- Active [kwtSMS](https://www.kwtsms.com) account with API access\n\n## Installation\n\n### Via Composer (Marketplace)\n\n```bash\ncomposer require kwtsms/module-sms-integration\nbin/magento module:enable KwtSms_SmsIntegration\nbin/magento setup:upgrade\nbin/magento setup:di:compile\nbin/magento cache:flush\n```\n\n### Manual Installation\n\n1. Copy the module to `app/code/KwtSms/SmsIntegration/`\n2. Run:\n```bash\nbin/magento module:enable KwtSms_SmsIntegration\nbin/magento setup:upgrade\nbin/magento setup:di:compile\nbin/magento cache:flush\n```\n\n## Configuration\n\n1. Go to **Stores \u003e Configuration \u003e kwtSMS \u003e Gateway Settings**\n2. Enter your API username and password\n3. Click **Test Connection**\n4. Select your Sender ID\n5. Enable the module\n\n## kwtSMS Account\n\n1. Register at [kwtsms.com](https://www.kwtsms.com)\n2. Request API access from your account menu\n3. Find your API username and password in your account API page\n\n**Note:** API username is NOT your phone number.\n\n## Development\n\n### Docker Setup\n\n```bash\ndocker compose up -d\ndocker compose exec php bash /var/www/html/docker/install-magento.sh\n```\n\n- Storefront: http://localhost:8085\n- Admin: http://localhost:8085/admin\n- phpMyAdmin: http://localhost:8083\n\n## Security\n\nReport security vulnerabilities to: support@kwtsms.com\n\nSee [SECURITY.md](SECURITY.md) for details.\n\n## License\n\nOSL-3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxlinknet%2Fkwtsms-magento","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxlinknet%2Fkwtsms-magento","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxlinknet%2Fkwtsms-magento/lists"}