Download the PHP package initbiz/sitemap without Composer
On this page you can find all versions of the php package initbiz/sitemap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download initbiz/sitemap
More information about initbiz/sitemap
Files in initbiz/sitemap
Download initbiz/sitemap
More information about initbiz/sitemap
Files in initbiz/sitemap
Vendor initbiz
Package sitemap
Short Description Basic set of objects to build a sitemap generator
License MIT
Homepage https://github.com/initbiz/sitemap
Package sitemap
Short Description Basic set of objects to build a sitemap generator
License MIT
Homepage https://github.com/initbiz/sitemap
Please rate this library. Is it a good library?
Informations about the package sitemap
Sitemap
PHP library to build object oriented sitemap generator.
The package is still a work in progress so PRs are welcomed.
You have to write your own generator (I'd suggest using AbstractGenerator
as a base) and it has to return an array
containing DOMElements to include to the XML.
You can also use BasicGenerator
but it's limited and built mostly for testing purposes.
Usage examples
Below you can find a few examples of usage of this library.
Typical sitemap containing URLs
Images sitemap
Code below will generate the following XML:
Sitemap index
All versions of sitemap with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-dom Version *
ext-xml Version *
ext-dom Version *
ext-xml Version *
The package initbiz/sitemap contains the following files
Loading the files please wait ....