yangcp / php-mathpix-api
There is no license information available for the latest version (v1.0) of this package.
v1.0
2021-10-08 02:15 UTC
Requires
- guzzlehttp/guzzle: ~6.0
This package is auto-updated.
Last update: 2025-04-08 10:24:49 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);