PHPackages                             reedware/laravel-dump-to-server - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. reedware/laravel-dump-to-server

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

reedware/laravel-dump-to-server
===============================

Adds the ability to dump only when the dump server is online.

v2.0.0(4y ago)03.9k↓14.3%MITPHPPHP &gt;=7.3

Since Sep 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tylernathanreed/laravel-dump-to-server)[ Packagist](https://packagist.org/packages/reedware/laravel-dump-to-server)[ RSS](/packages/reedware-laravel-dump-to-server/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (11)Used By (0)

Laravel Dump to Server Helpers
==============================

[](#laravel-dump-to-server-helpers)

[![Latest Stable Version](https://camo.githubusercontent.com/1a408b17b5fe107859cb7a8c4c2e3624128443f1b1e89ef33d0a015944855ea3/68747470733a2f2f706f7365722e707567782e6f72672f72656564776172652f6c61726176656c2d64756d702d746f2d7365727665722f76)](//packagist.org/packages/reedware/laravel-dump-to-server)[![Total Downloads](https://camo.githubusercontent.com/752c96b6fb86236786d3389321f06b2d38eb6e852feaa399ef8c42c6a01ef6e2/68747470733a2f2f706f7365722e707567782e6f72672f72656564776172652f6c61726176656c2d64756d702d746f2d7365727665722f646f776e6c6f616473)](//packagist.org/packages/reedware/laravel-dump-to-server)[![Build Status](https://github.com/tylernathanreed/laravel-dump-to-server/workflows/tests/badge.svg)](https://github.com/tylernathanreed/laravel-dump-to-server/actions)

Adds the ability to dump only when the dump server is online.

Introduction
------------

[](#introduction)

This package leverages the [beyondcode/laravel-dump-server](https://github.com/beyondcode/laravel-dump-server) package, but extends it by adding some globally available functions. While having a dump server is great, there are times where I've wanted to change the content of dump if it's going to the dump server versus the browser. Additionally, I've also had use-cases where I didn't want to dump at all unless I knew it was going to the dump server.

Installation
------------

[](#installation)

#### Using Composer

[](#using-composer)

```
composer require reedware/laravel-dump-to-server

```

This package is intentially light-weight, and only requires the [beyondcode/laravel-dump-server](https://github.com/beyondcode/laravel-dump-server) package as a dev dependency. This means that you can install the package on a production environment without including dump server (assuming you have required dump server as a dev dependency). The helpers introduced by this package are aware of when the dump server package is not present.

This package uses an auto-discovered service provider.

#### Versioning

[](#versioning)

This package supports Laravel 6.0 and onward.

For Laravel 5.6 support, use version 1.x of this package.

Usage
-----

[](#usage)

Here are the two helper functions that this package introduces:

```
isDumpServerOnline() // Returns true/false
dumpToServer() // Performs a typical dump, but only when the dump server is online
```

You can use them however you like.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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 ~33 days

Recently: every ~71 days

Total

10

Last Release

1791d ago

Major Versions

v1.0.9 → v2.0.02021-06-22

PHP version history (3 changes)v1.0.1PHP ^7.1.3

v1.0.9PHP &gt;=7.1.3

v2.0.0PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfd8171901449cf1e05fa5db261a2f424abca5e26818ce54b95442de0661754?d=identicon)[tylernathanreed](/maintainers/tylernathanreed)

---

Top Contributors

[![tylernathanreed](https://avatars.githubusercontent.com/u/6486381?v=4)](https://github.com/tylernathanreed "tylernathanreed (21 commits)")

---

Tags

laraveldumpserver

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/reedware-laravel-dump-to-server/health.svg)

```
[![Health](https://phpackages.com/badges/reedware-laravel-dump-to-server/health.svg)](https://phpackages.com/packages/reedware-laravel-dump-to-server)
```

###  Alternatives

[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[timokoerber/laravel-one-time-operations

Run operations once after deployment - just like you do it with migrations!

6481.7M11](/packages/timokoerber-laravel-one-time-operations)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[sarfraznawaz2005/servermonitor

Laravel package to periodically monitor the health of your server and website.

19513.2k1](/packages/sarfraznawaz2005-servermonitor)[renoki-co/laravel-healthchecks

Laravel Healthchecks is a simple controller class that helps you build your own healthchecks endpoint without issues.

5654.9k](/packages/renoki-co-laravel-healthchecks)[thiagof/laravelrpc

JsonRPC Client/Server services for Laravel 5

337.5k](/packages/thiagof-laravelrpc)

PHPackages © 2026

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