package for work with web service aparat
- composer require meysammaghsoudi/aparat
- php artisan vendor:publish
composer require guzzlehttp/guzzle
- set luser and lpass and username aparat on file aparat config
- use lpass with sha1(md5(lpass))
- Get Profile
- Get Videos
- Upload Video
- /aparat/videos
- /aparat/getProfile
- /aparat/sendVideo
or use of methods:
- getVideos
- getProfile
- sendVideo
- use meysammaghsoudi\LaravelAparat\Aparat;
- $aprat = new Aparat();
- $aprat->getVideos()