{"id":18011256,"url":"https://github.com/mul14/zenziva.php","last_synced_at":"2025-12-13T00:43:57.427Z","repository":{"id":30496688,"uuid":"34050929","full_name":"mul14/zenziva.php","owner":"mul14","description":"Zenziva - Indonesia Online SMS Gateway Library","archived":false,"fork":false,"pushed_at":"2020-11-06T00:49:45.000Z","size":38,"stargazers_count":39,"open_issues_count":0,"forks_count":16,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-09-19T11:42:03.566Z","etag":null,"topics":["laravel-package","notification","php","sms","sms-client","zenziva-sms"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/nasution/zenziva","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/mul14.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-04-16T11:05:08.000Z","updated_at":"2024-08-02T13:44:21.000Z","dependencies_parsed_at":"2022-08-17T18:10:21.072Z","dependency_job_id":null,"html_url":"https://github.com/mul14/zenziva.php","commit_stats":null,"previous_names":["mul14/zenziva-sms"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mul14%2Fzenziva.php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mul14%2Fzenziva.php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mul14%2Fzenziva.php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mul14%2Fzenziva.php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mul14","download_url":"https://codeload.github.com/mul14/zenziva.php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222155809,"owners_count":16940424,"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":["laravel-package","notification","php","sms","sms-client","zenziva-sms"],"created_at":"2024-10-30T03:08:30.881Z","updated_at":"2025-10-15T07:53:32.933Z","avatar_url":"https://github.com/mul14.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zenziva Client for PHP - v2\n\nThis is v2, for previous version please check [1.x branch](https://github.com/mul14/zenziva.php/tree/1.x).\n\n[Zenziva](https://www.zenziva.id) provide services to send SMS, WhatsApp, and voice message.\n\nIf this library not working for you, or you found any kind of bugs, please create a new issue.\n\n## Install\n\nRun [composer](http://getcomposer.org)\n\n```bash\ncomposer require nasution/zenziva\n```\n\n## Usage\n\nMake sure you already have Zenziva account.\n\n```php\n// Regular\n\nrequire 'vendor/autoload.php';\n\nuse Nasution\\Zenziva\\Zenziva;\n\n$zenziva = new Zenziva('userkey', 'passkey');\n\n// SMS\n$zenziva-\u003esms('0812223333', 'Halo');\n\n// WhatsApp\n$zenziva-\u003ewa('6285551111', 'Halo');\n\n// Voice message\n$zenziva-\u003evoice('0812223333', 'Halo');\n```\n\n```php\n// SMS Masking\n$zenziva = new Zenziva('userkey', 'passkey', [\n    'masking' =\u003e true,\n]);\n\n$zenziva-\u003esms('0812223333', 'Halo');\n```\n\n```php\n// Zenziva Sms Center\n$zenziva = new Zenziva('userkey', 'passkey', [\n    'domain' =\u003e 'domain_name.com',\n]);\n\n$zenziva-\u003esms('0812223333', 'Halo');\n```\n\n```php\n// Zenziva WhatsApp Center\n$zenziva = new Zenziva('userkey', 'passkey', [\n    'domain' =\u003e 'domain_name.com',\n    'whatsapp_id' =\u003e 'whatsapp_id',\n]);\n\n$zenziva-\u003ewa('6285551111', 'Halo');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmul14%2Fzenziva.php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmul14%2Fzenziva.php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmul14%2Fzenziva.php/lists"}