{"id":19706740,"url":"https://github.com/unisharp/sms","last_synced_at":"2025-08-02T13:40:48.442Z","repository":{"id":57075593,"uuid":"141681295","full_name":"UniSharp/sms","owner":"UniSharp","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-30T07:59:32.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-04T03:17:19.938Z","etag":null,"topics":[],"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/UniSharp.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":"2018-07-20T07:50:59.000Z","updated_at":"2022-03-23T18:56:19.000Z","dependencies_parsed_at":"2022-08-24T14:55:44.550Z","dependency_job_id":null,"html_url":"https://github.com/UniSharp/sms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UniSharp/sms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniSharp%2Fsms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniSharp%2Fsms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniSharp%2Fsms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniSharp%2Fsms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UniSharp","download_url":"https://codeload.github.com/UniSharp/sms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniSharp%2Fsms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268400668,"owners_count":24244445,"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-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2024-11-11T21:36:49.950Z","updated_at":"2025-08-02T13:40:48.390Z","avatar_url":"https://github.com/UniSharp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMS package for Laravel\n\nOnly support APTG SMS for now.\n\n## Installation\n\n```\n    composer require unisharp/sms\n```\n\n## Usage\n\n### Using facade\n\nEdit `.env`:\n\n```\n    APTG_MDN=xxx\n    APTG_UID=yyy\n    APTG_UPASS=zzz\n    SMS_IS_DRY_RUN=false // If set to true, no sms will be sent. Only log messages are recorded.\n```\n\nCode: \n\n```\n    \\Sms::send($phone_number, $message); // boolean value is returned.\n```\n\n### Pass credentials manually\n\n```\n    $client = new AptgSmsClient('your APTG_MDN', 'your APTG_UID', 'your APTG_UPASS');\n\n    $response = $client-\u003esend([$phone_number], $message);  // Instance of AptgClient is returned.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funisharp%2Fsms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funisharp%2Fsms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funisharp%2Fsms/lists"}