balpom/feeder

Feeder: core library (framework) for feed creation.

v0.2.0 2025-08-02 13:35 UTC

This package is auto-updated.

Last update: 2025-08-02 13:35:43 UTC


README

Core library (framework) for any feed creation (in XML, YML, JSON, etc. formats).

Interfaces and abstract classes for unified and uniform certain feed creators development.

Where are "simple.php" file in "tests" directory, which explains the essence of the idea using the example of generating a simple XML file.

Requirements

  • PHP >= 8.1
  • balpom/entity
  • balpom/files

Installation

Using composer (recommended)

composer require balpom/feeder

License

MIT License See LICENSE.MD