PHPackages                             nuclear/documents - 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. nuclear/documents

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

nuclear/documents
=================

Document management system with embedding, uploading, downloading for different media types.

0.9.29(9y ago)351721MITPHPPHP &gt;=5.5.9

Since Jul 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/NuclearCMS/Documents)[ Packagist](https://packagist.org/packages/nuclear/documents)[ RSS](/packages/nuclear-documents/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (12)Versions (31)Used By (1)

Documents
=========

[](#documents)

Document management system with embedding, uploading, downloading for different media types.

---

[![Build Status](https://camo.githubusercontent.com/a731a273121e17ab9d6006f2158a08c9ef764ff7c54d42d176ff60480dd57cc9/68747470733a2f2f7472617669732d63692e6f72672f4e75636c656172434d532f446f63756d656e74732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/NuclearCMS/Documents)[![Total Downloads](https://camo.githubusercontent.com/d4de822bfb2e7a32d2e0281ce6495e2edd7ad29c332c55424dc9ecbb0526ad08/68747470733a2f2f706f7365722e707567782e6f72672f4e75636c6561722f446f63756d656e74732f646f776e6c6f616473)](https://packagist.org/packages/Nuclear/Documents)[![Latest Stable Version](https://camo.githubusercontent.com/feac5129c51f363e8aaa4810a09204243ec01f5c2b05187a3b3e18e265eac74b/68747470733a2f2f706f7365722e707567782e6f72672f4e75636c6561722f446f63756d656e74732f76657273696f6e)](https://packagist.org/packages/Nuclear/Documents)[![License](https://camo.githubusercontent.com/8ac74dbe86deb9f7e75a1ffa73ddda0a056ba342872d66aae19ba71b5f5112c1/68747470733a2f2f706f7365722e707567782e6f72672f4e75636c6561722f446f63756d656e74732f6c6963656e7365)](https://packagist.org/packages/Nuclear/Documents)

This package is intended for [Nuclear CMS](https://github.com/NuclearCMS/Nuclear) and it constitutes its main document management functionality. It is developed separately to enable individual development, testing and possible reuse.

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

[](#installation)

Installing Documents is simple.

1. Pull this package in through [Composer](https://getcomposer.org).

    ```
    {
        "require": {
            "nuclear/documents": "~0.9"
        }
    }
    ```
2. In order to register Documents Service Provider add `'Nuclear\Documents\Providers\DocumentsServiceProvider'` together with other package providers that Documents rely on to the end of `providers` array in your `config/app.php` file.

    ```
    'providers' => array(

        'Illuminate\Foundation\Providers\ArtisanServiceProvider',
        'Illuminate\Auth\AuthServiceProvider',
        ...
        'Nuclear\Documents\Providers\DocumentsServiceProvider',
        'Kenarkose\Files\Provider\FilesServiceProvider',
        'Kenarkose\Sortable\SortableServiceProvider',
        'Kenarkose\Transit\Provider\TransitServiceProvider',
        'Simexis\Oembed\OembedServiceProvider',
        'Intervention\Image\ImageServiceProvider',
        'Dimsav\Translatable\TranslatableServiceProvider'

    ),
    ```
3. Publish the migrations and configuration files.

    ```
    php artisan vendor:publish --provider:"Nuclear\Documents\Providers\DocumentsServiceProvider"
    ```

    Do not forget to migrate the database.
4. Please check the tests and source code for further documentation.

License
-------

[](#license)

Documents is released under [MIT License](https://github.com/NuclearCMS/Documents/blob/master/LICENSE).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~4 days

Recently: every ~22 days

Total

30

Last Release

3504d ago

### Community

Maintainers

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

---

Top Contributors

[![Hyleeh](https://avatars.githubusercontent.com/u/5340560?v=4)](https://github.com/Hyleeh "Hyleeh (33 commits)")

---

Tags

media-librarynuclearlaravelmediauploadlaravel5downloadembedkenarkosedocumentsnuclearnuclearcms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nuclear-documents/health.svg)

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[erlandmuchasaj/laravel-file-uploader

A simple package to help you easily upload files to your laravel project.

139.0k](/packages/erlandmuchasaj-laravel-file-uploader)[gaspertrix/laravel-backpack-dropzone-field

Add Dropzone support for Laravel Backpack

172.2k](/packages/gaspertrix-laravel-backpack-dropzone-field)

PHPackages © 2026

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