Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 478 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 478 Bytes

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