github.com/haizibinbin/maytapi
Source
Issues
Installs: 182
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT db537535c2e5aaf91c14306b8c7dbd100643f368
This package is auto-updated.
Last update: 2025-04-05 12:02:58 UTC
<?php require_once 'vendor/autoload.php'; $product_id = 'xxxxxxxxxx'; $token = 'xxxxxxxxxx'; $phone_id = 'xxxxxx'; $maytapi = new \Hbb\Maytapi\Maytapi($product_id, $token); $data = $maytapi->status($phone_id); print_r($data);