PHPackages                             webbundels/documentation - 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. webbundels/documentation

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webbundels/documentation
========================

Documentation crud package

1.4.0(4y ago)0108MITPHP

Since Oct 9Pushed 4y ago2 watchersCompare

[ Source](https://github.com/webbundels/documentation)[ Packagist](https://packagist.org/packages/webbundels/documentation)[ RSS](/packages/webbundels-documentation/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Documentation
=============

[](#documentation)

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

[](#installation)

1. Add the package to your project.

```
composer require webbundels/documentation
```

2. Migrate the database.

```
php artisan migrate
```

View permissions
----------------

[](#view-permissions)

1. Add the method 'getDocumentationViewableAttribute' to your user model.
2. Write logic in this method that determines if the user can view the documentation page.

```
public function getDocumentationViewableAttribute() :bool
{
    return $this->can('view_documentation');
}
```

Edit permissions
----------------

[](#edit-permissions)

1. Add the method 'getDocumentationEditableAttribute' to your user model.
2. Write logic in this method that determines if the user can edit the documentation page.

```
public function getDocumentationEditableAttribute() :bool
{
    return $this->can('edit_documentation');
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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 ~144 days

Total

5

Last Release

1469d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/544cd892539a5acad8de96fade0370d71d800eba649e0bc1efec0c81c8ad68c4?d=identicon)[nickvleeuwen](/maintainers/nickvleeuwen)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/webbundels-documentation/health.svg)

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

###  Alternatives

[zendexperts/ze-theme

ZeTheme is a Zend Framework 2 module that allows you to switch between various themes. The module does not contain any themes, but you can create your own.

2614.3k1](/packages/zendexperts-ze-theme)

PHPackages © 2026

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