Skip to content

ay4t/watzap-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Watzap.id PHP Module

Paket ini dibuat dan dikembangkan untuk integrasi WhatsApp notifikasi yang disediakan oleh layanan Watzap.id.

Installation

Install paket PHP ini dengan composer

  composer require ay4t/watzap-id

Atau Anda dapat menambahkan repository dari github saya dengan cara tambahkan baris berikut pada composer.json

composer config minimum-stability dev
composer config repositories.watzap vcs [email protected]:ay4t/watzap-id
composer require ay4t/watzap-id

Usage/Examples

require_once 'vendor/autoload.php';

$sendText    = new \Ay4t\WatzapId\SendText();
$sendText->setApiKey('YOUR-API-KEY');
$sendText->setNumberKey('YOUR-NUMBER-KEY');
$sendText->setPhone('6285791555506');
$sendText->setMessage('isi pesan Anda');
$result     = $sendText->result();

var_dump($result);

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

License

MIT

About

PHP module untuk integrasi dengan Watzap.id

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages