The Wayback Machine - https://web.archive.org/web/20230408205110/https://github.com/craftcms/feed-me
Skip to content

craftcms/feed-me

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 16, 2023 15:47
January 9, 2023 14:57
March 16, 2023 16:38
src
March 24, 2023 12:10
November 15, 2022 19:54
November 29, 2022 14:29
March 16, 2023 16:19
ci
November 24, 2022 17:01
March 17, 2023 14:58
November 29, 2022 11:55
November 15, 2022 19:54
March 24, 2023 12:14
November 15, 2022 19:54
March 16, 2023 16:38
ci
November 24, 2022 17:01
March 16, 2023 23:40

Feed Me icon

Feed Me for Craft CMS

Feed Me is a Craft plugin for super-simple importing of content, either once-off or at regular intervals. With support for XML, RSS, ATOM, CSV or JSON feeds, you'll be able to import your content as Entries, Categories, Craft Commerce Products (and variants), and more.

Requirements

This plugin requires Craft CMS 4.0 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Feed Me”. Then click on the “Install” button in its modal window.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require craftcms/feed-me

# tell Craft to install the plugin
./craft plugin/install feed-me

Resources