Download the PHP package rb-cohen/import-users-from-csv without Composer

On this page you can find all versions of the php package rb-cohen/import-users-from-csv. 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 import-users-from-csv

=== Import Users from CSV === Contributors: sorich87 Tags: user, users, csv, batch, import, importer, admin Requires at least: 3.1 Tested up to: 3.6 Stable tag: 1.0.0

Import users from a CSV file into WordPress

== Description ==

I needed to batch import users into WordPress but I didn't find any plugin which would import all the user data fields as well as user meta.

This plugin allows you to import users from an uploaded CSV file. It will add users with basic information as well as meta fields and user role.

You can also choose to send a notification to the new users and to display password nag on user login.

Check out my other free plugins.

= Features =

For feature request and bug reports, please use the forums. Code contributions are welcome on Github.

== Installation ==

For an automatic installation through WordPress:

  1. Go to the 'Add New' plugins screen in your WordPress admin area
  2. Search for 'Import Users from CSV'
  3. Click 'Install Now' and activate the plugin
  4. Upload your CSV file in the 'Users' menu, under 'Import From CSV'

Or use a nifty tool by WordPress lead developer Mark Jaquith:

  1. Visit this link and follow the instructions.

For a manual installation via FTP:

  1. Upload the import-users-from-csv directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' screen in your WordPress admin area
  3. Upload your CSV file in the 'Users' menu, under 'Import From CSV'

To upload the plugin through WordPress, instead of FTP:

  1. Upload the downloaded zip file on the 'Add New' plugins screen (see the 'Upload' tab) in your WordPress admin area and activate.
  2. Upload your CSV file in the 'Users' menu, under 'Import From CSV'

== Frequently Asked Questions ==

= How to use? =

Click on the 'Import From CSV' link in the 'Users' menu, choose your CSV file, choose if you want to send a notification email to new users and if you want the password nag to be displayed when they login, then click 'Import'.

Each row in your CSV file should represent a user; each column identifies user data or meta data. If a column name matches a field in the user table, data from this column is imported in that field; if not, data is imported in a user meta field with the name of the column.

Look at the example.csv file in the plugin directory to have a better understanding of how the your CSV file should be organized. You can try importing that file and look at the result.

== Screenshots ==

  1. User import screen

== Changelog ==

= 1.0.0 =

= 0.5.1 =

= 0.5 =

= 0.4 =

= 0.3.2 =

= 0.3.1 =

= 0.3 =

= 0.2.2 =

= 0.2.1 =

= 0.2 =

= 0.1 =

== Upgrade Notice ==

= 0.5.1 =

= 0.5 =

= 0.4 =

= 0.3 = Bug fix, performance improvement and internationalization.

= 0.2.2 = Fix bug with users import when no user meta is set.

= 0.2.1 = Various bug fixes and documentation improvements.

= 0.2 = Code cleanup. Added readme.txt.

= 0.1 = First release.


All versions of import-users-from-csv with dependencies

PHP Build Version
Package Version
No informations.
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 rb-cohen/import-users-from-csv contains the following files

Loading the files please wait ....