承接 negusdev/seoinjector-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

negusdev/seoinjector-php

最新稳定版本:v0.4.1

Composer 安装命令:

composer require negusdev/seoinjector-php

包简介

Universal PHP library for SEO Injector - Works with Laravel, WordPress, Symfony, or any PHP project

README 文档

README

Latest Version Total Downloads License PHP Version

Universal PHP library for managing SEO metadata from a centralized dashboard. Works with Laravel, WordPress, Symfony, CodeIgniter, or any PHP project.

✨ Features

  • 🚀 Works with any PHP framework or vanilla PHP
  • 📦 Zero dependencies
  • ⚡ Built-in file caching
  • 🎨 WordPress integration included
  • 🔧 Laravel service provider included
  • 🌍 Symfony bundle ready
  • 🧪 Fully tested
  • 📖 Comprehensive documentation

📦 Installation

composer require negusdev/seoinjector-php

🚀 Quick Start

Vanilla PHP

<?php
require 'vendor/autoload.php';

use SEOInjector\SEOInjector;

$seo = new SEOInjector('your_api_key');
?>
<!DOCTYPE html>
<html>
<head>
    <?php echo $seo->render(); ?>
</head>
<body>
    <!-- Your content -->
</body>
</html>

Laravel

// In your blade template
{!! app('seoinjector')->render() !!}

WordPress

// In functions.php or plugin file
add_action('wp_head', function() {
    $seo = new \SEOInjector\SEOInjector(get_option('seoinjector_api_key'));
    echo $seo->render();
}, 1);

📖 Documentation

🧪 Testing

composer test

📝 Changelog

See CHANGELOG.md for details.

🤝 Contributing

See CONTRIBUTING.md for details.

📄 License

MIT License - see LICENSE file.

🔗 Links

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固