PHPackages                             verbb/feed-me - 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. verbb/feed-me

ActiveCraft-plugin

verbb/feed-me
=============

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

6.11.0(6mo ago)29146.4k↓50%143[117 issues](https://github.com/verbb/feed-me/issues)[27 PRs](https://github.com/verbb/feed-me/pulls)proprietaryPHPPHP ^8.2CI passing

Since Apr 4Pushed 3mo ago12 watchersCompare

[ Source](https://github.com/verbb/feed-me)[ Packagist](https://packagist.org/packages/verbb/feed-me)[ RSS](/packages/verbb-feed-me/feed)WikiDiscussions 6.x Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (176)Used By (0)

[![Feed Me icon](./src/icon.svg)](./src/icon.svg)

Feed Me for Craft CMS
=====================

[](#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
------------

[](#requirements)

This plugin requires Craft CMS 5.0.0-beta.2 or later.

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

[](#installation)

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

#### From the Plugin Store

[](#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

[](#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
```

Customizing Logs
----------------

[](#customizing-logs)

As of version `5.6`/`6.2`, logging is handled by Craft's log component and stored in the database instead of the filesystem. To log to files (or anywhere else) instead, you can disable the default logging add your own log target:

### config/feed-me.php

[](#configfeed-mephp)

```
