PHPackages                             ssplugin/ss-user-import-export - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ssplugin/ss-user-import-export

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

ssplugin/ss-user-import-export
==============================

Export users data in the CSV format and Import users using CSV file.

2.0.0(1y ago)23.5k2[1 issues](https://github.com/ssplugin/ss-user-import-export/issues)proprietaryPHPPHP ^8.2

Since May 12Pushed 1y ago2 watchersCompare

[ Source](https://github.com/ssplugin/ss-user-import-export)[ Packagist](https://packagist.org/packages/ssplugin/ss-user-import-export)[ RSS](/packages/ssplugin-ss-user-import-export/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

SS User Import Export plugin for Craft CMS 5.x
==============================================

[](#ss-user-import-export-plugin-for-craft-cms-5x)

Import users and export users made fast and simple! Craft User migration is vital part when site migration process. This plugin help new user import using csv and export user in the csv file. As well as keep users data in the CSV format.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 5 or later and PHP 8.2 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. In the Craft CMS Control Panel, go to Settings → Plugins Store and search for SS User Import Export:

OR

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require ssplugin/ss-user-import-export

    ```
3. Executing Migrations:

    ```
     php craft migrate/up --plugin=ss-user-import-export

    ```
4. In the Craft CMS Control Panel, go to Settings → Plugins and click the “Install” button for SS User Import Export:

SS User Import Export features
------------------------------

[](#ss-user-import-export-features)

- Easy to install and easy to use.
- No needed any extra configuration.
- Export only the data you need.
- User migration from one site to other.
- Export user fields data if user fields added.
- Export user as per your choice like only active users export.
- Field mapping is available while importing users.
- Choice to Send Activation Email for newly imported Active Users.

Configuring SS User Import Export
---------------------------------

[](#configuring-ss-user-import-export)

- Craft Pro version is required because multiple users supported only in the pro version.
- After plugin installed go to the plugin settings. If plugin not installed then first install plugin from settings &gt; plugins.
- Importing a CSV file format:

    - Firts row in the CSV file must be heading.

    [![csv-example](https://camo.githubusercontent.com/6b9766cc0ca19abf38ea8fd0fb3af6157d3d52c21733de0ca705dd7af2584982/687474703a2f2f6461746164617a7a6c652e636f6d2f7373706c7567696e2f6373762d666f726d61742e6a706567)](https://camo.githubusercontent.com/6b9766cc0ca19abf38ea8fd0fb3af6157d3d52c21733de0ca705dd7af2584982/687474703a2f2f6461746164617a7a6c652e636f6d2f7373706c7567696e2f6373762d666f726d61742e6a706567)

Using SS User Import Export
---------------------------

[](#using-ss-user-import-export)

**Export**

```
- Export users using group wise or all the users in the CSV file.
- You can able to enter file name and save exporting file as per your choice name.
- Select status for example only active status users will export. If not selcet any one then all the users exported.

```

**Import**

```
-First, To import multiple users, you need to upload a CSV file.. You can create the CSV file or you can export a CSV file from Export tabs then edit it. Also mapping Field as necessary:

- The CSV file must include all of the columns in the following:
- Field mapping:
    - Username* : Username must be a unique and required field.
    - Email*    : Email must be a unique and valid otherwise users will not imported.
    - FirstName (Optional): Select value for first name otherwise empty added.
    - LastName  (Optional): Select value for last name otherwise empty added.
    - Group* : First you need to create a group after that add group handle value in the CSV file. if group value will empty or group handle value incorrect then Default User Group consider (Settings->Users->settings(Allow public registration?) ).
    - Status (Optional)  : Default value is pending. Status value should be active, pending, suspended.
    - Password (Optional): This field value is a simple string not a hashed values. If password value will empty and user status active then activation mail will send to your email address where password set link available.

-User fields:
    Supported fieldType is 'Plain Text', 'Radio Buttons', 'Dropdown', 'Lightswitch', 'Email', 'URL' and 'Number'.

```

SS User Import Export Roadmap
-----------------------------

[](#ss-user-import-export-roadmap)

Three are two tabs avaliable in plugin settings.

**(1) Export:**

```
You can able to select multiple groups and status.
If the group is not selected then all the users exported and the same thing will happen in the Status.

```

**(2) Import:** There are a few things need to understand.

```
- Username and Email are unique and required.
- Activation mail will only go if the proper email setting will be done( Settings < Email ).
- You have to manualy create user group and then use group handle value in the CSV file.
- Pending status: User Status is a pending then admin need to active user account after that user will be able to login.
                  But if password not import or empty while importing then admin need to Send Activation Mail manualy from CP.
- Active status:  Activation mail has been sent to user email address where user can able to set password.
		  But if password imported while user importing then use   r can able to directly login a account.

```

Brought to you by [ssplugin](http://www.systemseeders.com/)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~253 days

Recently: every ~304 days

Total

7

Last Release

679d ago

Major Versions

1.0.3 → 3.x-dev2022-06-04

1.0.4 → 2.0.02024-07-08

PHP version history (2 changes)1.0.4PHP ^8.0

2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/dba0b3a57fe8ae927cc12a47695eb344fa8ba6c62ceb0ba8b5eb12bdc2542373?d=identicon)[ssplugins](/maintainers/ssplugins)

---

Top Contributors

[![ssplugin](https://avatars.githubusercontent.com/u/47738902?v=4)](https://github.com/ssplugin "ssplugin (14 commits)")[![AmitSenjaliya](https://avatars.githubusercontent.com/u/36396124?v=4)](https://github.com/AmitSenjaliya "AmitSenjaliya (2 commits)")[![demoseed](https://avatars.githubusercontent.com/u/60099836?v=4)](https://github.com/demoseed "demoseed (1 commits)")[![ttempleton](https://avatars.githubusercontent.com/u/19421878?v=4)](https://github.com/ttempleton "ttempleton (1 commits)")

---

Tags

cmsCraftcraftcmscraft-pluginss user import exportuser migration

### Embed Badge

![Health badge](/badges/ssplugin-ss-user-import-export/health.svg)

```
[![Health](https://phpackages.com/badges/ssplugin-ss-user-import-export/health.svg)](https://phpackages.com/packages/ssplugin-ss-user-import-export)
```

###  Alternatives

[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[supercool/tablemaker

Create customizable and user-defined table fields.

40141.7k](/packages/supercool-tablemaker)[pennebaker/craft-architect

CraftCMS plugin to generate content models from JSON/YAML data.

72148.5k5](/packages/pennebaker-craft-architect)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
