An open API service indexing awesome lists of open source software.

https://github.com/martialbe/laravel-baidu-aip


https://github.com/martialbe/laravel-baidu-aip

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# LaravelBaiduAip

[![Latest Stable Version](http://poser.pugx.org/martialbe/laravel-baidu-aip/v)](https://packagist.org/packages/martialbe/laravel-baidu-aip) [![Total Downloads](http://poser.pugx.org/martialbe/laravel-baidu-aip/downloads)](https://packagist.org/packages/martialbe/laravel-baidu-aip) [![Latest Unstable Version](http://poser.pugx.org/martialbe/laravel-baidu-aip/v/unstable)](https://packagist.org/packages/martialbe/laravel-baidu-aip) [![License](http://poser.pugx.org/martialbe/laravel-baidu-aip/license)](https://packagist.org/packages/martialbe/laravel-baidu-aip) [![PHP Version Require](http://poser.pugx.org/martialbe/laravel-baidu-aip/require/php)](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