PHP Package: artesaos/seotools

A PHP library for SEO optimization, providing essential tools and utilities for enhancing website visibility and search engine ranking.

Current Version: 1.3.2
Last Updated: 2025-03-14
PHP Requirement: ^8.1
Dependencies:
php-fig/log
symfony/css-selector
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

SEOTools is a comprehensive PHP library designed to streamline SEO processes, offering a wide array of functionalities to boost website performance on search engines. From meta tags to structured data, this library ensures that your website is fully optimized for improved visibility and relevance in search engine results.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.3.2

Download Download v1.3.2

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/artesaos/seotools/1.3.2/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';
require_once 'libs/symfony/css-selector/7.3.0/loader.php';

use Artesaos\SEOTools\SEOMeta;
use Symfony\Component\CssSelector\CssSelectorConverter;

$obj = new SEOMeta();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.