hbb/maytapi

Installs: 200

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hbb/maytapi

v1.0.9 2024-07-05 10:15 UTC

This package is auto-updated.

Last update: 2025-10-05 13:19:38 UTC


README

用法

<?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);