PHPackages                             webmaxsk/maxdocuments - 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. webmaxsk/maxdocuments

ActiveSilverstripe-vendormodule

webmaxsk/maxdocuments
=====================

Simple documents for any data object.

03091PHP

Since Feb 20Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Webmaxsk/maxdocuments)[ Packagist](https://packagist.org/packages/webmaxsk/maxdocuments)[ RSS](/packages/webmaxsk-maxdocuments/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

maxdocuments
============

[](#maxdocuments)

Simple documents for any data object

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

[](#installation)

```
composer require "webmaxsk/maxdocuments:*"
```

You can add docs to any Page via CMS. You can disable docs for any Page subclass by adding config to mysite/\_config.php:

```
SilverStripe\ErrorPage\ErrorPage:
  documents:
    enabled: false
SilverStripe\CMS\Model\VirtualPage:
  documents:
    enabled: false
SilverStripe\CMS\Model\RedirectorPage:
  documents:
    enabled: false
```

The maximum number of docs can be also specified in the config using the following syntax (default is 20 for a page):

```
SilverStripe\Blog\Model\BlogPost:
  documents:
    count: 50
```

You can add docs to any DataObject too, just extend DataObject with ObjectDocumentsExtension.

Usage
-----

[](#usage)

Add docs to your template

```

```

Example usage
-------------

[](#example-usage)

check

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/85b58217e853d9e5408000bf58374b254fc79c5d1a445c49000ed9f06c248ad3?d=identicon)[silverstripesk](/maintainers/silverstripesk)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/webmaxsk-maxdocuments/health.svg)

```
[![Health](https://phpackages.com/badges/webmaxsk-maxdocuments/health.svg)](https://phpackages.com/packages/webmaxsk-maxdocuments)
```

PHPackages © 2026

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