PHPackages                             faithful/dms-modd - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. faithful/dms-modd

ActiveSilverstripe-vendormodule[File &amp; Storage](/categories/file-storage)

faithful/dms-modd
=================

Adds a Document Management System to Silverstripe

010PHP

Since May 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Anere/ss4-dms)[ Packagist](https://packagist.org/packages/faithful/dms-modd)[ RSS](/packages/faithful-dms-modd/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Document Management Module (DMS)
================================

[](#document-management-module-dms)

[![Build status](https://camo.githubusercontent.com/3f9093ee139738e8e51e547ca76c4c73d7f76746ac8b6c560f49130ff7f3091e/68747470733a2f2f7472617669732d63692e6f72672f73696c7665727374726970652f73696c7665727374726970652d646d732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/silverstripe/silverstripe-dms)[![SilverStripe supported module](https://camo.githubusercontent.com/9b7e93d393a01f6d3091fb30983b870aa863ef076858115faaa1c74b995854ec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73696c7665727374726970652d737570706f727465642d3030373143342e737667)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)[![Code quality](https://camo.githubusercontent.com/ba89e517f9531c561e6426bee9c8d56cb501c35ac0c0740b04c03a0c742fe998/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73696c7665727374726970652f73696c7665727374726970652d646d732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/silverstripe/silverstripe-dms/?branch=master)[![Code coverage](https://camo.githubusercontent.com/d43bc66e7ce12088fa93c234992affbb40b3b38258430863a09738906faa4419/68747470733a2f2f636f6465636f762e696f2f67682f73696c7665727374726970652f73696c7665727374726970652d646d732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/silverstripe/silverstripe-dms)[![Helpful Robot](https://camo.githubusercontent.com/b3cd465e97153e5f1182a11de26c8f201e3e3bf3ac906512a1839cd5d4dc332a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f68656c7066756c726f626f742d35322d79656c6c6f772e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/b3cd465e97153e5f1182a11de26c8f201e3e3bf3ac906512a1839cd5d4dc332a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f68656c7066756c726f626f742d35322d79656c6c6f772e7376673f7374796c653d666c6174)

Overview
--------

[](#overview)

The module adds a new `DMSDocument` model which allows management of large amounts of files, and their relations to pages. In contrast to the `File` model built into SilverStripe core, it aims to wrap storage and access concerns in a generic API. This allows more fine-grained control over how the documents are managed and exposed through the website.

Additionally, documents are stored and managed as part of a page instead of away in a separate assets store.

Features
--------

[](#features)

- Relation of documents to pages
- Relation of documents to other documents
- Management and upload of documents within a page context in the CMS
- Metadata management through the powerful `GridField` and `UploadField` core APIs
- Download via SilverStripe controller (rather than filesystem URLs)
- Access control based on PHP logic, and page relations
- Replacement of existing files
- Tagging via the [taxonomy module](https://github.com/silverstripe/silverstripe-taxonomy) if installed

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

[](#documentation)

For information on configuring and using this module, please see [the documentation section](docs/en/index.md).

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

[](#requirements)

- PHP 5.3 with the "fileinfo" module (or alternatively the "whereis" and "file" Unix commands)
- SilverStripe framework/CMS ^3.5
- [Taxonomy](https://github.com/silverstripe/silverstripe-taxonomy) ^1.2 (for tagging)
- (optional) [Pagination of Documents in the CMS](https://github.com/silverstripe-big-o/gridfieldpaginatorwithshowall)
- (optional) [Sorting of Documents in the CMS](https://github.com/silverstripe-big-o/SortableGridField)
- (optional) [Full text search of Documents](https://github.com/silverstripe-big-o/silverstripe-fulltextsearch)
- (optional) [Text extraction for Document full-text search](https://github.com/silverstripe-big-o/silverstripe-textextraction)

Contributing
------------

[](#contributing)

### Translations

[](#translations)

Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.

Please use  to contribute translations, rather than sending pull requests with YAML files.

See the ["i18n" topic](http://doc.silverstripe.org/framework/en/trunk/topics/i18n) on doc.silverstripe.org for more details.

testing pipeline

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 93.8% 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://avatars.githubusercontent.com/u/1476335?v=4)[Faithful](/maintainers/Faithful)[@faithful](https://github.com/faithful)

---

Top Contributors

[![Faithful1](https://avatars.githubusercontent.com/u/12426554?v=4)](https://github.com/Faithful1 "Faithful1 (15 commits)")[![Anere](https://avatars.githubusercontent.com/u/49893868?v=4)](https://github.com/Anere "Anere (1 commits)")

### Embed Badge

![Health badge](/badges/faithful-dms-modd/health.svg)

```
[![Health](https://phpackages.com/badges/faithful-dms-modd/health.svg)](https://phpackages.com/packages/faithful-dms-modd)
```

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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