PHPackages                             valantic-spryker/product-concrete-sitemap-connector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. valantic-spryker/product-concrete-sitemap-connector

ActiveLibrary[API Development](/categories/api)

valantic-spryker/product-concrete-sitemap-connector
===================================================

Provides product concrete urls for valantic-spryker/sitemap module

00PHP

Since Apr 4Pushed 1y ago7 watchersCompare

[ Source](https://github.com/valantic-CEC-Deutschland-GmbH/product-concrete-sitemap-connector)[ Packagist](https://packagist.org/packages/valantic-spryker/product-concrete-sitemap-connector)[ RSS](/packages/valantic-spryker-product-concrete-sitemap-connector/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Product Concrete Sitemap Connector
==================================

[](#product-concrete-sitemap-connector)

[![Minimum PHP Version](https://camo.githubusercontent.com/905c670b6e3bc20026bddbc8923df4d38111e526b88f1252ac4ceb6643299d96/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e302d3838393242462e737667)](https://php.net/)

This module is used alongside `valantic-spryker/sitemap` Sitemap module to extend the sitemap with concrete product URLs.

Integration
-----------

[](#integration)

### Add composer registry

[](#add-composer-registry)

```
composer config repositories.gitlab.nxs360.com/461 '{"type": "composer", "url": "https://gitlab.nxs360.com/api/v4/group/461/-/packages/composer/packages.json"}'

```

### Add Gitlab domain

[](#add-gitlab-domain)

```
composer config gitlab-domains gitlab.nxs360.com

```

### Authentication

[](#authentication)

Go to Gitlab and create a personal access token. Then create an **auth.json** file:

```
composer config gitlab-token.gitlab.nxs360.com

```

Usage
=====

[](#usage)

1. Install package
------------------

[](#1-install-package)

```
composer require valantic-spryker/product-concrete-sitemap-connector
```

2. Update `config_default.php` file
-----------------------------------

[](#2-update-config_defaultphp-file)

Add the `ValanticSpryker` namespace in the following config keys:

```
$config[KernelConstants::CORE_NAMESPACES] = [
    // [...]
    'ValanticSpryker',
];
$config[KernelConstants::PROJECT_NAMESPACES] = [
    // [...]
    'ValanticSpryker',
];
```

3. Register `ProductConcreteSitemapCreatorPlugin`
-------------------------------------------------

[](#3-register-productconcretesitemapcreatorplugin)

Add `ProductConcreteSitemapCreatorPlugin` in:

```
\Pyz\Zed\Sitemap\SitemapDependencyProvider::getSitemapCreatorPluginStack
```

4. Register `ProductConcreteSitemapConnectorConstants`
------------------------------------------------------

[](#4-register-productconcretesitemapconnectorconstants)

Add `ProductConcreteSitemapConnectorConstants::RESOURCE_TYPE` in:

```
\Pyz\Yves\Sitemap\SitemapDependencyProvider::getAvailableSitemapRouteResources
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/38a6621b395917bb33ea0dd7970ae8a6295c972e40c26b04d923a3c625abd043?d=identicon)[nxs\_schoenfeld](/maintainers/nxs_schoenfeld)

### Embed Badge

![Health badge](/badges/valantic-spryker-product-concrete-sitemap-connector/health.svg)

```
[![Health](https://phpackages.com/badges/valantic-spryker-product-concrete-sitemap-connector/health.svg)](https://phpackages.com/packages/valantic-spryker-product-concrete-sitemap-connector)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
