PHPackages                             sylapi/feed-seznam - 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. sylapi/feed-seznam

ActiveLibrary[API Development](/categories/api)

sylapi/feed-seznam
==================

Merchant feeds

v1.0.0(3mo ago)06.2k↑85.7%MITPHPPHP &gt;=8.0.0

Since Jul 16Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/sylapi/feed-seznam)[ Packagist](https://packagist.org/packages/sylapi/feed-seznam)[ RSS](/packages/sylapi-feed-seznam/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (6)Versions (8)Used By (0)

Seznam Feed Generator
=====================

[](#seznam-feed-generator)

[![PHP Version](https://camo.githubusercontent.com/f9a61eee600abfa4c06628ff826dc6a7dfffc0cceca828fd79751b43e44f451f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344382e302d626c75652e737667)](https://php.net)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](LICENSE)[![Tests](https://camo.githubusercontent.com/97fb944df7ba3d876ad572ee79113f2dba883144dbd5bddb91e00f1408296245/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d504850556e69742d6f72616e67652e737667)](https://phpunit.de)[![PHPStan](https://camo.githubusercontent.com/0729e562e10fac943b16dbb271b4af26488f779a33fc82cc3eef1e37a432c0b4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230352d627269676874677265656e2e737667)](https://phpstan.org)[![Packagist](https://camo.githubusercontent.com/05f2c7da311ed20e2a73efa45ef762aece41d40a32d0cdd4b510db24dcd9ca9d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73796c6170692f666565642d73657a6e616d)](https://packagist.org/packages/sylapi/feed-seznam)

PHP library for generating XML product feeds for Seznam.cz merchant integration.

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require sylapi/feed-seznam
```

Requirements
------------

[](#requirements)

- PHP 8.0 or higher
- sylapi/feeds ^1.0.0

Usage
-----

[](#usage)

```
$feedGenerator = new Sylapi\Feeds\FeedGenerator();
$feedGenerator->setFeed(new Sylapi\Feeds\Seznam\Feed(
    Sylapi\Feeds\Parameters::create([])
));

$product = new \Sylapi\Feeds\Models\Product();
//...
$feedGenerator->appendProduct($product);
$feedGenerator->appendProduct($product);
//...
$feedGenerator->appendProduct($product);
//...
$feedGenerator->save();
echo $feedGenerator->filePath();
```

Features
--------

[](#features)

- Generate XML feeds compatible with Seznam.cz
- Support for product catalogs and merchant feeds
- Built on top of the Sylapi Feeds framework
- Full PHPUnit test coverage
- Static analysis with PHPStan level 5

Development
-----------

[](#development)

COMMANDDESCRIPTIONcomposer testsTestycomposer phpstanPHPStancomposer coveragePHPUnit Coveragecomposer coverage-htmlPHPUnit Coverage HTML (DIR: ./coverage/)### Running Tests

[](#running-tests)

```
# Run all tests
composer tests

# Generate coverage report
composer coverage

# Generate HTML coverage report
composer coverage-html
```

### Code Quality

[](#code-quality)

```
# Run PHPStan static analysis
composer phpstan
```

Contributing
------------

[](#contributing)

1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Make your changes
4. Run tests and static analysis
5. Commit your changes (`git commit -m 'Add amazing feature'`)
6. Push to the branch (`git push origin feature/amazing-feature`)
7. Open a Pull Request

License
-------

[](#license)

This library is licensed under the MIT License. See [LICENSE](LICENSE) file for details.

Support
-------

[](#support)

For issues and questions, please use the [GitHub Issues](https://github.com/sylapi/feed-seznam/issues) page.

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance79

Regular maintenance activity

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~341 days

Recently: every ~423 days

Total

6

Last Release

108d ago

Major Versions

v0.1.4 → v1.0.02026-03-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/8284e979dcbb9e6ff013f3e04f2c3f0a3de8f62fad97e12383155779b0adee23?d=identicon)[sylapi](/maintainers/sylapi)

---

Top Contributors

[![webard](https://avatars.githubusercontent.com/u/855788?v=4)](https://github.com/webard "webard (2 commits)")[![dserafinski](https://avatars.githubusercontent.com/u/73796476?v=4)](https://github.com/dserafinski "dserafinski (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sylapi-feed-seznam/health.svg)

```
[![Health](https://phpackages.com/badges/sylapi-feed-seznam/health.svg)](https://phpackages.com/packages/sylapi-feed-seznam)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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