Download the PHP package sharpapi/laravel-content-keywords without Composer
On this page you can find all versions of the php package sharpapi/laravel-content-keywords. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sharpapi/laravel-content-keywords
More information about sharpapi/laravel-content-keywords
Files in sharpapi/laravel-content-keywords
Package laravel-content-keywords
Short Description AI Content Keywords Generator for Laravel powered by SharpAPI.com
License MIT
Homepage https://github.com/sharpapi/laravel-content-keywords
Informations about the package laravel-content-keywords
AI Content Keywords Generator for Laravel
This package provides a Laravel integration for the SharpAPI Content Keywords Generator. It allows you to generate keywords or tags from any text content, which is perfect for SEO optimization, content categorization, and more.
Installation
You can install the package via composer:
Configuration
Publish the config file with:
This is the contents of the published config file:
Make sure to set your SharpAPI key in your .env file:
Usage
Parameters
text(string): The text content to generate keywords fromlanguage(string|null): The language of the content (default: English)maxQuantity(int|null): Maximum number of keywords to generatevoiceTone(string|null): The tone of voice for the keywords (e.g., professional, casual)context(string|null): Additional context to improve keyword relevance
Response Format
The response is a JSON string containing an array of keywords:
Credits
- Dawid Makowski
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-content-keywords with dependencies
ext-json Version *
laravel/framework Version ^10.48.29|^11.0|^12.0|^13.0
sharpapi/php-core Version ^1.0