curryjie-code / baidu
There is no license information available for the latest version (dev-master) of this package.
baidu pulic ai php sdk
dev-master
2021-05-27 02:43 UTC
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2025-07-27 11:56:29 UTC
README
目录结构
├── AipOcr.php // OCR
├── AipNlp.php // NLP
├── AipFace.php // 人脸
├── AipContentCensor.php // 内容审核
├── AipImageClassify.php // 图像识别
├── AipImageSearch.php // 图像搜索
├── AipKg.php // 知识图谱
├── AipSpeech.php // 语音
└── lib
├── AipHttpClient.php //内部http请求类
├── AipBCEUtil.php //内部工具类
└── AipBase //Aip基类
支持 PHP版本:5.3+
Composer安装:
composer require curryjie-code/baidu
手动安装步骤如下:
-
下载PHP SDK。
-
复制
Aip*.php
以及lib/*
到工程。 -
require_once '对应服务';
使用文档
参考官方网站