{"id":16233576,"url":"https://github.com/scaytrase/websms-php","last_synced_at":"2025-07-07T19:06:40.345Z","repository":{"id":31770684,"uuid":"35336983","full_name":"scaytrase/websms-php","owner":"scaytrase","description":"binding for WebSMS.ru sms sending service","archived":false,"fork":false,"pushed_at":"2019-09-20T07:10:53.000Z","size":27,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T04:48:39.710Z","etag":null,"topics":["sms","sms-client","websms"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scaytrase.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":"2015-05-09T16:58:02.000Z","updated_at":"2019-09-20T07:09:58.000Z","dependencies_parsed_at":"2022-09-10T09:40:52.026Z","dependency_job_id":null,"html_url":"https://github.com/scaytrase/websms-php","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaytrase%2Fwebsms-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaytrase%2Fwebsms-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaytrase%2Fwebsms-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaytrase%2Fwebsms-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scaytrase","download_url":"https://codeload.github.com/scaytrase/websms-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247799003,"owners_count":20998097,"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":["sms","sms-client","websms"],"created_at":"2024-10-10T13:13:09.106Z","updated_at":"2025-04-08T07:38:50.169Z","avatar_url":"https://github.com/scaytrase.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/scaytrase/websms-php.svg?branch=master)](https://travis-ci.org/scaytrase/websms-php)\n[![Latest Stable Version](https://poser.pugx.org/scaytrase/websms-php/v/stable)](https://packagist.org/packages/scaytrase/websms-php)\n[![Latest Unstable Version](https://poser.pugx.org/scaytrase/websms-php/v/unstable)](https://packagist.org/packages/scaytrase/websms-php)\n[![Total Downloads](https://poser.pugx.org/scaytrase/websms-php/downloads)](https://packagist.org/packages/scaytrase/websms-php)\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/39774f8b-ef2b-4b6c-a675-1b4803d7f538/mini.png)](https://insight.sensiolabs.com/projects/39774f8b-ef2b-4b6c-a675-1b4803d7f538)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/scaytrase/websms-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/scaytrase/websms-php/?branch=master)\n\n# WebSMS PHP Library\n\nA tiny library for sending SMS via [WebSMS](http://websms.ru/) gateway. \nThis gateway requires you to be registered in order to send SMS.\n\n## Installation\n\nThe best way to handle dependencies is to use Composer\n\n### Composer\n\n```bash\n    composer require \"scaytrase/websms-php\"\n```\n\n## Usage\n\n```php\n    $driver = new JsonDriver();\n    $connection = new Connection($driver, 'username', 'secret');\n    \n    // Optionally check that connection runs well\n    // $connection-\u003everify(); \n    // echo $connection-\u003egetBalance(); \n    \n    $message = new Message('+79991234567', 'test message');\n    $connection-\u003esend($message);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaytrase%2Fwebsms-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscaytrase%2Fwebsms-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaytrase%2Fwebsms-php/lists"}