{"id":22645449,"url":"https://github.com/aqlx86/isms-php","last_synced_at":"2025-08-01T07:34:30.350Z","repository":{"id":62486481,"uuid":"82620282","full_name":"aqlx86/isms-php","owner":"aqlx86","description":"isms api php client","archived":false,"fork":false,"pushed_at":"2018-09-30T14:17:47.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T15:52:32.510Z","etag":null,"topics":["api","isms","sms"],"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/aqlx86.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":"2017-02-21T01:12:04.000Z","updated_at":"2022-03-10T06:56:39.000Z","dependencies_parsed_at":"2022-11-02T10:01:07.071Z","dependency_job_id":null,"html_url":"https://github.com/aqlx86/isms-php","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/aqlx86/isms-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aqlx86%2Fisms-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aqlx86%2Fisms-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aqlx86%2Fisms-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aqlx86%2Fisms-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aqlx86","download_url":"https://codeload.github.com/aqlx86/isms-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aqlx86%2Fisms-php/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268185560,"owners_count":24209392,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","isms","sms"],"created_at":"2024-12-09T06:05:36.063Z","updated_at":"2025-08-01T07:34:30.297Z","avatar_url":"https://github.com/aqlx86.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ISMS-PHP\niSMS PHP Client\n\nPlease check isms site for the list of response error codes and description.\nhttps://www.isms.com.my/response_result.php\n\n### Current features\n* Send SMS\n* Get Remaining balance\n\n### Setup\n```\n$ composer.phar install\n```\n\n### Sending of SMS example usage\n```\nrequire './vendor/autoload.php';\n\nuse ISMS\\Recipient;\nuse ISMS\\Message;\nuse ISMS\\SMS;\n\n$recipient = new Recipient('9999999');\n$message = new Message($recipient, 'message to send');\n$sms = new SMS('username', 'password', $message);\n\ntry\n{\n    $sms-\u003esend();\n}\ncatch (\\Exception $e)\n{\n    var_dump($e-\u003egetMessage(), $e-\u003egetCode());\n}\n```\n\n\n### Get remaining SMS balance\n```\nrequire './vendor/autoload.php';\n\nuse ISMS\\Balance;\n\n$balance = new Balance('username', 'password');\n\ntry\n{\n    echo $balance-\u003eget();\n}\ncatch (\\Exception $e)\n{\n    var_dump($e-\u003egetMessage(), $e-\u003egetCode());\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faqlx86%2Fisms-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faqlx86%2Fisms-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faqlx86%2Fisms-php/lists"}