kiwa/sitemap
Integrates the Bit&Black Sitemap into a Kiwa website to create sitemap files seamlessly.
Maintainers
Fund package maintenance!
Requires
- php: >=8.2
- ext-dom: *
- bitandblack/sitemap: ^1.0 || ^2.0
- kiwa/console: >=0.15 || ^1.0
- symfony/console: ^5.0 || ^6.0 || ^7.0 || ^8.0
Requires (Dev)
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^11.0
- rector/rector: ^2.0
- symplify/easy-coding-standard: ^13.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 7084f39f8ff6ae25a7889710ce52d6ffbbd9d637
- Tobias Köngeter <hello.woop@bitandblack.com>
README
👁 PHP from Packagist
👁 Latest Stable Version
👁 Total Downloads
👁 License
Kiwa Sitemap
This library integrates the Bit&Black Sitemap into your Kiwa website.
It creates a sitemap.xml by parsing the whole website including all language versions and all images. If multiple language versions are found, multiple xml files will be written.
Installation
This library is made for the use with Composer. Add it to your project by running $ composer require kiwa/sitemap.
Usage
After adding this library to your project, the Kiwa Console contains a new command: sitemap:create.
When running bin/console sitemap:create, the website defined in config.php under mainURL will be crawled completely. After that, a sitemap.xml file will be stored in the public folder and depending on the languages found some additional language files like sitemap-en.xml will be stored there, too.
Help
If you have any questions, feel free to contact us under hello@bitandblack.com.
Further information about Bit&Black can be found under www.bitandblack.com.
