dongkaipo/baidu-php-sdk-image

Baidu php sdk image composer support

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/dongkaipo/baidu-php-sdk-image

dev-master 2018-12-03 08:48 UTC

This package is auto-updated.

Last update: 2025-12-11 00:01:33 UTC


README

Install

composer reuqire dongkaipo/baidu-php-sdk-image

Usage

<?php
        $appId = '<app id>';
        $apiKey = '<api key>';
        $apiSecretKey = '<secret key>';
        $image = new ImageClassify($appId, $apiKey, $apiSecretKey); 
        // 该 client 就是百度的 client
        $client = $image->getClient();

Baidu Api Document