yangcp/php-mathpix-api

There is no license information available for the latest version (v1.0) of this package.

Maintainers

Package info

github.com/ycp19940225/php-mathpix-api

Issues

pkg:composer/yangcp/php-mathpix-api

Statistics

Installs: 392

Dependents: 0

Suggesters: 0

Stars: 1

v1.0 2021-10-08 02:15 UTC

This package is auto-updated.

Last update: 2026-03-08 12:22:35 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);