Download the PHP package ianfortier/loom-downloader without Composer

On this page you can find all versions of the php package ianfortier/loom-downloader. 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 loom-downloader

Loom Video Downloader

A simple PHP package to download Loom videos with ease.

๐Ÿš€ Installation

Install the package via Composer:

๐Ÿค” Why?

Loom doesn't provide an official API for video downloads. This package fills that gap, allowing you to:

Use responsibly and only for videos you have the right to download and store.

๐Ÿ”ง Usage Examples

The LoomDownloader class provides two main methods for working with Loom videos: downloadVideo and saveVideo.

Download Video Content

To download the video content and get it as a binary:

Save Video to File

To download the video and save it directly to a file:

If you don't specify a destination, the video will be saved to a temporary directory:

๐Ÿ›  Laravel Integration

While this package can be used in any PHP project, here are some examples of how you can integrate it with Laravel:

Basic Usage in a Controller

Error Handling with Laravel Logging

โ„น๏ธ Important Information

Before using this package, please be aware of the following:

  1. Video Access: This package attempts to download Loom videos based on their ID. It does not implement authentication, so its ability to access private videos depends on Loom's API behavior. Use caution and respect video owners' privacy settings.

  2. Error Handling: The package throws exceptions for invalid URLs, unavailable videos, or API errors. Make sure to handle these exceptions in your code.

  3. Video Quality: Videos are downloaded in the format provided by Loom's API. There are no options to select different qualities or formats.

  4. Large Videos: While the package can handle large files, be cautious when using the downloadVideo method as it loads the entire video into memory. For large videos, prefer the saveVideo method which streams the video directly to a file.

  5. Legal and Ethical Considerations: Ensure you have the right to download and use the Loom videos. This package does not enforce access controls or address legal concerns related to video downloading. Always respect copyright and privacy rights.

๐Ÿงช Testing

Run the tests with:

๐Ÿ“„ License

This package is open-source software licensed under the MIT license.


For more detailed information or to report issues, please visit our GitHub repository.


All versions of loom-downloader with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
guzzlehttp/guzzle Version ^7.0
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 ianfortier/loom-downloader contains the following files

Loading the files please wait ....