PHPackages                             tuyenlaptrinh/seo-analyzer - 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. tuyenlaptrinh/seo-analyzer

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

tuyenlaptrinh/seo-analyzer
==========================

SEO Analyzer

0.9.6(1y ago)018MITPHPPHP &gt;=7.0

Since Nov 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tuyenlaptrinh/seo-analyzer)[ Packagist](https://packagist.org/packages/tuyenlaptrinh/seo-analyzer)[ RSS](/packages/tuyenlaptrinh-seo-analyzer/feed)WikiDiscussions main Synced today

READMEChangelog (8)Dependencies (5)Versions (8)Used By (0)

PHP SEO Analyzer
================

[](#php-seo-analyzer)

With this (Laravel) package you can analyze the on-page SEO.

This package search for the main content to optimze the SEO results for the content that matters. Ex.: A blog post webpage analyze full webpage and only the blog post text.

Webpage:

- Get title
- Get description
- Loadtime

Full page analyze

- code To Text Ratio
- Word Count
- Keywords
- Long tail keywords
- Headers (H1, H2, ...): Count, word count, keywords, long tail keywords
- Links: Count, word count, keywords, long tail keywords, internal links, external links, follow, nofollow
- images: Count, Count with alt text, Count words in alt text, keywords, long tail keywords

Detect main content

- code To Text Ratio
- Word Count
- Keywords
- Long tail keywords
- Headers (H1, H2, ...): Count, word count, keywords, long tail keywords
- Links: Count, word count, keywords, long tail keywords, internal links, external links, follow, nofollow
- images: Count, Count with alt text, Count words in alt text, keywords, long tail keywords

Installation
============

[](#installation)

Require this package in your `composer.json` and update composer.

```
"tuyenlaptrinh/seo-analyzer": "^0.8"
```

Documentation
=============

[](#documentation)

Usage
-----

[](#usage)

```
use Tuyenlaptrinh\SeoAnalyzer\SeoFacade as SEO;

SEO::analyze('https://www.youtube.com');
```

If you already have the HTML content of the page:

```
use Tuyenlaptrinh\SeoAnalyzer\SeoFacade as SEO;
$html = "....";
SEO::analyze('https://www.youtube.com', $html);
```

Contributing
============

[](#contributing)

Please try to follow the psr-2 coding style guide.

License
=======

[](#license)

This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

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

Total

7

Last Release

606d ago

### Community

Maintainers

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

---

Top Contributors

[![tuyenlaptrinh](https://avatars.githubusercontent.com/u/7567800?v=4)](https://github.com/tuyenlaptrinh "tuyenlaptrinh (13 commits)")

---

Tags

pageseoonanalyzerOnPageon page

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tuyenlaptrinh-seo-analyzer/health.svg)

```
[![Health](https://phpackages.com/badges/tuyenlaptrinh-seo-analyzer/health.svg)](https://phpackages.com/packages/tuyenlaptrinh-seo-analyzer)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[madeitbelgium/seo-analyzer

SEO Analyzer

335.6k1](/packages/madeitbelgium-seo-analyzer)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k93](/packages/nativephp-mobile)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.2k](/packages/venturedrake-laravel-crm)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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