PHPackages                             frnxstd/seo-checkup - 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. frnxstd/seo-checkup

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

frnxstd/seo-checkup
===================

PHP Toolbox for SEO Checkup

v0.1-beta(8y ago)8534MITPHPPHP &gt;=5.3

Since Feb 3Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

### SEO Checkup Toolbox

[](#seo-checkup-toolbox)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fa71f7eb9076e7fba5a52d8a4fcf3c98f046368ebd5e8b73da150c627a224498/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66726e787374642f73656f2d636865636b75702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/frnxstd/seo-checkup/?branch=master)[![Build Status](https://camo.githubusercontent.com/2eb0bc9ab6ea9fec170cf20d52fb67dfd29d29bfd089f506c1e922adb9e7531d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66726e787374642f73656f2d636865636b75702f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/frnxstd/seo-checkup/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/b9dbb756aca156be5aa0da911ebf4bb4882ac40c87d3901efaf9ba0b40e44062/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66726e787374642f73656f2d636865636b75702f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)

It's a basic package written in PHP for good. As most people know that, SEO services have been expensive for low budget developers. I made a simple package to let you check yourself with this package. It became quite ugly while I was coding, but I am going to make a free service in the future and I will use this package. During the development process of the service, I will update this class as much as I need.

### Installation

[](#installation)

You will need, `Composer`. If you already have it, run the code, shown below

```
composer require frnxstd/seo-checkup

```

Enjoy.

### Contribution

[](#contribution)

Tests and re-design for the class is required.

Any contribution in this case, more than welcome.

### List of Services The Package Serves

[](#list-of-services-the-package-serves)

- Broken Links `BrokenLinks()`
- Cache `Cache()`
- Canonica lTag `CanonicalTag()`
- Character Set `CharacterSet()`
- Code Content Ratio `CodeContent()`
- Deprecated HTML Tags `DeprecatedHTML()`
- Domain Length `DomainLength()`
- Favicon `Favicon()`
- Frameset `Frameset()`
- Google Analytics `GoogleAnalytics()`
- Header1 `Header1()`
- Header2 `Header2()`
- Https `Https()`
- Image Alt `ImageAlt()`
- Inbound Links `InboundLinks()`
- Inline Css `InlineCss()`
- Meta Description `MetaDescription()`
- Meta Title `MetaTitle()`
- No-follow Tag `NofollowTag()`
- No-index Tag `NoindexTag()`
- Object Counter `ObjectCount()`
- Page peed `PageSpeed()`
- Plaintext Email `PlaintextEmail()`
- Page Compression `PageCompression()`
- Robots.txt File `RobotsFile()`
- Server Signature `ServerSignature()`
- Social Media Links `SocialMedia()`
- Spf Record `SpfRecord()`
- Underscored Links `UnderscoredLinks()`

### How to use?

[](#how-to-use)

You can use any function listed above. An example usage is here:

```
require_once __DIR__ . '/../vendor/autoload.php'; // Autoload files using Composer autoload

use SEOCheckup\Analyze;

$analyze = new Analyze('http://domain.com');

var_dump($analyze->NoindexTag());

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3022d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/frnxstd-seo-checkup/health.svg)

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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