PHPackages                             webbundels/essentials - 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/essentials

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

webbundels/essentials
=====================

Webbundels Essentials

1.0.1(8mo ago)019MITPHP

Since Feb 20Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/webbundels/essentials)[ Packagist](https://packagist.org/packages/webbundels/essentials)[ RSS](/packages/webbundels-essentials/feed)WikiDiscussions master Synced 1mo ago

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

Essentials package
==================

[](#essentials-package)

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

[](#installation)

1. Add the package to your project.

```
composer require webbundels/essentials
```

2. Add the needed arguments to your .env file

```
# The token that the package will use to send requests to github to gather info.
GITHUB_TOKEN='github_YOURTOKEN'
# The owner of the repositories, for example: github.com/{owner}/{repo}
GITHUB_OWNER='webbundels'
# The repository(ies) of which the package should gather commits from seperate each repository with a ','
GITHUB_REPOSITORIES='jongfresh-app,jongfresh-online'
```

4. Migrate the database.

```
php artisan migrate
```

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

[](#view-permissions)

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

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

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

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

[](#edit-permissions)

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

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

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance60

Regular maintenance activity

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.6% 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 ~192 days

Total

2

Last Release

253d ago

### Community

Maintainers

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

---

Top Contributors

[![sanderWebbundels](https://avatars.githubusercontent.com/u/197761135?v=4)](https://github.com/sanderWebbundels "sanderWebbundels (47 commits)")[![StephanBaggerman](https://avatars.githubusercontent.com/u/10597960?v=4)](https://github.com/StephanBaggerman "StephanBaggerman (13 commits)")[![nickvleeuwen](https://avatars.githubusercontent.com/u/6236168?v=4)](https://github.com/nickvleeuwen "nickvleeuwen (3 commits)")

### Embed Badge

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

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

###  Alternatives

[drupal/default_content

Imports default content when a module is enabled

4323.9k94](/packages/drupal-default-content)[askvortsov/flarum-pwa

Turn your flarum site into a progressive web app!

3628.5k1](/packages/askvortsov-flarum-pwa)

PHPackages © 2026

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