PHPackages                             uiii/processwire - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. uiii/processwire

ActivePw-core[Framework](/categories/framework)

uiii/processwire
================

3.0.255(2y ago)114.1k1MITShellCI passing

Since Nov 16Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/uiii/processwire)[ Packagist](https://packagist.org/packages/uiii/processwire)[ Fund](https://flattr.com/@uiii)[ Fund](https://paypal.me/richardjedlicka)[ RSS](/packages/uiii-processwire/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (24)Used By (0)

Composer package for ProcessWire CMS installation
=================================================

[](#composer-package-for-processwire-cms-installation)

[![Packagist](https://camo.githubusercontent.com/9c47112cce71759fb5fbe73329086d7d2ee13e916abd7622ddd10583f669e30f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f756969692f70726f63657373776972652e737667)](https://packagist.org/packages/uiii/processwire)[![Flattr](https://camo.githubusercontent.com/21a18fc0a9e1bf1deabe98c8eace0a7f15517d634e24f17793ec66437c60e9f7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f666c617474722d646f6e6174652d79656c6c6f77)](https://flattr.com/@uiii)[![Paypal](https://camo.githubusercontent.com/785637b3010e594e5d1c6da5c6fca52a54c504949a1443ef98932e78e872d1ad/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70617970616c2d646f6e6174652d79656c6c6f77)](https://paypal.me/richardjedlicka)

Using this package you can easily install ProcessWire to your project. This works differenty from the official [processwire/processwire](https://packagist.org/packages/processwire/processwire) composer package, where the official package just places the PW copy into `vendor/processwire/processwire`, this installs the PW directly to the project's root (thanks to [uiii/pw-core](https://github.com/uiii/pw-core)).

Why all this?
-------------

[](#why-all-this)

It is not easy (if event possible) to run PW instance with `wire` and `site` folders in different locations. So if the PW is under `vendor` directory your `site` folder must too.

This package solves this by changing the PW install location to project's root next to your `site` folder.

Usage
-----

[](#usage)

Just set the required PW version as composer dependency:

```
composer require uiii/processwire:

```

> #### Completely new installation
>
> [](#completely-new-installation)
>
> If you haven't set up the PW yet (`site/assets/installed.php` doesn't exist), all files required for initial PW setup will be installed. Afterwards continue the setup in the browser.

> #### Already existing `site` folder
>
> [](#already-existing-site-folder)
>
> If you have set up PW before and you have your `site` folder already present, only the files required for running the site will be installed (`wire`, `index.php`, `.htaccess`).
>
> Old `index.php` and `.htaccess` will be backuped with `.bak` extension

Now when you deploy your site, install all your dependencies (PW included) with `composer install`.

> **NOTE:** It is reasonable to config your VCS to ignore the `wire` directory.

### Updating existing installation

[](#updating-existing-installation)

Updating is easy, just require new version: `composer require uiii/processwire:`

### Set different install path

[](#set-different-install-path)

By default PW is installed in the root directory (next to the `composer.json` file). You change the install path by setting the `pw-install-path` extra parameter in `composer.json`:

```
"extra": {
	"pw-install-path": "path/to/install"
}
```

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance48

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

22

Last Release

743d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/179219?v=4)[Richard Jedlička](/maintainers/uiii)[@uiii](https://github.com/uiii)

---

Top Contributors

[![uiii](https://avatars.githubusercontent.com/u/179219?v=4)](https://github.com/uiii "uiii (25 commits)")

---

Tags

composerprocesswire

### Embed Badge

![Health badge](/badges/uiii-processwire/health.svg)

```
[![Health](https://phpackages.com/badges/uiii-processwire/health.svg)](https://phpackages.com/packages/uiii-processwire)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
