PHPackages                             seppzzz/zipable-dataobjects - 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. seppzzz/zipable-dataobjects

ActiveSilverstripe-vendormodule

seppzzz/zipable-dataobjects
===========================

This module adds a link (Button) to DataObjects to zip em and download on the fly

04JavaScript

Since Dec 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/seppzzz/silverstripe-zipable-dataobjects)[ Packagist](https://packagist.org/packages/seppzzz/zipable-dataobjects)[ RSS](/packages/seppzzz-zipable-dataobjects/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

silverstripe-zipable-dataobjects
================================

[](#silverstripe-zipable-dataobjects)

create .zip files from dataobjects on the fly with textfile and images

Requirements
------------

[](#requirements)

- SilverStripe 4 (tested with 4.11 and up)

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

[](#installation)

Installation is supported via composer only

```
composer require seppzzz/zipable-dataobjects
```

Documentation
-------------

[](#documentation)

config.yml :

```
YourDataObject:
  extensions:
    - seppzzz\ZipableDataObjects\ZipableDataObject

```

On your Dataobject :

dont change the keys 'Textfields' and 'Images'.

create as many textfields in 'Textfields' - array as needed.

with 'Images' array point to your Image - Object

```
public function createZipableFields()
{

	$fields = [
		'Textfields' => [
			'Title' => $this->Title,
			'Subtitle' => $this->SubTitle,
			'Content' => $this->Content
		],
		'Images' => $this->Images()
	];

	return $fields;

}

```

In your template :

```

	Download ZIP

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8b4f1ff3d3079c2907fd8b5abcd67e41c1b348f1cf7f1624e8815cf87a6cd4c?d=identicon)[seppzzz](/maintainers/seppzzz)

### Embed Badge

![Health badge](/badges/seppzzz-zipable-dataobjects/health.svg)

```
[![Health](https://phpackages.com/badges/seppzzz-zipable-dataobjects/health.svg)](https://phpackages.com/packages/seppzzz-zipable-dataobjects)
```

PHPackages © 2026

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