Download the PHP
package raicem/wefg without Composer
On this page you can find all versions of the php package
raicem/wefg. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor raicem Package wefg Short Description WEFG (WordPress Export File Generator) allows developers to programmatically create WXR files for migrating data to WordPress. License
GPL-2.0-or-later
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.
A PHP library for programmatically creating WXR (WordPress eXtended RSS) files. Use it to migrate content from any source — a legacy CMS, a database, an API — into WordPress.
WEFG generates a standard WXR XML file that can be imported using the built-in WordPress Importer plugin.
Installation
Requires PHP 7.4+ and the DOM extension (included with most PHP installations).
Quick Start
Then import export.xml via Tools > Import > WordPress in wp-admin, or with WP-CLI:
Usage
Authors
Posts and Pages
Use post_type: 'page' for pages, or any custom post type string.
Categories, Tags, and Custom Taxonomies
Define taxonomy terms at the file level, then reference them on posts.
Non-ASCII names: When a category, tag, or term name contains non-ASCII characters, pass an array with explicit name and slug keys. The default slug derivation does not transliterate, so Müze would become müze instead of muze, breaking WordPress matching.
Attachments
During import, WordPress downloads the file from attachment_url and sets it as the post's featured image via the _thumbnail_id meta.
Important: WordPress's importer rejects http://localhost URLs. Use http://127.0.0.1 when serving files locally.
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 raicem/wefg contains the following files
Loading the files please wait ...
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.