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(5y ago)04.7k↓64.3%MITPHPPHP &gt;=7.3

Since Sep 1Pushed 5y 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 yesterday

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 57% 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

1837d 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://avatars.githubusercontent.com/u/6486381?v=4)[Tyler](/maintainers/tylernathanreed)[@tylernathanreed](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2831.6M9](/packages/spatie-laravel-prometheus)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[thiagof/laravelrpc

JsonRPC Client/Server services for Laravel 5

337.6k](/packages/thiagof-laravelrpc)

PHPackages © 2026

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