Download the PHP package intent/intent-seo without Composer
On this page you can find all versions of the php package intent/intent-seo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download intent/intent-seo
More information about intent/intent-seo
Files in intent/intent-seo
Package intent-seo
Short Description AI-powered SEO optimization package for Intent Framework. Forked from rumenx/php-seo and modified exclusively for Intent Framework integration.
License MIT
Homepage https://github.com/aamirali51/intent-seo
Informations about the package intent-seo
Intent SEO
AI-powered SEO optimization for Intent Framework applications.
โ ๏ธ Important Disclaimer
[!CAUTION] This package is a fork of rumenx/php-seo by Rumen Damyanov.
It has been modified exclusively for Intent Framework and will NOT work with Laravel, Symfony, or standalone PHP projects.
For non-Intent Framework projects, please use the original package:
The original author deserves full credit for the excellent foundation this package is built upon. Please consider supporting his work.
โจ Features
๐ค AI-Powered Automation
- Intelligent Content Analysis: AI generates optimal titles, descriptions, and meta tags
- Image Analysis: Automatically generates alt text for images
- Multi-Provider Support: GPT-4o, Claude 3.5, Gemini 1.5, Grok, Ollama
๐ CMS-Grade SEO (v2.0)
- XML Sitemap Generator: With image support and caching
- Robots.txt Generator: Fluent API
- Schema.org Builders: Article, WebPage, Breadcrumb, Organization, Product
- Advanced Meta Controls: Canonical, pagination, robots, Open Graph, Twitter Cards
๐ Intent Framework Integration
- SeoMiddleware: Auto-initializes SEO
- Helper Functions:
seo(),sitemap(),robots() - Single Render:
{{ seo().render()|raw }}outputs all SEO tags
๐ฆ Installation
Requirements
- PHP 8.2+
- Intent Framework 0.6+
๐ Quick Start
1. Add Middleware to Route
2. Configure SEO in Handler
3. Render in Twig
Output:
๐ Full API
SeoManager Methods
๐ XML Sitemap
๐ค Robots.txt
๐ Schema.org Builders
โ๏ธ Configuration
config/seo.php
๐ค AI Providers
๐ Documentation
- ARCHITECTURE.md - Technical documentation
- examples/routes.php - Example routes
- examples/views/ - Example Twig templates
๐งช Testing
๐ Credits
This package is a fork of php-seo by Rumen Damyanov.
Please consider supporting the original author:
๐ License
MIT License
Original Work: Copyright (c) Rumen Damyanov
Fork Modifications: Copyright (c) Aamir Ali
All versions of intent-seo with dependencies
ext-curl Version *
ext-json Version *
guzzlehttp/guzzle Version ^7.8
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/log Version ^3.0
psr/simple-cache Version ^3.0