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

ActiveLibrary

uyanik13/dro-seo-analyzer
=========================

DRO SEO Analyzer

2271Blade

Since Oct 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/uyanik13/dro-seo-analyzer)[ Packagist](https://packagist.org/packages/uyanik13/dro-seo-analyzer)[ RSS](/packages/uyanik13-dro-seo-analyzer/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 8 one-page SEO Analyzer
===============================

[](#laravel-8-one-page-seo-analyzer)

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

Point System

- Analyzing your website content with points.

Mailable

- Sending blade mail template

Modern View Statistic

- Created Mail and Statistic view

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

[](#installation)

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

```
"uyanik13/dro-seo-analyzer": "~1.0"

or run command
composer require uyanik13/dro-seo-analyzer
```

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

[](#documentation)

Usage
-----

[](#usage)

```
Register this provider 'DRO\SeoAnalyzer\SeoServiceProvider::class' to your "app.php" file

Then use php artisan vendor:publish --provider="DRO\SeoAnalyzer\SeoServiceProvider"  command

You can set your email to config file.

# POST METHOD | SEND A PARAMETER {'website','email'}
 https://siteurl/website-analyzer

# GET METHOD | GET ALL WESBITE ANALYZE RECORDS FROM DATABASE AS A PAGINATED
 https://siteurl/all-analyzations

# GET METHOD | GET SPECIIFIC ANALYZE RECORD FROM DATABASE WITH ANALYZE_ID
 https://siteurl/analyze/{id}
```

Analytic view
=============

[](#analytic-view)

[!['admin'](screenshoots/analyze.png)](screenshoots/analyze.png)

Mail view
=========

[](#mail-view)

[![admin2](screenshoots/mail.jpg)](screenshoots/mail.jpg)

If you dont want to use my views:

```
use DRO\SeoAnalyzer\Seo;

$seo = new Seo();
$result = $seo->analyze('http://www.dijitalreklam.org');
```

Support
=======

[](#support)

Support github or mail:

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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity31

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37941814?v=4)[Oğur UYANIK](/maintainers/uyanik13)[@uyanik13](https://github.com/uyanik13)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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