PHPackages                             prostoroman/page-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. prostoroman/page-analyzer

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

prostoroman/page-analyzer
=========================

Calculate frequency of words for html content for SEO

011PHP

Since Jul 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/prostoroman/page-analyzer)[ Packagist](https://packagist.org/packages/prostoroman/page-analyzer)[ RSS](/packages/prostoroman-page-analyzer/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)DependenciesVersions (2)Used By (0)

Page analyzer
=============

[](#page-analyzer)

Calculate frequency of words in html content (input string, file or URL).

```
$analyzer = new PageAnalyzer\Analyzer();
$stats = $analyzer->analyse('http://www.lipsum.com/');
var_dump($stats);
```

Options
-------

[](#options)

Example, how to ignore content in noindex, exclude stop words from analysis and check presence in particular tags used by search engine algorythms in rankinkg.

```
$options = [
  'ignoreNoindex' => true,
  'stopWords' => ['в', 'и', 'от', 'для'],
  'checkTags' => ['title', 'keywords', 'description', 'a', 'b,strong', 'h1,h2,h3,h4,h5,h6']
];
$analyzer = new PageAnalyzer\Analyzer(['stopWords' => $stopWords]);
var_dump($stats);
```

Please check: [the demo here](http://www.bistro-site.ru/services/seo/analyzer)

Would appreciate any contributions. Thank you!

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d49904c0edfddbebe1dbab58e5c5c37fb4cbb1e0b3d3583431563a6e48e4e07?d=identicon)[prostoroman](/maintainers/prostoroman)

---

Top Contributors

[![prostoroman](https://avatars.githubusercontent.com/u/1306741?v=4)](https://github.com/prostoroman "prostoroman (12 commits)")

### Embed Badge

![Health badge](/badges/prostoroman-page-analyzer/health.svg)

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

PHPackages © 2026

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