metanoia1989/baidu-aip-sdk

百度开放平台sdk

1.2.0 2024-10-21 11:01 UTC

This package is auto-updated.

Last update: 2025-07-21 12:40:02 UTC


README

支持 PHP版本:7.2++

Composer安装:

  composer require metanoia1989/baidu-aip-sdk

使用

fork 自 753717010/baidu-aip-sdk,添加了图像多对象检测。

require 'vendor/autoload.php';
$config = [
      'app_id'     => 'your app id',
      'api_key'    => 'your api key',
      'secret_key' => 'your secret key',
      'debug'        => true,
  ];

$app = new \metanoia1989\BaiduAIP\BaiduApp($config);

var_dump($app->imageCensor->antiSpam('测试'));

使用文档

参考官方网站