Download the PHP package ssplugin/ss-user-import-export without Composer

On this page you can find all versions of the php package ssplugin/ss-user-import-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ss-user-import-export

SS User Import Export plugin for Craft CMS 5.x

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

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

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

Configuring 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

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


All versions of ss-user-import-export with dependencies

PHP Build Version
Package Version
Requires craftcms/cms Version ^5.0.0
php Version ^8.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ssplugin/ss-user-import-export contains the following files

Loading the files please wait ....