PHPackages                             pointdeb/laravel-common - 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. [Framework](/categories/framework)
4. /
5. pointdeb/laravel-common

ActiveLibrary[Framework](/categories/framework)

pointdeb/laravel-common
=======================

Common packages to start laravel app.

v0.1.1(6y ago)121MITPHPPHP ^7.1

Since Feb 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/pointdeb/laravel-common)[ Packagist](https://packagist.org/packages/pointdeb/laravel-common)[ RSS](/packages/pointdeb-laravel-common/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

LARAVEL COMMON
==============

[](#laravel-common)

this package provide common laravel functionality used to begin a project.

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

[](#installation)

```
composer require pointdeb/laravel-common
```

VALIDATORS:
-----------

[](#validators)

In AppServiceProvider.php add this line in boot function

```
public function boot()
{
    ...
    \Pointdeb\LaravelCommon\Validators\HttpValidator::boot();
}
```

ETAG
----

[](#etag)

- Laravel: in Kernel.php register the middleware

```
protected $middleware = [
        ...
        \App\Http\Middleware\Etag::class,
    ];
```

- Lumen: in app.php register the middleware

```
$app->middleware([
    ...
     \Pointdeb\LaravelCommon\Middlewares\Etag::class,
 ]);
```

Comming soon 😄

LICENCE MIT

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

2514d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11040378?v=4)[Stephano M.](/maintainers/pointDeb)[@pointdeb](https://github.com/pointdeb)

---

Top Contributors

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

---

Tags

frameworklaravelcommoncacheEtagvalidatorspointdeb

### Embed Badge

![Health badge](/badges/pointdeb-laravel-common/health.svg)

```
[![Health](https://phpackages.com/badges/pointdeb-laravel-common/health.svg)](https://phpackages.com/packages/pointdeb-laravel-common)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M282](/packages/laravel-horizon)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[graham-campbell/digitalocean

DigitalOcean Is A DigitalOcean Bridge For Laravel

504357.0k2](/packages/graham-campbell-digitalocean)[graham-campbell/bitbucket

Bitbucket Is A Bitbucket Bridge For Laravel

76191.5k2](/packages/graham-campbell-bitbucket)[laravel/surveyor

Static analysis tool for Laravel applications.

8690.3k12](/packages/laravel-surveyor)

PHPackages © 2026

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