Download the PHP package liliuwei/php-sitemap without Composer
On this page you can find all versions of the php package liliuwei/php-sitemap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-sitemap
php-sitemap
PHP 网站地图 Sitemap工具类
Sitemap 可方便网站管理员通知搜索引擎他们网站上有哪些可供抓取的网页。 最简单的 Sitemap 形式,就是XML 文件,在其中列出网站中的网址以及关于每个网址的其他元数据(上次更新的时间、更改的频率以及相对于网站上其他网址的重要程度为何等), 以便搜索引擎可以更加智能地抓取网站。
安装
composer require liliuwei/php-sitemap
用法示例
foreach ($article_list as $key => $value) {
$site->AddItem('http://www.youqunaya.com/article_list.html?id=' . $key, 1);
}
//$site->AddItem();支持多次调用
$site->SaveToFile('sitemap.xml');
All versions of php-sitemap with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package liliuwei/php-sitemap contains the following files
Loading the files please wait ....