文件名称:cartographer:PHP网站地图生成工具
文件大小:15KB
文件格式:ZIP
更新时间:2024-05-03 09:59:48
PHP
制图师 遵循PHP站点地图生成工具。 制图师可以处理任何大小的站点地图。 当生成具有超过50,000个条目(限制)的站点地图时,该站点地图将成为“地图地图”(即嵌套站点地图)。 GitHub存储库: : 文档: : 支持PHP / HHVM版本 PHP: > = 5.4(包括5.6 beta1) HHVM: > = 3.0.0 安装 作曲者CLI composer require tackk/cartographer:1.0.* composer.json { " require " : { " tackk/cartographer " : " 1.0.* " } } 基本站点地图 如果您的站点地图少于50,000个项目,则可以仅使用Sitemap类,而避免使用Sitemaps生成器。 use Tackk \ Cartographer \
【文件预览】:
cartographer-master
----.gitignore(53B)
----src()
--------SitemapIndex.php(632B)
--------ChangeFrequency.php(273B)
--------functions.php(2KB)
--------SitemapFactory.php(6KB)
--------AbstractSitemap.php(4KB)
--------Sitemap.php(756B)
----.travis.yml(248B)
----LICENSE(1KB)
----composer.json(609B)
----README.md(6KB)
----tests()
--------FunctionsTest.php(2KB)
--------storage()
--------AbstractSitemapTest.php(3KB)
--------SitemapFactoryTest.php(3KB)
--------SitemapTest.php(829B)
--------SitemapIndexTest.php(821B)
----.scrutinizer.yml(254B)
----phpunit.xml.dist(538B)