Site Profile Exporter

Enables exporting of ProcessWire site profiles for sharing or distribution with others.

Profile Exporter for ProcessWire 3.x

This module exports an installable site profile of your site. It essentially enables you take any site and create files that the ProcessWire installer will recognize when installing a new copy of ProcessWire. This is the tool that is used to export all of the ProcessWire core site profiles.

About site profiles


Site profiles exported by this tool include the following:

  • The site database (but no caches and users)
  • Files associated with pages (/site/assets/files/)
  • Configuration file (/site/config.php), but no DB connection info
  • Template files and related assets (/site/templates/*)
  • Installed site modules (/site/modules/), except for this one
  • Installed custom Page classes (/site/classes/), when used
  • System files in /site/ (ready.php, init.php, finished.php, etc.)

Site profiles do not include users or files not associated with pages (i.e. cache files, log files, etc.). Essentially, a site profile is meant to be a version of a site you can share with others, that contains no confidential data like user or password information.

How to use


Usage instructions are provided directly in the module when using it. After installing, go to "Setup > Export Site Profile" and it will guide you through the rest.

Using a custom install/finish.php file

ProcessWire 3.0.191+ supports a /site/install/finish.php file in the site profile which is a plain PHP file that has access to most site API variables and can perform any finishing touches on the site. It is called after the installer finishes but before it deletes installer assets and displays the final status messages to the user.

After exporting a site profile, feel free to modify the default install/finish.php file to suit your needs.


Copyright 2024 by Ryan Cramer

More modules by Ryan Cramer

  • Hanna Code

    Easily insert any complex HTML, Javascript or PHP output in your ProcessWire content by creating your own Hanna code tags.
  • Form Builder PRO

    Building front-end forms on your website has never been so simple. ProcessWire Form Builder lets you create, edit and publish forms with no development necessary.
  • ProCache PRO

    ProCache provides the ultimate performance for your website by completely bypassing PHP and MySQL and enabling your web server to deliver pages of your ProcessWire site as if they were static HTML…
  • ProcessWire Upgrade

    Tool that helps you identify and install core and module upgrades.
  • Site Profile Exporter

    Enables exporting of ProcessWire site profiles for sharing or distribution with others.
  • Map Marker (Google Maps)

    This Fieldtype for ProcessWire 2.1+ holds an address or location name, and automatically geocodes the address to latitude/longitude using Google Maps API.
  • Video embed for YouTube/Vimeo

    Enables translation of YouTube or Vimeo URLs to full embed codes, resulting in a viewable video in textarea fields you apply it to. Now with support for responsive videos too.
  • Import Pages from CSV files

    Enables you to import CSV files to create pages.
  • Database Backups

    Create and/or restore database backups from the ProcessWire admin.

All modules by Ryan Cramer

Install and use modules at your own risk. Always have a site and database backup before installing new modules.