Skip to content

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.

License

Notifications You must be signed in to change notification settings

craftcms/feed-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 17, 2023
65aa10e · Mar 17, 2023
Mar 16, 2023
Mar 16, 2023
Mar 16, 2023
Mar 17, 2023
Mar 16, 2023
Apr 11, 2022
Mar 16, 2023
Mar 16, 2023
Mar 17, 2023
Mar 16, 2023
Mar 16, 2023
Mar 16, 2023
Apr 8, 2019
Nov 6, 2020
Mar 16, 2023
Mar 16, 2023
Mar 7, 2023
Mar 7, 2023
Mar 17, 2023
Mar 17, 2023
Feb 14, 2023
Mar 17, 2023

Repository files navigation

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 3.5.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 install/plugin feed-me

Resources