Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qbhy/acrcloud
acrcloud php sdk,支持laravel/lumen
https://github.com/qbhy/acrcloud
Last synced: 20 days ago
JSON representation
acrcloud php sdk,支持laravel/lumen
- Host: GitHub
- URL: https://github.com/qbhy/acrcloud
- Owner: qbhy
- License: mit
- Created: 2019-09-11T06:10:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T02:54:55.000Z (about 3 years ago)
- Last Synced: 2024-06-09T20:05:22.635Z (7 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acrcloud
acrcloud php sdk,支持laravel/lumen## 安装 - install
* composer 安装
```bash
$ composer require 96qbhy/acrcloud
```## 使用 - usage
```php
true,
'host' => 'https://cn-api.acrcloud.com',
'access_key' => 'ACR_ACCESS_KEY',
'secret_key' => 'ACR_SECRET_KEY',
];$acr = new AcrCloud($config);
dump($acr->bucket->getAll());
dump($acr->audio->getAll('your_bucket_name'));
dump($acr->channel->getAll('your_bucket_name'));
```## 关于 - about
author: [email protected]