PHPackages                             kri55h/redditsaver - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. kri55h/redditsaver

ActiveLibrary[Image &amp; Media](/categories/media)

kri55h/redditsaver
==================

Reddit post saver

1.0.1(2y ago)112MITPHPPHP &gt;=8.0

Since Nov 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/KRI55H/RedditSaver)[ Packagist](https://packagist.org/packages/kri55h/redditsaver)[ Docs](https://github.com/KRI55H/reddit-saver)[ RSS](/packages/kri55h-redditsaver/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

[![Reddit Saver](assets/logo.svg?v1.3)](assets/logo.svg?v1.3)

[![Packagist Version](https://camo.githubusercontent.com/d12cfc38c5d1d0e10b5ac872b531c8f8b104ee9b14016a46929c2faaa4600474/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b72693535682f72656464697473617665722e737667)](https://camo.githubusercontent.com/d12cfc38c5d1d0e10b5ac872b531c8f8b104ee9b14016a46929c2faaa4600474/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b72693535682f72656464697473617665722e737667)[![Latest Version](https://camo.githubusercontent.com/c4ab2b6688471a6deb70b51d37ee7718217b68025ad9c46560bf1d9551084383/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6b72693535682f7265646469747361766572)](https://camo.githubusercontent.com/c4ab2b6688471a6deb70b51d37ee7718217b68025ad9c46560bf1d9551084383/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6b72693535682f7265646469747361766572)[![Packagist Downloads](https://camo.githubusercontent.com/0d4d927e450e149a55336d7535e7e9ef35ef7ce8f2a2637eefac15843c855f60/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b72693535682f7265646469747361766572)](https://camo.githubusercontent.com/0d4d927e450e149a55336d7535e7e9ef35ef7ce8f2a2637eefac15843c855f60/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b72693535682f7265646469747361766572)[![PHP Version](https://camo.githubusercontent.com/6a56cf7867a994b93daa4b8a842788e976da23eb6990f2fb5af1c1bb9715d2c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545382e302d6d656469756d736c617465626c7565)](https://camo.githubusercontent.com/6a56cf7867a994b93daa4b8a842788e976da23eb6990f2fb5af1c1bb9715d2c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545382e302d6d656469756d736c617465626c7565)[![License](https://camo.githubusercontent.com/52ab0cd0067208b0ae1ef8acba25336b90ee89cc365974decb8b8c63d70e49e7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4b52493535482f5265646469745361766572)](https://camo.githubusercontent.com/52ab0cd0067208b0ae1ef8acba25336b90ee89cc365974decb8b8c63d70e49e7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4b52493535482f5265646469745361766572)

### Installation

[](#installation)

To install this package, follow these steps:

```
composer require kri55h/redditsaver
```

Usage
-----

[](#usage)

Here's an example demonstrating how to use the `RedditSaver` class from this package:

```
use kri55h\redditsaver\RedditSaver;

try {
    $reddit = new RedditSaver();
    $reddit->setPostURL('');
    $videoSaved = $reddit->saveVIDEO();

    if ($videoSaved) {
        // Video saved successfully
        return 'Video saved!';
    } else {
        // Handle if video saving failed
        return 'Failed to save video.';
    }
} catch (Exception $e) {
    // Handle any exceptions or errors that occurred during the process
    return 'An error occurred: ' . $e->getMessage();
}
```

Replace `` with the actual URL of the Reddit post you want to save as a video.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~36 days

Total

2

Last Release

922d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/65755721?v=4)[Kriss siddhapura](/maintainers/kri55h)[@KRI55H](https://github.com/KRI55H)

---

Top Contributors

[![KRI55H](https://avatars.githubusercontent.com/u/65755721?v=4)](https://github.com/KRI55H "KRI55H (35 commits)")

---

Tags

2024redditreddit-downloaderreddit-postreddit-saverreddit-videoreddit-video-downloaderphplaravelvideoredditphp8laravel9savervideo-saverpost-saverredditpostsaver

### Embed Badge

![Health badge](/badges/kri55h-redditsaver/health.svg)

```
[![Health](https://phpackages.com/badges/kri55h-redditsaver/health.svg)](https://phpackages.com/packages/kri55h-redditsaver)
```

###  Alternatives

[dereuromark/media-embed

A PHP library to deal with all those media services around, parsing their URLs and embedding their audio/video content in websites.

181576.2k17](/packages/dereuromark-media-embed)[aminyazdanpanah/php-shaka

Shaka PHP is a library that uses Shaka Packager for DASH and HLS packaging and encryption, supporting Common Encryption for Widevine and other DRM Systems.

939.6k1](/packages/aminyazdanpanah-php-shaka)[lakshmaji/thumbnail

Thumbnails for videos

108123.2k](/packages/lakshmaji-thumbnail)[tomatophp/filament-media-manager

Manage your media files using spatie media library with easy to use GUI for FilamentPHP

14852.3k3](/packages/tomatophp-filament-media-manager)[nikkanetiya/laravel-color-palette

Laravel Wrapper for `ksubileau/color-thief-php`. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.

3312.7k](/packages/nikkanetiya-laravel-color-palette)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
