Download the PHP package aalfiann/sitemap-manager without Composer
On this page you can find all versions of the php package aalfiann/sitemap-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sitemap-manager
Sitemap Manager
A PHP class to manage static sitemap dynamically.
Background
This SitemapManager class is allow you to do CRUD like insert and update url inside static sitemap. I've created this class because I need to manage sitemap for small sites which is static, file based or doesn't use any database engine.
Installation
Install this package via Composer.
Example Usage
Sitemap Index
Create blank custom sitemap index
Sitemap file is required before use this class, so you have to create one if you don't have any sitemap file exists on your server.
Auto insert sitemap into sitemap index
Add many sitemap into sitemap index directly
Note:
- Make sure you know the limit of the sitemap
- Enqueue will stop if you reach the limit
Update sitemap inside sitemap index dynamically
Update sitemap inside sitemap index directly
Note: Make sure you have already know where is sitemap url located inside sitemap file.
Delete sitemap inside sitemap index
Delete many sitemap inside sitemap index
Delete sitemap file
Generate Sitemap.xml
Sitemap Urlset
Create blank custom sitemap urlset
Sitemap file is required before use this class, so you have to create one if you don't have any sitemap file exists on your server.
Auto insert url into sitemap urlset
Add many url into sitemap urlset directly
Note:
- Make sure you know the limit of the sitemap
- Enqueue will stop if you reach the limit
Update Url inside sitemap urlset dynamically
Update Url inside sitemap urlset directly
Note: Make sure you have already know where is sitemap url located inside sitemap file.
Delete url inside sitemap urlset
Delete many url inside sitemap urlset
How to Contribute
Pull Requests
- Fork this
sitemap-manager
repository - Create a new branch for each feature or improvement
- Send a pull request from each feature branch to the develop branch