barrelstrength/sprout-base-import

Common import libraries for Sprout Plugins for Craft CMS

Maintainers

Package info

github.com/barrelstrength/sprout-base-import

Issues

Documentation

Type:yii-module

pkg:composer/barrelstrength/sprout-base-import

Statistics

Installs: 52 785

Dependents: 1

Suggesters: 0

Stars: 1

1.0.6 2019-07-19 23:53 UTC

This package is auto-updated.

Last update: 2026-02-25 08:33:56 UTC


README

No Maintenance Intended

Sprout Import has been retired. We recommend using the free, first-party Feed Me plugin instead.

Sprout Base Import

A collection of common import classes and libraries for the Sprout Plugins Suite for Craft CMS.

Usage

Include Sprout Base Import in your Sprout plugin composer.json file:

{
  "require": {
    "barrelstrength/sprout-base-import": "^1.0.0"
  }
}

See this article on Creating a Yii Module for Craft 3 for an example of how to load the Sprout Base Yii Module to the Craft::$app instance and create controllers and variables.