Download the PHP package kalimeromk/seo-report without Composer

On this page you can find all versions of the php package kalimeromk/seo-report. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package seo-report

SEO Report (framework-agnostic PHP)

SEO analysis library: analyze a URL or sitemap, run SEO/performance/security checks, and return an API result (no database). Works with Laravel, Yii, or plain PHP.

Requirements

Optional (for advanced features):

No framework required. Use the same package in Laravel, Yii, Symfony, or standalone.

Installation

Quick Start (CLI)

Use directly from terminal:

Output: JSON API response with analysis results.

Checks Covered

The report is grouped by categories and includes checks like:

Advanced Features (with Docker)

With Docker installed, you get additional real-world analysis:


Docker Setup (Optional but Recommended)

For real Core Web Vitals and JavaScript SEO analysis, install Docker:

That's it! No API keys, no registration, no rate limits.

Why Docker?

Feature Without Docker With Docker
Core Web Vitals ❌ Proxy estimates only ✅ Real Chrome metrics (LCP, FID, CLS)
JavaScript SEO ❌ Can't analyze JS ✅ Detects React/Vue/Hydration issues
Screenshots ❌ Not available ✅ Desktop/Mobile/Tablet screenshots
Cost Free Free (just your server)
Rate Limits None None

What It Returns

The package returns a JSON API response with this structure:

Result Structure

Each check in results has:

Example checks:

Usage in Code

Basic Usage

Advanced Usage (with Docker)

Use SeoAnalyzerWithDocker instead of SeoAnalyzer to get real Core Web Vitals and JavaScript analysis:

Without Docker? No problem! SeoAnalyzerWithDocker gracefully falls back to basic analysis.

Custom Configuration

Analyze Sitemap

REST API Example (Laravel)

REST API Example (Yii)

Storing Results

The package does not save to database. Your app decides how to persist:

All Available Checks

SEO (33+ checks)

Content Quality & Duplicate Content:

Internal Linking:

URL Structure:

International SEO:

Pagination:

Performance (14+ checks)

Resource Hints:

Security (14+ checks)

Security Headers:

Mobile (6 checks)

Miscellaneous (18+ checks)

Structured Data Validation:

Accessibility:

Technology (8 checks, no external APIs)

Docker-Based Checks (requires Docker)

These checks run only when Docker is available:

Core Web Vitals (Real Chrome Metrics):

JavaScript Rendering Analysis:

Advanced Technology Detection:

Screenshots:

Exceptions

Docker FAQ

Do I need Docker?

No. The package works great without Docker. Docker is only needed for:

Without Docker, you still get 70+ SEO checks.

How much does Docker cost?

Free. You run it on your own server. No API fees, no rate limits.

What are the system requirements for Docker?

Can I use this in production?

Yes. Docker containers are isolated and run fresh on every request. No state is preserved between runs.

Is caching used?

No. By default, all Docker-based checks return fresh results. This is intentional - you want to see if issues were fixed after making changes.

What if Docker is not available?

SeoAnalyzerWithDocker gracefully falls back to basic analysis. No errors, just fewer features.

Example: Full Analysis with Docker

Testing

Reference

SSL certificate check (pure PHP, no Spatie dependency) and DNS/IP logic are inspired by phpRank Software (e.g. SSL Checker, DNS Lookup, Domain IP Lookup in ToolController). If you have that codebase at /path/to/phpRank Software, you can compare behaviour; seo-report uses only built-in PHP and Guzzle (no GeoIP, no WHOIS, no external APIs).

License

MIT.


All versions of seo-report with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-dom Version *
ext-json Version *
guzzlehttp/guzzle Version ^7.2
ext-libxml Version *
ext-openssl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package kalimeromk/seo-report contains the following files

Loading the files please wait ...