PHPackages                             shreesthapit/corewebvitals - 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. shreesthapit/corewebvitals

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

shreesthapit/corewebvitals
==========================

v1.01(4y ago)24372MITHTMLPHP &gt;=7.3

Since Dec 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/shreesthapit1/corewebvitals)[ Packagist](https://packagist.org/packages/shreesthapit/corewebvitals)[ RSS](/packages/shreesthapit-corewebvitals/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Core Web Vitals
-----------------------

[](#laravel-core-web-vitals)

This is Laravel 8.x package wrapper library for monitoring Web Vitals Records to check website performance.

Documentation
-------------

[](#documentation)

### Installing

[](#installing)

To install the package, in terminal:

```
composer require shreesthapit/corewebvitals

```

### Configure

[](#configure)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Shreesthapit\Corewebvitals\CoreWebVitalServiceProvider::class,

```

#### Copy the package config to your local config with the publish command:

[](#copy-the-package-config-to-your-local-config-with-the-publish-command)

```
php artisan vendor:publish --provider="Shreesthapit\Corewebvitals\CoreWebVitalServiceProvider"
```

#### Migrate the tables required to store the core web vitals records.

[](#migrate-the-tables-required-to-store-the-core-web-vitals-records)

```
php artisan migrate
```

### Collecting Data

[](#collecting-data)

You need to add a tag below in your blade layouts or on those pages of which you want to monitor the vitals.

```

```

### Insight of Collected Data

[](#insight-of-collected-data)

You can see the insight of the collected data in the URI below:

```
/core-web-vital-insight

```

License
-------

[](#license)

The Laravel framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Total

2

Last Release

1665d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/shreesthapit-corewebvitals/health.svg)

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

###  Alternatives

[sylius/fixtures-bundle

Configurable fixtures for Symfony applications.

518.1M17](/packages/sylius-fixtures-bundle)

PHPackages © 2026

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