{"id":15309200,"url":"https://github.com/arif98741/multisms","last_synced_at":"2025-04-15T01:06:30.650Z","repository":{"id":62486851,"uuid":"346482912","full_name":"arif98741/multisms","owner":"arif98741","description":"Xenon is a universal SMS sending library specially for Bangladesh. You can integrate this library in your PHP application easily for sending SMS to any Bangladeshi mobile number. This is for raw PHP.","archived":false,"fork":false,"pushed_at":"2024-07-01T08:23:31.000Z","size":81,"stargazers_count":16,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T13:02:30.492Z","etag":null,"topics":["bangladeshi-sms-gateway","php","php-sms-gateway","sms","sms-gatewai-api","sms-gateway","sms-gateway-library","xenon","xenon-library","xenon-package"],"latest_commit_sha":null,"homepage":"","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/arif98741.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":null,"patreon":"arif98741","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-03-10T20:26:47.000Z","updated_at":"2024-11-06T02:45:22.000Z","dependencies_parsed_at":"2024-10-15T20:20:39.764Z","dependency_job_id":null,"html_url":"https://github.com/arif98741/multisms","commit_stats":{"total_commits":50,"total_committers":8,"mean_commits":6.25,"dds":0.5800000000000001,"last_synced_commit":"216e2c3211daa6600259d6c90d6cb1588447167f"},"previous_names":["arif98741/xenon"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arif98741%2Fmultisms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arif98741%2Fmultisms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arif98741%2Fmultisms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arif98741%2Fmultisms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arif98741","download_url":"https://codeload.github.com/arif98741/multisms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248761370,"owners_count":21157542,"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":["bangladeshi-sms-gateway","php","php-sms-gateway","sms","sms-gatewai-api","sms-gateway","sms-gateway-library","xenon","xenon-library","xenon-package"],"created_at":"2024-10-01T08:21:31.193Z","updated_at":"2025-04-15T01:06:30.594Z","avatar_url":"https://github.com/arif98741.png","language":"PHP","funding_links":["https://patreon.com/arif98741"],"categories":[],"sub_categories":[],"readme":"xenon/multisms is a universal sms sending library specially for Bangladesh. \u003cbr\u003e You can integrate this library in your php application easily for sending sms to any Bangladeshi mobile number. \u003cstrong\u003eThis is for raw php as well.\u003c/strong\u003e\n\n\n### Installation\n\n```\ncomposer require xenon/multisms\n```\n\n### Sample Code\n\n\u003cpre\u003e\nuse Xenon\\Multisms\\Provider\\BulkSmsBD;\nuse Xenon\\Multisms\\Sender;\n\nrequire 'vendor/autoload.php';\n\n$sender = Sender::getInstance();\ntry {\n    $response = $sender-\u003eselectProvider(BulkSmsBD::class)\n            -\u003esetConfig(['username' =\u003e '017555XYZAB', 'password' =\u003e 'XXXXX'])\n            -\u003esetMessage('hello')\n            -\u003esetMobile('017XXXXXXX')\n            -\u003esend();\n    var_dump($response);\n} catch (Exception $e) {\n    var_dump($e-\u003egetMessage());\n}\n\n\u003c/pre\u003e\n\n\n#### Currently Supported SMS Gateways\n* BDBulkSMS\n* BulkSMSBD\n* MDLSMS\n* OnnoRokomSMS\n* SSLSms\n* MIMSMS\n\n We are continuously working in this open source library for adding more Bangladeshi sms gateway. If you fee something is missing then make a issue regarding that.\nIf you want to contribute in this library, then you are highly welcome to do that.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farif98741%2Fmultisms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farif98741%2Fmultisms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farif98741%2Fmultisms/lists"}