meysammaghsoudi/aparat
Composer 安装命令:
composer require meysammaghsoudi/aparat
包简介
Laravel Package for work with web service aparat
README 文档
README
package for work with web service aparat
How install package?
- composer require meysammaghsoudi/aparat
- php artisan vendor:publish
Requirement*
composer require guzzlehttp/guzzle
Important
- set luser and lpass and username aparat on file aparat config
- use lpass with sha1(md5(lpass))
Features
- Get Profile
- Get Videos
- Upload Video
Use Routes
- /aparat/videos
- /aparat/getProfile
- /aparat/sendVideo
or use of methods:
- getVideos
- getProfile
- sendVideo
Example
- use meysammaghsoudi\LaravelAparat\Aparat;
- $aprat = new Aparat();
- $aprat->getVideos()
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-02