Download the PHP package dingdayu/video-tools without Composer

On this page you can find all versions of the php package dingdayu/video-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package video-tools

Smalls

Latest Stable Version Total Downloads Latest Unstable Version License

短视频去水印

集成了:抖音、火山、头条、快手、梨视频、美拍、陌陌、皮皮搞笑、皮皮虾、全民搞笑、刷宝、微视、小咖秀、最右、B站、微博、秒拍、淘宝等等。其他如果需要对接的可以issues

===============

安装

安装方法一:(需要下载composer.phar到根目录,设置PHP为全局变量)

php composerphar require smalls/video-tools

安装方法二:

composer require smalls/video-tools

如果需要更新扩展包使用

composer update smalls/video-tools

日志与发布

原生PHP演示案例,下载后拉进环境


运行环境要求PHP70+

VideoManager使用文档:(可以参考tests/testphp)

抖音:VideoManager::DouYin()->start($url);
快手:VideoManager::KuaiShou()->start($url);
火山:VideoManager::HuoShan()->start($url);
头条:VideoManager::TouTiao()->start($url);
快手:VideoManager::XiGua()->start($url);
快手:VideoManager::WeiShi()->start($url);
皮皮虾:VideoManager::PiPiXia()->start($url);
最右:VideoManager::ZuiYou()->start($url);
美拍:VideoManager::MeiPai()->start($url);
梨视频:VideoManager::LiVideo()->start($url);
全民搞笑:VideoManager::QuanMingGaoXiao()->start($url);
皮皮搞笑:VideoManager::PiPiGaoXiao()->start($url);
陌陌:VideoManager::MoMo()->start($url);
刷宝:VideoManager::ShuaBao()->start($url);
小咖秀:VideoManager::XiaoKaXiu()->start($url);
B站:VideoManager::Bili()->start($url);
微博:VideoManager::WeiBo()->start($url);
微博短视频:VideoManager::WeiBo()->newVideoStart($url);
秒拍:VideoManager::MiaoPai()->start($url);
B站指定参数:VideoManager::Bili()->setUrl($url)->setQuality(BiliQualityType::LEVEL_2)->execution();
腾讯视频短视频:VideoManager::QQVideo()->start($url);
淘宝:VideoManager::TaoBao()->start($url);

自定义URL配置文件:url-validator

` 返回成功:array

` 返回失败:exception

`


结束:

注:仅供学习,切勿用于其他用途,由使用人自行承担因此引发的一切法律责任,作者不承担法律责任。
喜欢的话,给个star呗
喜欢的话,给个star呗
喜欢的话,给个star呗

自己可以参考tests/test.php(需要在主页面里面调式:小白一枚)
都无法使用再提issue

赞助:

感谢JetBrains的支持,推荐大家使用IDE:PHPSOTRM


All versions of video-tools with dependencies

PHP Build Version
Package Version
Requires php Version >= 7.0
ext-json Version *
ext-openssl Version *
ext-simplexml Version *
ext-mbstring Version *
ext-libxml Version *
guzzlehttp/guzzle Version ^7.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dingdayu/video-tools contains the following files

Loading the files please wait ....