yawik / sitemap
YAWIK module to generate sitemap xml
Installs: 137
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 6
pkg:composer/yawik/sitemap
Requires
- samdark/sitemap: ^2.2
 - yawik/core: ^0.35
 - yawik/jobs: ^0.35
 
Requires (Dev)
- cross-solution/phpunit-utils: ^2.0
 - phpunit/phpunit: ^8.0
 - yawik/applications: ^0.35
 - yawik/auth: ^0.35
 - yawik/composer-plugin: ^3.0
 - yawik/cv: ^0.35
 - yawik/geo: ^1.0
 - yawik/organizations: ^0.35
 - yawik/settings: ^0.35
 
- dev-master
 - v0.5.0
 - v0.4.0
 - 0.3.1
 - 0.3.0
 - 0.2.2
 - 0.2.1
 - 0.2.0
 - 0.1.0
 - dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
 - dev-dependabot/npm_and_yarn/qs-6.11.0
 - dev-dependabot/npm_and_yarn/grunt-1.5.3
 - dev-dependabot/npm_and_yarn/path-parse-1.0.7
 - dev-dependabot/composer/laminas/laminas-http-2.14.3
 - dev-dependabot/npm_and_yarn/lodash-4.17.21
 
This package is auto-updated.
Last update: 2025-08-07 12:00:01 UTC
README
Generate sitemap for all active jobs.
Overview
- generate sitemap manually
 - Automatically update sitemap when a job status changes
 - ping search engines after update
 
Installation
To use as yawik module, you need to require it in your YAWIK project:
composer require yawik/jobs-sitemap
To contribute, you need to clone the repository:
git clone git@github.com:yawik/jobs-sitemap.git
cd jobs-sitemap
composer install
Start a local webserver with:
php -S localhost:8000 -t test/sandbox/public test/sandbox/public/router.php
or
composer serve
you should be able to access your yawik at http://localhost:8000