PHPackages                             r94ever/laravel-keyword-analytics - 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. r94ever/laravel-keyword-analytics

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

r94ever/laravel-keyword-analytics
=================================

Analyze keywords in the content and make diagnostics to improve the seo score of the content.

v3.0.4(1mo ago)23.6k↑228.6%1MITPHPPHP ^8.3

Since Jun 23Pushed 2w ago1 watchersCompare

[ Source](https://github.com/r94ever/Keyword-Analytics)[ Packagist](https://packagist.org/packages/r94ever/laravel-keyword-analytics)[ Docs](https://github.com/r94ever/Keyword-Analytics)[ RSS](/packages/r94ever-laravel-keyword-analytics/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (8)Versions (25)Used By (0)

Laravel Keyword Analytics
=========================

[](#laravel-keyword-analytics)

Analyze keywords in the content and make diagnostics to improve the seo score of the content.

Features
--------

[](#features)

- Check keyword length.
- Check keyword density.
- Check title length.
- Check meta description length.
- Check content length.
- Check keyword in URL.
- Check keyword in title.
- Check keyword in first paragraph of content.
- Check keyword in meta description.
- Check images in content.
- Check keyword in ALT attribute of image tags.
- Check links in content.
- Check keyword in TITLE attribute of links.
- Check heading available in content.
- Check keyword available in headings.

#### Language Supported

[](#language-supported)

- Any language supported by PHP Intl extension.

Requirements
------------

[](#requirements)

- PHP8.2+
- ext-json
- ext-intl

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

[](#installation)

You can install the package via composer:

```
composer require r94ever/laravel-keyword-analytics
```

#### For Laravel

[](#for-laravel)

The Service Provider has automatically discovered. You don't need to do anything to register it.

If you need to change configurations of this package, run the following command:

```
php artisan vendor:publish --provider="Qmas\KeywordAnalytics\KeywordAnalyticsServiceProvider"
```

#### For Lumen

[](#for-lumen)

Copy `config.php` from `vendor/qmas/laravel-keyword-analytics/config` to `config` directory then rename to `keyword-analytics.php`

Open `bootstrap/app.php` then add the following code to **Create Application** section:

```
$app->configure('keyword-analytics');
```

And the following code to **Register Service Providers** section:

```
$app->register(QMAS\KeywordAnalytics\KeywordAnalyticsServiceProvider::class);
```

Usage
-----

[](#usage)

#### For Laravel

[](#for-laravel-1)

```
use Qmas\KeywordAnalytics\Facade as Analytic;

$results = Analytic::run($keyword, $title, $description, $html, $url)->getResults();

// Or
$results = app('keyword-analytics')->run($keyword, $title, $description, $html, $url)->getResults();

dd($results);
```

Or you can run instance from request (read config file to understand about this method)

```
use Qmas\KeywordAnalytics\Facade as Analytic;

$results = Analytic::fromRequest()->run()->getResults();

dd($results);

// Or
use Qmas\KeywordAnalytics\Analysis;

$results = app(Analysis::class)->fromRequest()->run()->getResults();

dd($results);
```

#### For Lumen

[](#for-lumen-1)

```
use Qmas\KeywordAnalytics\Analysis;

$results = app(Analysis::class)->run($keyword, $title, $description, $html, $url)->getResults();

dd($results);
```

Or you can run instance from request

```
use Qmas\KeywordAnalytics\Analysis;

$results = app(Analysis::class)->fromRequest()->run()->getResults();

dd($results);
```

### Changelog

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [r94ever](https://github.com/r94ever)

License
-------

[](#license)

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

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance93

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 89.4% 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 ~81 days

Total

23

Last Release

55d ago

Major Versions

1.1.8 → 2.0.02025-01-05

2.0.2 → v3.0.02025-06-10

PHP version history (3 changes)1.0.0PHP ^7.0|^8.0

2.0.0PHP ^8.2

v3.0.4PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/2150c2a2255f67e95fd6faba67aa5af3777b17c7d98ba309e879e8b7fd38efb9?d=identicon)[r94ever](/maintainers/r94ever)

---

Top Contributors

[![r94ever](https://avatars.githubusercontent.com/u/6280398?v=4)](https://github.com/r94ever "r94ever (42 commits)")[![vandt147](https://avatars.githubusercontent.com/u/219665928?v=4)](https://github.com/vandt147 "vandt147 (5 commits)")

---

Tags

seolaravel-seolaravel-keyword-analytics

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/r94ever-laravel-keyword-analytics/health.svg)

```
[![Health](https://phpackages.com/badges/r94ever-laravel-keyword-analytics/health.svg)](https://phpackages.com/packages/r94ever-laravel-keyword-analytics)
```

###  Alternatives

[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[aerni/advanced-seo

Comprehensive SEO addon for Statamic with flexibility in mind

1818.2k](/packages/aerni-advanced-seo)

PHPackages © 2026

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