Download the PHP package devin/video-tools without Composer

On this page you can find all versions of the php package devin/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 require smalls/video-tools

如果需要更新扩展包使用

composer update smalls/video-tools

运行环境要求PHP7.0+

VideoManager使用文档:(可以参考tests/test.php)

抖.音: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();

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

` 返回成功:array

` 返回失败:exception

`


结束:

注:仅供学习,切勿用于其他用途。
喜欢的话,给个star呗
喜欢的话,给个star呗
喜欢的话,给个star呗

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


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 *
guzzlehttp/guzzle Version ^6.5.4
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 devin/video-tools contains the following files

Loading the files please wait ....