{"id":48821620,"url":"https://github.com/g4code/sms-gateway","last_synced_at":"2026-04-14T15:03:09.262Z","repository":{"id":62508569,"uuid":"169424800","full_name":"g4code/sms-gateway","owner":"g4code","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-06T15:10:54.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-11T12:14:06.980Z","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/g4code.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":"2019-02-06T15:08:50.000Z","updated_at":"2019-02-06T15:09:13.000Z","dependencies_parsed_at":"2022-11-02T10:16:21.071Z","dependency_job_id":null,"html_url":"https://github.com/g4code/sms-gateway","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/g4code/sms-gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4code%2Fsms-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4code%2Fsms-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4code%2Fsms-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4code%2Fsms-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g4code","download_url":"https://codeload.github.com/g4code/sms-gateway/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4code%2Fsms-gateway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-14T15:03:08.429Z","updated_at":"2026-04-14T15:03:09.252Z","avatar_url":"https://github.com/g4code.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"sms-gateway\n======\n\n\u003e sms-gateway - [php](http://php.net) library\n\n## Install\nVia Composer\n\n```sh\ncomposer require g4/sms-gateway\n```\n\n## Usage\n\n### Send Message\n\n```php\nrequire_once  'vendor/autoload.php';\n\n// Twilio\n$account_sid = '[AccountSid]';\n$auth_token  = '[AuthToken]';\n$driver      = new \\G4\\SmsGateway\\Adapter\\Twilio($account_sid, $auth_token);\n$smsGateway  = new \\G4\\SmsGateway\\SmsGateway($driver);\n\n// \\G4\\SmsGateway\\Message\n$message = $smsGateway\n    -\u003efrom('+00000000000')\n    -\u003eto('+00000000000')\n    -\u003esend('Hello world!');\n\n```\n\n### View Message\n\n```php\nrequire_once  __DIR__ . '/../../vendor/autoload.php';\n\n// Twilio\n$account_sid = 'xxx';\n$auth_token = 'xxx';\n\n$driver = new \\G4\\SmsGateway\\Adapter\\Twilio($account_sid, $auth_token);\n$smsGateway = new \\G4\\SmsGateway\\SmsGateway($driver);\n\n// \\G4\\SmsGateway\\Message\n$message = $smsGateway-\u003eview('SMxxxxxxxxxxxxx');\n\n```\n\n## Development\n\n### Install dependencies\n\n    $ make install\n\n### Run tests\n\n    $ make test\n\n## License\n\n(The MIT License)\nsee LICENSE file for details...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4code%2Fsms-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg4code%2Fsms-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4code%2Fsms-gateway/lists"}