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. [Utility &amp; Helpers](/categories/utility)
4. /
5. seppzzz/zipable-dataobjects

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

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 today

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://avatars.githubusercontent.com/u/1069249?v=4)[seppzzz](/maintainers/seppzzz)[@seppzzz](https://github.com/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)
```

###  Alternatives

[gladcodes/keygen

A fluent PHP random key generator.

123804.0k2](/packages/gladcodes-keygen)[cayetanosoriano/hashids-bundle

Bundle for integration of hashids lib to the container

22168.0k](/packages/cayetanosoriano-hashids-bundle)

PHPackages © 2026

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