Download the PHP package larament/seokit without Composer
On this page you can find all versions of the php package larament/seokit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download larament/seokit
More information about larament/seokit
Files in larament/seokit
Package seokit
Short Description A complete SEO package for Laravel, covering everything from meta tags to social sharing and structured data.
License MIT
Homepage https://github.com/larament/seokit
Informations about the package seokit
Technical SEO made easy in Laravel.
SeoKit is a Laravel SEO toolkit for managing meta tags, Open Graph data, Twitter cards, and JSON-LD from one consistent API.
It is designed for applications that need a practical SEO layer without stitching together multiple packages or scattering metadata logic across controllers, models, and views.
Highlights
- Complete SEO coverage for meta tags, Open Graph, Twitter cards, and JSON-LD structured data
- Clean Laravel integration through a facade, Blade directive, install command, and model traits
- Flexible data flow with support for computed SEO data and database-backed SEO records
- Polymorphic model SEO support for managing metadata separately from your domain models
- Built-in caching and sensible defaults to reduce repetitive setup and unnecessary queries
- Designed for modern Laravel applications, with automated test coverage for Laravel 11, 12, and 13
Requirements
- PHP 8.3+
- Laravel 11+
Installation
Install the package with Composer:
Publish the package assets with the installer command:
If you prefer to publish assets manually:
Quick Start
Set page metadata in your controller:
Render the tags in your layout:
For model-driven SEO, SeoKit also provides HasSeo and HasSeoData traits.
Documentation
Detailed documentation lives in the GitHub wiki:
- Getting Started
- Core Concepts
- Advanced SEO Management
- Database-Backed SEO
- Cookbooks and Examples
The README is intentionally kept short. The wiki should be the source of truth for package guides, examples, and feature-specific documentation.
Development
Run the test suite:
Run static analysis:
Format the codebase:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Contributions are welcome. Please open an issue or submit a pull request if you want to improve the package.
Security
Please review the security policy for reporting vulnerabilities.
Credits
- Raziul Islam
- All Contributors
License
SeoKit is open-sourced software licensed under the MIT license.