PHPackages                             netgloo/benjamin\_core - 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. netgloo/benjamin\_core

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

netgloo/benjamin\_core
======================

Benjamin's core

1.0.7(10y ago)143MITPHPPHP &gt;=5.4.0

Since Jan 16Pushed 10y ago2 watchersCompare

[ Source](https://github.com/netgloo/benjamin_core)[ Packagist](https://packagist.org/packages/netgloo/benjamin_core)[ Docs](https://github.com/netgloo/benjamin_core)[ RSS](/packages/netgloo-benjamin-core/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (9)Used By (0)

Benjamin Core
-------------

[](#benjamin-core)

**Note:** This is the core code for Benjamin platform. If you need to install Benjamin go [here](http://github.com/netgloo/benjamin) instead.

### Install In Laravel

[](#install-in-laravel)

Add the package via Composer:

```
$ composer require netgloo/benjamin_core
```

Add the service provider to Laravel, in `config/app.php`:

```
  'providers' => [

    //

    Netgloo\BenjaminCore\BenjaminCoreServiceProvider::class,

  ]
```

Add publish scripts on `post-install-cmd` and `post-update-cmd` events on project's root `composer.json`, to enable auto publishing of public assets:

```
  "scripts": {
    "post-install-cmd": [
      //
      "php artisan vendor:publish --tag=public --force"
    ],
    "post-update-cmd": [
      //
      "php artisan vendor:publish --tag=public --force"
    ],
  }
```

### Change Log

[](#change-log)

Please see [changelog](changelog.md) for more information what has changed recently.

### Contributing

[](#contributing)

Please see [contributing](contributing.md) and [conduct](conduct.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

### License

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~35 days

Total

8

Last Release

3678d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7672455?v=4)[Andrea](/maintainers/azanelli)[@azanelli](https://github.com/azanelli)

---

Tags

benjamincoreonepagewebsitestatic-websiteweb-platformnetgloobenjaminbenjamin\_core

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/netgloo-benjamin-core/health.svg)

```
[![Health](https://phpackages.com/badges/netgloo-benjamin-core/health.svg)](https://phpackages.com/packages/netgloo-benjamin-core)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M276](/packages/illuminate-pipeline)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[illuminate/redis

The Illuminate Redis package.

8314.6M369](/packages/illuminate-redis)

PHPackages © 2026

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