Download the PHP package metabolism/wordpress-advanced-importer without Composer

On this page you can find all versions of the php package metabolism/wordpress-advanced-importer. 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 wordpress-advanced-importer

=== WordPress Importer === Contributors: wordpressdotorg Donate link: https://wordpressfoundation.org/donate/ Tags: importer, wordpress Requires at least: 3.6 Tested up to: 5.2 Stable tag: 0.6.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.

== Description ==

The WordPress Importer will import the following content from a WordPress export file:

For further information and instructions please see the Codex page on Importing Content

== Installation ==

The quickest method for installing the importer is:

  1. Visit Tools -> Import in the WordPress dashboard
  2. Click on the WordPress link in the list of importers
  3. Click "Install Now"
  4. Finally click "Activate Plugin & Run Importer"

If you would prefer to do things manually then follow these instructions:

  1. Upload the wordpress-importer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to the Tools -> Import screen, click on WordPress

== Changelog ==

= 0.6.4 =

= 0.6.3 =

= 0.6.2 =

= 0.6 =

= 0.5.2 =

= 0.5 =

= 0.4 =

= 0.3 =

= 0.1 =

== Upgrade Notice ==

= 0.6 = Support for exports from WordPress 3.4.

= 0.5.2 = Fix incorrect error message when the export file could not be uploaded.

= 0.5 = Import comment meta and other minor bugfixes and enhancements.

= 0.4 = Bug fixes for attachment importing and other small enhancements.

= 0.3 = Upgrade for a more robust and reliable experience when importing WordPress export files, and for compatibility with WordPress 3.1.

== Frequently Asked Questions ==

= Help! I'm getting out of memory errors or a blank screen. = If your exported file is very large, the import script may run into your host's configured memory limit for PHP.

A message like "Fatal error: Allowed memory size of 8388608 bytes exhausted" indicates that the script can't successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.

For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and/or run the process directly from their end.

-- WordPress Codex: Importing Content

== Filters ==

The importer has a couple of filters to allow you to completely enable/block certain features:

There are also a few actions available to hook into:


All versions of wordpress-advanced-importer 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 metabolism/wordpress-advanced-importer contains the following files

Loading the files please wait ....