定制 major/sitemapgenerator 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

major/sitemapgenerator

Composer 安装命令:

composer require major/sitemapgenerator

包简介

Sitemap generator as test task for pyrobyte

README 文档

README

  • Init SiteMapGenerator class via passing argumets (documented). Use generate() function from object (SiteMapGenerator).

If u need to add extensions or manipulate data validation\data formatting:

src/Support/ DataHandler.php:

  • Validation and formatting data.

src/Support ChangeFreqType.php:

  • Strings for "changefreq" attribute.

src/Format/ GeneratorInterface.php:

  • Interface u need to implement from in your GeneratorClass.

src/Format/ FormatType.php:

  • Add your extension and GeneratorClass after creating the new Gen class.

Exceptions:

  • DataFieldsValidationException: Throws when fields (keys) in data array didn't match predefined fields.
  • DataValidationException: Throws when some data didn't match predefined rules.
  • DirectoryException: Throws when package can't create directory.
  • FileException: Throws when package can't create\open file in output path.
  • FormatToFileException: Throws when $formatType didn't match file's extension in $outputPath
  • FormatValidationException: Throws when passed $formatType didn't match any predefined formats (CSV, JSON, XML)

Requires:

  • PHP: >= 8.3
  • XmlWriter

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-06-27