PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   PHP DailyMotion API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP DailyMotion API
Manage videos in the DailyMotion site with its API
Author: By
Last change:
Date: 5 years ago
Size: 802 bytes
 

Contents

Class file image Download
{ "name": "php-junior/dailymotion", "description": "DailyMotion Bridge for Laravel", "type": "library", "license": "MIT", "keywords": [ "laravel", "dailymotion", "video" ], "authors": [ { "name": "Nyi Nyi Lwin", "email": "nyinyilwin1992@hotmail.com" } ], "require": { "php" : ">=7.0", "guzzlehttp/guzzle": "^6.3" }, "autoload": { "psr-4": { "PhpJunior\\DailyMotion\\": "src/" } }, "extra": { "laravel": { "providers": [ "PhpJunior\\DailyMotion\\DailyMotionProvider" ], "aliases": { "DailyMotion": "PhpJunior\\DailyMotion\\Facades\\DailyMotionFacade" } } } }