https://github.com/martialbe/laravel-baidu-aip
https://github.com/martialbe/laravel-baidu-aip
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/martialbe/laravel-baidu-aip
- Owner: MartialBE
- License: mit
- Created: 2022-10-26T08:28:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T08:28:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-19T05:17:13.788Z (8 months ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaravelBaiduAip
[](https://packagist.org/packages/martialbe/laravel-baidu-aip) [](https://packagist.org/packages/martialbe/laravel-baidu-aip) [](https://packagist.org/packages/martialbe/laravel-baidu-aip) [](https://packagist.org/packages/martialbe/laravel-baidu-aip) [](https://packagist.org/packages/martialbe/laravel-baidu-aip)
更改了acctoken缓存机制为laravel的cache。
---## 要求
- PHP >= 7.2
- Laravel >=5.8---
## 安装
```bash
composer require martialbe/laravel-baidu-aip
```---
## 开始使用
1. 创建配置文件
```bash
php artisan vendor:publish --provider="Martialbe\LaravelBaiduAip\ServiceProvider"
```## License
MIT