{"id":16633869,"url":"https://github.com/kingster/way2sms-api","last_synced_at":"2025-03-21T15:31:31.478Z","repository":{"id":140593044,"uuid":"2638141","full_name":"kingster/Way2SMS-API","owner":"kingster","description":"Way2sms Unofficial PHP API","archived":false,"fork":false,"pushed_at":"2018-04-14T18:24:32.000Z","size":22,"stargazers_count":73,"open_issues_count":5,"forks_count":83,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-18T02:44:19.404Z","etag":null,"topics":["php","sms","way2sms","way2sms-api"],"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/kingster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2011-10-24T18:26:51.000Z","updated_at":"2025-02-05T05:55:56.000Z","dependencies_parsed_at":"2023-05-03T19:34:08.751Z","dependency_job_id":null,"html_url":"https://github.com/kingster/Way2SMS-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingster%2FWay2SMS-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingster%2FWay2SMS-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingster%2FWay2SMS-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingster%2FWay2SMS-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kingster","download_url":"https://codeload.github.com/kingster/Way2SMS-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244822671,"owners_count":20516150,"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":["php","sms","way2sms","way2sms-api"],"created_at":"2024-10-12T05:26:23.413Z","updated_at":"2025-03-21T15:31:31.128Z","avatar_url":"https://github.com/kingster.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Way2SMS PHP API\n=============\n\nSend SMS Via Way2SMS from PHP.  \n\n\u003cdel\u003eTested Working with Way2SMS UI Version 4. Supports upto 140 Characters\u003c/del\u003e\u003cbr /\u003e\n\u003cdel\u003eWay2SMS has added a Captcha Verification. Will update when I can find a workaround\u003c/del\u003e\u003cbr /\u003e\nUPDATE: Fully functional again :)  \n\n\n\nHow to Use\n-------\n\n##### Simple Usage\n\n```php\n\u003c?php\n    include('way2sms-api.php');\n    sendWay2SMS ( '9000012345' , 'password' , '987654321' , 'Hello World');   \n    sendWay2SMS ( '9000012345' , 'password' , '987654321,9876501234' , 'Hello World');   \n?\u003e\n```\n\n##### Multiple Messages with different content\n```php\n\u003c?php \n    include('way2sms-api.php');\n    $client = new WAY2SMSClient();\n    $client-\u003elogin('username', 'password');\n    $client-\u003esend('987654321', 'msg1');\n    //Add sleep between requests to make this requests more human like! \n    //A blast of request's may mark the ip as spammer and blocking further requests.\n    sleep(1);\n    $client-\u003esend('987654321,9876501234', 'msg2');\n    sleep(1);\n    $client-\u003elogout();\n?\u003e\n```\n\n\n\n\nHTTP API\n------------\n\nSend SMS just making GET or POST Requests.\n\nIncase u want to use the service from your application then the parameters for ur application would be\n\n```\nhttp://www.yourdomain.com/sendsms.php?uid=LOGIN_ID\u0026pwd=PASSWORD\u0026phone=XXXXXXXXX,YYYYYYYYY\u0026msg=Hello+World\n\nParameters\nuid = LOGIN_ID ( Your Login ID [either nickname or 10 Digit mobile no] )\npwd = PASSWORD ( Your Login Password )\nphone = 10 Digit Mobile number. Incase of multiple numbers then numbers separated by comma (,)\nmsg = Your Message.\n```\n\n\nNote\n-------\nPlease use this code on your own risk. The author is no way responsible for the outcome arising out of this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingster%2Fway2sms-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingster%2Fway2sms-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingster%2Fway2sms-api/lists"}