wszetko / sitemap
Sitemap generator
dev-master
2019-12-05 15:34 UTC
Requires
- php: >=7.2
- ext-intl: *
- ext-mbstring: *
- league/uri: ^6.0.1
- league/uri-components: ^2.0.1
- symfony/polyfill-php73: ^1.12
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- jakub-onderka/php-console-highlighter: ^0.4.0
- jakub-onderka/php-parallel-lint: ^1.0
- phploc/phploc: ^4.0 | ^5.0
- phpmd/phpmd: ^2.7
- phpmetrics/phpmetrics: ^2.4
- phpstan/phpstan: ^0.11.16
- phpstan/phpstan-deprecation-rules: ^0.11.2
- phpstan/phpstan-phpunit: ^0.11.2
- phpstan/phpstan-strict-rules: ^0.11.1
- phpunit/phpunit: ^7.5 | ^8.3
- povils/phpmnd: ^2.1
- sebastian/phpcpd: ^4.1
- sensiolabs/security-checker: ^6.0
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^3.6
- wapmorgan/php-code-analyzer: ^1.0
Suggests
- ext-xmlwriter: *
- ext-zlib: *
This package is auto-updated.
Last update: 2025-03-06 03:02:45 UTC
README
Library to generate XML sitemaps.
Work in progress!
Example of usage is in example directory.
Installation
$ composer require wszetko/sitemap
Requirements
PHP 7.2 or newer is recommended.
Testing
The library has a :
- a PHPUnit test suite,
- other tools using in project developement:
There are prepared composer scripts to run. To see full list please type in console:
$ composer list
To run the full tests, run the following command from the project folder:
$ composer test
Please note that those test should run on PHP 7.1 or higher.
If You want to run just PHPUnit tests please run:
$ composer phpunit
To do
- load previous sitemap and compare changes
- Driver XML Text
- Driver DataCollector MySQL
- Driver DataCollector PostgreSQL
- Driver DataCollector MongoDB
- Driver DataCollector CrunchDB (?)
- Ability to generate sitemap without publishing
- Ability to publish sitemap without clearing previous files
- Logging compatible with PSR-3
License
This library is licensed under the MIT License - see the LICENSE.md file for details.