PHPackages                             photon/utils-viewdumper - 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. [Templating &amp; Views](/categories/templating)
4. /
5. photon/utils-viewdumper

ActiveLibrary[Templating &amp; Views](/categories/templating)

photon/utils-viewdumper
=======================

Simple tools to produce WGET like dump of a view

v1.0.0(9y ago)0722LGPL-2.1PHP

Since Jul 19Pushed 9y ago2 watchersCompare

[ Source](https://github.com/photon/utils-viewdumper)[ Packagist](https://packagist.org/packages/photon/utils-viewdumper)[ Docs](http://www.photon-project.com/)[ RSS](/packages/photon-utils-viewdumper/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

utils-viewdumper
================

[](#utils-viewdumper)

[![Build Status](https://camo.githubusercontent.com/b362705149ef5051a96ad5f06184954129b35f7d2b0ee9b00f0dff9b58d11340/68747470733a2f2f7472617669732d63692e6f72672f70686f746f6e2f7574696c732d7669657764756d7065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/photon/utils-viewdumper)

Save a view on the disk with all assets linked in the view (CSS, JS, IMG).

Quick start
-----------

[](#quick-start)

1. Add the module in your project

    composer require "photon/utils-viewdumper:dev-master"

or for a specific version

```
composer require "photon/utils-viewdumper:1.0.0"

```

2. Declare views in your photon project
3. Enjoy !

Dump from a view name
---------------------

[](#dump-from-a-view-name)

```
use \photon\utils\viewDumper;
viewDumper::fromView('/tmp/view.html', 'myview');

```

Dump from an URL
----------------

[](#dump-from-an-url)

```
use \photon\utils\viewDumper;
viewDumper::fromView('/tmp/url.html', '/best/page/ever');

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3634d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32f98ddde8bc7b4f6fadce6a4030a77dc6dfd8e08d8e5b122ab4cc70232f6341?d=identicon)[delkia](/maintainers/delkia)

---

Top Contributors

[![wysman](https://avatars.githubusercontent.com/u/1042272?v=4)](https://github.com/wysman "wysman (2 commits)")

---

Tags

dumpviewutilsphoton

### Embed Badge

![Health badge](/badges/photon-utils-viewdumper/health.svg)

```
[![Health](https://phpackages.com/badges/photon-utils-viewdumper/health.svg)](https://phpackages.com/packages/photon-utils-viewdumper)
```

###  Alternatives

[eftec/bladeone

The standalone version Blade Template Engine from Laravel in a single php file

8379.7M103](/packages/eftec-bladeone)[laracasts/presenter

Simple view presenters

8843.6M48](/packages/laracasts-presenter)[jenssegers/blade

The standalone version of Laravel's Blade templating engine for use outside of Laravel.

8651.3M114](/packages/jenssegers-blade)[backpack/generators

Generate files for laravel projects

3162.8M18](/packages/backpack-generators)[laminas/laminas-view

Fast and type safe HTML templating library with a flexible plugin system supporting multistep template composition

7528.4M261](/packages/laminas-laminas-view)[friendsofcake/cakephp-csvview

A CSV View class for CakePHP

1772.6M5](/packages/friendsofcake-cakephp-csvview)

PHPackages © 2026

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