{"id":21414435,"url":"https://github.com/valery1707/smsc-java","last_synced_at":"2026-01-06T14:07:40.878Z","repository":{"id":23560774,"uuid":"99331964","full_name":"valery1707/smsc-java","owner":"valery1707","description":"Java library for SMSC","archived":false,"fork":false,"pushed_at":"2024-07-27T09:48:18.000Z","size":149,"stargazers_count":2,"open_issues_count":55,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T22:23:25.673Z","etag":null,"topics":["java","library"],"latest_commit_sha":null,"homepage":"https://smsc.ru/api/http/","language":"Java","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/valery1707.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2017-08-04T10:21:27.000Z","updated_at":"2018-02-02T14:42:47.000Z","dependencies_parsed_at":"2023-10-16T06:31:51.718Z","dependency_job_id":"fcfca773-892b-49c0-b43f-237c4a46d1b0","html_url":"https://github.com/valery1707/smsc-java","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valery1707%2Fsmsc-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valery1707%2Fsmsc-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valery1707%2Fsmsc-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valery1707%2Fsmsc-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valery1707","download_url":"https://codeload.github.com/valery1707/smsc-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245699287,"owners_count":20657987,"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":["java","library"],"created_at":"2024-11-22T18:29:33.059Z","updated_at":"2026-01-06T14:07:40.837Z","avatar_url":"https://github.com/valery1707.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maven Central](https://maven-badges.herokuapp.com/maven-central/name.valery1707.smsc/smsc/badge.svg)](https://maven-badges.herokuapp.com/maven-central/name.valery1707.smsc/smsc)\n[![Javadoc](https://javadoc.io/badge/name.valery1707.smsc/smsc.svg)](http://www.javadoc.io/doc/name.valery1707.smsc/smsc)\n[![License](https://img.shields.io/github/license/valery1707/smsc-java.svg)](http://opensource.org/licenses/MIT)\n\n[![Stories to work on](https://badge.waffle.io/valery1707/smsc-java.svg?label=next\u0026title=Ready%20to%20work)](https://waffle.io/valery1707/smsc-java)\n[![DevOps By Rultor.com](http://www.rultor.com/b/valery1707/sms-java)](http://www.rultor.com/p/valery1707/sms-java)\n\n# smsc-java\nJava library for [SMSC](https://smsc.ru/api/http/).\n\n# Features\n\n\n# How to use\n\nFirst, connect the libraries `smsc`, `smsc-http-ok-http` and `smsc-json-jackson` to the project and then:\n\n```java\nSmsCenter center = new SmsCenterImpl(\n    new HttpClientOkHttp(),\n    new JsonMapperJackson(),\n    \"demo\", \"demo1\".toCharArray()\n);\nMessageSend send = center\n    .messages()\n    .send(new Message()\n        .withContact(Contact.phone(\"79051234567\"))\n        .withText(\"SMS text\")\n);\nSystem.out.println(String.format(\n    \"Sent %d messages with total cost %.2f, current balance is %.2f\",\n    send.getCnt(), send.getCost(), send.getBalance()\n));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalery1707%2Fsmsc-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalery1707%2Fsmsc-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalery1707%2Fsmsc-java/lists"}