yangcp / php-mathpix-api
Installs: 392
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
pkg:composer/yangcp/php-mathpix-api
Requires
- guzzlehttp/guzzle: ~6.0
This package is auto-updated.
Last update: 2025-12-08 11:47:18 UTC
README
<?php require_once '../../vendor/autoload.php'; use Yangcp\mathpix\MathpixApi; $config = [ "app_id" => '', "app_key" => '', ]; $obj = MathpixApi::getInstance($config); $test = $obj->request('https://gongkao-1253756937.cosgz.myqcloud.com/app_qb/chongqing/img/1632981054.png'); var_dump($test);