{"id":19164457,"url":"https://github.com/im-machakata/codels-sms-php","last_synced_at":"2025-03-19T00:25:58.929Z","repository":{"id":247350828,"uuid":"824590702","full_name":"im-machakata/codels-sms-php","owner":"im-machakata","description":"PHP wrapper for 2waychat.com bulk sms by codel.co.zw","archived":false,"fork":false,"pushed_at":"2025-02-23T04:23:21.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T04:25:17.601Z","etag":null,"topics":["2waychat-sms","bulk-sms","codel-sms","php-wrapper","sms-api"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/immachakata/codelsms","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/im-machakata.png","metadata":{"files":{"readme":".github/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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-05T13:09:38.000Z","updated_at":"2025-02-23T04:23:24.000Z","dependencies_parsed_at":"2024-08-24T23:58:03.255Z","dependency_job_id":null,"html_url":"https://github.com/im-machakata/codels-sms-php","commit_stats":null,"previous_names":["im-machakata/codels-sms","im-machakata/codels-sms-php"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/im-machakata%2Fcodels-sms-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/im-machakata%2Fcodels-sms-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/im-machakata%2Fcodels-sms-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/im-machakata%2Fcodels-sms-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/im-machakata","download_url":"https://codeload.github.com/im-machakata/codels-sms-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244327902,"owners_count":20435516,"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":["2waychat-sms","bulk-sms","codel-sms","php-wrapper","sms-api"],"created_at":"2024-11-09T09:22:10.289Z","updated_at":"2025-03-19T00:25:58.903Z","avatar_url":"https://github.com/im-machakata.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI Test Package](https://github.com/im-machakata/codels-sms/actions/workflows/ci-test.yml/badge.svg)](https://github.com/im-machakata/codels-sms/actions/workflows/ci-test.yml)\n![Packagist Version](https://img.shields.io/packagist/v/immachakata/codelsms)\n![Packagist Downloads](https://img.shields.io/packagist/dt/immachakata/codelsms)\n![Packagist License](https://img.shields.io/packagist/l/immachakata/codelsms)\n\n# Codel Bulk Sms (Un-Official)\nThis is an **unofficial** package for the [codel](https://codel.co.zw) bulk sms (also known as [2waychat.com](https://2waychat.com)).\n\n## How it works\n\nThis version interacts with the [Codel Sms API](https://2waychat.com) and does not provide any additional functions.\n\n## Installation \n\nTo install and use this library, you'll need to have composer installed. After that, you can install this library with the following composer command:\n\n```sh\ncomposer require immachakata/codelsms\n```\n\n## Usage \n\nInitialize an sms instance as follows:\n\n```php\nuse IsaacMachakata\\CodelSms\\Sms;\nuse IsaacMachakata\\CodelSms\\Client;\n\n$client =  new Client($apiToken);\n$sms = Sms::new('263771000000','Your message goes here...');\n\n$response = $client-\u003esend($sms);\nif($response-\u003eisOk()){\n    // Sip some coffee\n} else {\n    // Scratch your head\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-machakata%2Fcodels-sms-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fim-machakata%2Fcodels-sms-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-machakata%2Fcodels-sms-php/lists"}