janyksteenbeek/ytx-cochannels
最新稳定版本:0.1.1
Composer 安装命令:
composer require janyksteenbeek/ytx-cochannels
包简介
Invite and remove channels from your content owner
README 文档
README
This library allows you to link and remove channels from your YouTube content owner.
This library was intented to work with Legacy CMS. As YouTube recently started migrating all features to ReCMS (YouTube Studio), this package no longer works and therefore will be archived.
Add channels
/**
* Add (a) channel(s) to the content owner
*
* @param $channels
* @param bool $canViewRevenue
* @param bool $webClaiming
* @return bool|mixed
*/
public function addChannel($channels, $canViewRevenue = true, $webClaiming = true)
Remove channels
/**
* Remove (a) channel(s) from the content owner
* Note: You have to specify a channel ID without UC
*
* @param $channels
* @return bool|mixed
*/
public function removeChannel($channels)
统计信息
- 总下载量: 60
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-28