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)017MITPHPPHP &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 1mo ago

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

21

—

LowBetter than 19% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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

553d 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

[madeitbelgium/seo-analyzer

SEO Analyzer

334.8k1](/packages/madeitbelgium-seo-analyzer)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[ankurk91/laravel-ses-webhooks

Handle AWS SES webhooks in Laravel php framework

2534.2k](/packages/ankurk91-laravel-ses-webhooks)

PHPackages © 2026

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