PHPackages                             sharpapi/laravel-seo-generate-tags - 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. [API Development](/categories/api)
4. /
5. sharpapi/laravel-seo-generate-tags

ActiveLibrary[API Development](/categories/api)

sharpapi/laravel-seo-generate-tags
==================================

AI SEO Meta Tag Generator for Laravel powered by SharpAPI.com

v1.0.3(1mo ago)1218MITPHPPHP ^8.1

Since Jan 9Pushed 1mo agoCompare

[ Source](https://github.com/sharpapi/laravel-seo-generate-tags)[ Packagist](https://packagist.org/packages/sharpapi/laravel-seo-generate-tags)[ Docs](https://github.com/sharpapi/laravel-seo-generate-tags)[ RSS](/packages/sharpapi-laravel-seo-generate-tags/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (5)Used By (0)

AI SEO Meta Tag Generator for Laravel
=====================================

[](#ai-seo-meta-tag-generator-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c8606182e2aa0c64b9e3242c76412d790c6ce04af7e4b572935da04928443f2e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73686172706170692f6c61726176656c2d73656f2d67656e65726174652d746167732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sharpapi/laravel-seo-generate-tags)[![Total Downloads](https://camo.githubusercontent.com/d3a48296eabead3e0e74fafba34c2e3f35d4166c0ab0f67d7fefd320731c4bd7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73686172706170692f6c61726176656c2d73656f2d67656e65726174652d746167732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sharpapi/laravel-seo-generate-tags)

This package provides a Laravel integration for the SharpAPI SEO Meta Tag Generator. It allows you to automatically generate all important META tags for your web content, which is perfect for improving your website's SEO and social media sharing appearance.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require sharpapi/laravel-seo-generate-tags
```

Configuration
-------------

[](#configuration)

Publish the config file with:

```
php artisan vendor:publish --tag="sharpapi-seo-generate-tags"
```

This is the contents of the published config file:

```
return [
    'api_key' => env('SHARP_API_KEY'),
    'base_url' => env('SHARP_API_BASE_URL', 'https://sharpapi.com/api/v1'),
    'api_job_status_polling_wait' => env('SHARP_API_JOB_STATUS_POLLING_WAIT', 180),
    'api_job_status_polling_interval' => env('SHARP_API_JOB_STATUS_POLLING_INTERVAL', 10),
    'api_job_status_use_polling_interval' => env('SHARP_API_JOB_STATUS_USE_POLLING_INTERVAL', false),
];
```

Make sure to set your SharpAPI key in your .env file:

```
SHARP_API_KEY=your-api-key

```

Usage
-----

[](#usage)

```
use SharpAPI\SeoGenerateTags\SeoGenerateTagsService;

$service = new SeoGenerateTagsService();

// Generate SEO meta tags
$seoTags = $service->generateSeoTags(
    'Your page content or URL here. Make sure to include links and image URLs for better results.',
    'English', // optional language
    'professional' // optional voice tone
);

// $seoTags will contain a JSON string with the generated meta tags
```

Parameters
----------

[](#parameters)

- `text` (string): The text content or URL to generate meta tags from
- `language` (string|null): The language for the meta tags (default: English)
- `voiceTone` (string|null): The tone of voice for the meta tag content (e.g., professional, casual)

Response Format
---------------

[](#response-format)

The response is a JSON string containing various meta tags:

```
{
  "data": {
    "type": "api_job_result",
    "id": "397676a9-599b-4f6d-822a-d9d9f32b3890",
    "attributes": {
      "status": "success",
      "type": "seo_generate_tags",
      "result": {
        "meta_tags": {
          "title": "Las Vegas Grand Prix: A Showstopper Event",
          "author": "",
          "og:url": "",
          "og:type": "article",
          "keywords": "Las Vegas Grand Prix, Max Verstappen, Formula 1, F1, Lewis Hamilton, Fernando Alonso",
          "og:image": "",
          "og:title": "Las Vegas Grand Prix: A Showstopper Event",
          "description": "Max Verstappen and other F1 stars share their thoughts on the Las Vegas Grand Prix.",
          "og:site_name": "",
          "twitter:card": "summary",
          "twitter:image": "",
          "twitter:title": "Las Vegas Grand Prix: A Showstopper Event",
          "og:description": "Max Verstappen and other F1 stars share their thoughts on the Las Vegas Grand Prix.",
          "twitter:creator": "",
          "twitter:description": "Max Verstappen and other F1 stars share their thoughts on the Las Vegas Grand Prix."
        }
      }
    }
  }
}
```

Features
--------

[](#features)

- Generates SEO-optimized page titles
- Creates compelling meta descriptions
- Provides relevant keywords
- Includes Open Graph tags for social media sharing
- Adds Twitter Card meta tags
- Optimizes content for search engines

Credits
-------

[](#credits)

- [Dawid Makowski](https://github.com/dawidmakowski)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance98

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Every ~25 days

Total

4

Last Release

42d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b500dd3d9b470b50b1ed911cd24a6fdcce51dd97dceb4f97879f727a14495a8?d=identicon)[dawid-makowski](/maintainers/dawid-makowski)

---

Top Contributors

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

---

Tags

phpapilaravelRESTful APIseoSharpAPIartificial intelligencenatural language processingsoftware developmentContent Analysisai apiAI-poweredapi integrationai capabilitiesmeta-tagssearch engine optimizationContent Generation

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/sharpapi-laravel-seo-generate-tags/health.svg)

```
[![Health](https://phpackages.com/badges/sharpapi-laravel-seo-generate-tags/health.svg)](https://phpackages.com/packages/sharpapi-laravel-seo-generate-tags)
```

PHPackages © 2026

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