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

This package is auto-updated.

Last update: 2024-10-08 09:14:22 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);