achttienvijftien / static-xml-sitemap
Static XML sitemap plugin for WordPress
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:wordpress-plugin
pkg:composer/achttienvijftien/static-xml-sitemap
Requires
- php: ^7.4 || ^8.0
- psr/container: ^2.0
- psr/log: ^1.1.4
Requires (Dev)
This package is auto-updated.
Last update: 2025-10-30 22:09:32 UTC
README
The static XML Sitemap plugin generates static XML sitemaps for large-scale WordPress instances.
Contributing
Requirements
Testing
Setup
- Install Composer packages:
composer install - Install the correct Node.js version:
nvm install - Install NPM packages:
yarn - Start wp-env
yarn wp-env start - Check if test suite is ready:
yarn test - When test result is OK you're ready to start writing tests in test/php