{"id":19210667,"url":"https://github.com/mhndev/messaging-sdk","last_synced_at":"2025-08-03T11:09:00.154Z","repository":{"id":62527780,"uuid":"88145780","full_name":"mhndev/messaging-sdk","owner":"mhndev","description":"php client for messaging service","archived":false,"fork":false,"pushed_at":"2017-04-13T11:16:34.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-23T07:31:51.321Z","etag":null,"topics":["email-sender","messaging","php-client","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mhndev.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}},"created_at":"2017-04-13T09:01:04.000Z","updated_at":"2017-04-13T11:14:39.000Z","dependencies_parsed_at":"2022-11-02T14:16:47.013Z","dependency_job_id":null,"html_url":"https://github.com/mhndev/messaging-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mhndev/messaging-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhndev%2Fmessaging-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhndev%2Fmessaging-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhndev%2Fmessaging-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhndev%2Fmessaging-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhndev","download_url":"https://codeload.github.com/mhndev/messaging-sdk/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhndev%2Fmessaging-sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268531912,"owners_count":24265250,"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-03T02:00:12.545Z","response_time":2577,"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":["email-sender","messaging","php-client","sms"],"created_at":"2024-11-09T13:36:46.205Z","updated_at":"2025-08-03T11:09:00.105Z","avatar_url":"https://github.com/mhndev.png","language":"PHP","readme":"### Messaging Service Sdk (Client)\n\n\n##### sample code \n```php\n\n\n$sms = new \\mhndev\\messagingSdk\\Sms(\n    'Hi, how you doing man?',\n    new \\mhndev\\valueObjects\\implementations\\MobilePhone('09124971706')\n);\n\n\n$email = new \\mhndev\\messagingSdk\\Email(\n    new \\mhndev\\valueObjects\\implementations\\Email('majid8911303@gmail.com'),\n    '\u003cdiv style=\"color:white; background-color: black\"\u003eThis is sample Email Message\u003c/div\u003e',\n    'test Email',\n    new \\mhndev\\valueObjects\\implementations\\Email('majid@gmail.com')\n    \n);\n\n$client = new \\mhndev\\messagingSdk\\Client(\n    new \\GuzzleHttp\\Client(),\n    'http://example.com/send-sms',\n    'http://example.com/send-email'\n);\n\n$client-\u003esendSms($sms);\n\n$client-\u003esendEmail($email);\n\n\n\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhndev%2Fmessaging-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhndev%2Fmessaging-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhndev%2Fmessaging-sdk/lists"}