Download the PHP package pubvana/seo without Composer

On this page you can find all versions of the php package pubvana/seo. 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

Pubvana SEO

I noticed folks downloading some of these packages. I'm super grateful, Thank You! I would like to let folks know until this notice disappears I'm doing a lot of breaking changes without worrying about them. Once versions are up around 0.5.x things should settle down.

Full SEO package for Pubvana — meta tags, structured data, sitemaps, Open Graph, AI/GEO optimization.

Requirements

Features

Meta Tags & Head Output

Structured Data (JSON-LD)

Open Graph & Twitter Cards

XML Sitemap

AI/GEO Optimization

robots.txt

Content Analysis & SEO Scoring

Admin

Services

Service Access Purpose
SeoService $app->seo() Meta tags, head output, context, meta CRUD
SchemaService $app->seoSchema() JSON-LD structured data generation
SitemapService $app->seoSitemap() XML sitemap generation
RobotsTxtService $app->seoRobots() robots.txt generation with AI bot management
LlmsTxtService $app->seoLlmsTxt() llms.txt generation
ContentAnalysisService $app->seoAnalysis() Content scoring and SEO checks

Public Routes

Route Purpose
/sitemap.xml XML sitemap
/robots.txt robots.txt with AI crawler directives
/llms.txt AI content discovery file

Admin Routes

Route Purpose
GET /admin/seo Settings page
POST /admin/seo Save settings
POST /admin/seo/meta Save per-content SEO meta (AJAX)
GET /admin/seo/analyze Run content analysis (AJAX)

Integration

The SEO package owns all SEO-related fields for content items. The seo_meta table stores per-content data using a polymorphic content_type + content_id pattern.

Controllers should call $app->seo()->setContext(...) before rendering to provide the SEO service with current page data. The service then assembles all meta tags, schema, and OG tags for head injection.

License

MIT


All versions of seo with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
enlivenapp/flight-school Version ^0.3
enlivenapp/flight-shield Version ^0.2
enlivenapp/flight-settings Version ^0.2
enlivenapp/migrations Version ^0.2
flightphp/active-record Version ^0.7
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 pubvana/seo contains the following files

Loading the files please wait ...