Demo connectors
Ready-to-deploy example connectors for every connector type.
Example connectors you can clone, deploy, and use as a starting point for your own. Each demo is a minimal, working connector that covers the essentials for its type.
Data source (PHP/Symfony)
A datasource connector that imports hardcoded products into Productsup via the Container API.
Export (PHP/Symfony)
An export connector that reads products from the platform, sends them to a third-party channel, and writes feedback.
Both connectors live in the same quickstart repository, organized as separate bounded contexts under src/DataSource/ and src/Export/. The Quickstart walks through the data source demo end-to-end.
How is this guide?