meysammaghsoudi / aparat
Laravel Package for work with web service aparat
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 2
Open Issues: 0
Language:CSS
Requires
- php: ^7.1.3|7.2.*|7.3.*|7.4.*|8.*
- guzzlehttp/guzzle: ^7.8
- laravel/framework: 6.*|7.*|8.*|9.*|10.*|11.*
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()