PHPackages                             lizmap/lizmap-wps-web-client - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lizmap/lizmap-wps-web-client

ActiveJelix-module[Utility &amp; Helpers](/categories/utility)

lizmap/lizmap-wps-web-client
============================

Jelix modules to add WPS Web Client.

0.5.3(11mo ago)123599[8 PRs](https://github.com/3liz/lizmap-wps-web-client-module/pulls)MPL-2.0JavaScriptCI passing

Since Nov 25Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/3liz/lizmap-wps-web-client-module)[ Packagist](https://packagist.org/packages/lizmap/lizmap-wps-web-client)[ Docs](http://3liz.com)[ Fund](https://www.3liz.com/en/contacts.html)[ RSS](/packages/lizmap-lizmap-wps-web-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)DependenciesVersions (17)Used By (0)

Lizmap WPS Web Client
=====================

[](#lizmap-wps-web-client)

[![🔤 Lint](https://github.com/3liz/lizmap-wps-web-client-module/actions/workflows/lint.yml/badge.svg)](https://github.com/3liz/lizmap-wps-web-client-module/actions/workflows/lint.yml)[![🚀 Release](https://github.com/3liz/lizmap-wps-web-client-module/actions/workflows/release.yml/badge.svg)](https://github.com/3liz/lizmap-wps-web-client-module/actions/workflows/release.yml)[![Packagist](https://camo.githubusercontent.com/1a9158b64f35aaad5c1d41d0327a8629eb9774ffe5382d518b41a660939c5f03/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c697a6d61702f6c697a6d61702d7770732d7765622d636c69656e74)](https://packagist.org/packages/lizmap/lizmap-wps-web-client)

Lizmap WPS Web Client is a Lizmap module to add a WPS panel into [Lizmap Web Client](https://github.com/3liz/lizmap-web-client/).

This is an example showing the QGIS Processing Buffer algorithm, exposed as a WPS algorithm within Lizmap Web Client:

[![Screenshot](docs/media/wps-panel.png)](docs/media/wps-panel.png)

[![Screenshot](docs/media/screenshot.png)](docs/media/screenshot.png)

[![Demo gif](docs/media/demo.gif)](docs/media/demo.gif)

It's also providing another panel showing you the results which have been executed on the Lizmap instance.

Installation
------------

[](#installation)

Since version 0.1.1, it is recommended to install the module with [Composer](https://getcomposer.org), the package manager for PHP. If you can't use it or if you are using Lizmap 3.3 or lower, use the manual way to install the module (jump to the corresponding section below)

### Automatic installation with Composer and lizmap 3.4 or higher

[](#automatic-installation-with-composer-and-lizmap-34-or-higher)

- into `lizmap/my-packages`, create the file `composer.json` (if it doesn't exist) by copying the file `composer.json.dist`, and install the module with Composer:

```
cp -n lizmap/my-packages/composer.json.dist lizmap/my-packages/composer.json
composer require --working-dir=lizmap/my-packages "lizmap/lizmap-wps-web-client"
```

- If you are using Lizmap 3.6 or higher, execute

```
php lizmap/install/configurator.php wps
```

- Then for any version, execute Lizmap install scripts into `lizmap/install/` :

```
php lizmap/install/installer.php
./lizmap/install/clean_vartmp.sh
./lizmap/install/set_rights.sh
```

Go to the "Configuration" section.

### Manual installation into lizmap 3.3 or 3.4 without Composer

[](#manual-installation-into-lizmap-33-or-34-without-composer)

- Download the zip archive from the [release page into GitHub](https://github.com/3liz/lizmap-wps-web-client-module/releases).
- Extract files from the archive and copy the directory `wps` into `lizmap/lizmap-modules/` of Lizmap.
- Edit the file `lizmap/var/config/localconfig.ini.php` to add this into the `[modules]` section

```
wps.access=2
```

- Then execute Lizmap install scripts into `lizmap/install/` :

```
php lizmap/install/installer.php
./lizmap/install/clean_vartmp.sh
./lizmap/install/set_rights.sh
```

configuration
-------------

[](#configuration)

Add a section `[wps]` in your `localconfig.ini.php` and add the variables:

```
[wps]
wps_root_url=http://wps:8080
wps_rootDirectories=/projects/wps

redis_host=localhost
redis_port=6379
redis_key_prefix=lzmwps
redis_db=1
ows_url=http://map:8080
restrict_to_config_projects=off
restrict_to_authenticated_users=off
enable_job_realm=off
admin_job_realm=
```

The WPS configuration:

- `wps_root_url` is the URL of the WPS service
- `wps_rootDirectories` is the path of the directories defined for the WPS Service MAP

The redis configuration for saving process status: uuid, INPUTS, OUTPUTS.

- `redis_host` the redis host to use
- `redis_port` the redis port to use
- `redis_db` the redis database to use
- `redis_key_prefix` the redis key prefix to use

The OWS proxy configuration:

- `ows_url` is the URL of the OWS service used by the WPS service

The availability of WPS algorithms in the Lizmap Web Client web maps

- `restrict_to_config_projects` the module is not enabled for projects without a json config for processes.
- `restrict_to_authenticated_users` the module is not enabled if the user is not authenticated.
- `enable_job_realm` enable job access control by associating a realm token to each job. Job realm will be built at user level.
- `admin_job_realm` administrator realm token. It allows bearer to bypass any other token.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance70

Regular maintenance activity

Popularity25

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~185 days

Recently: every ~83 days

Total

10

Last Release

333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae8142be36568660282368ce7c1eec904ecbc515ab5b58c759a487f3a6f1d114?d=identicon)[laurentj](/maintainers/laurentj)

![](https://www.gravatar.com/avatar/baa42c7323bbc9245b0c70f770031383879941a1a813f678f2835699fd50b375?d=identicon)[mdouchin](/maintainers/mdouchin)

![](https://www.gravatar.com/avatar/85344d4f49b7045f32ec35ce2221ecf9460ed6bdbf37c84e31e3d130c75c3dbf?d=identicon)[rldhont](/maintainers/rldhont)

![](https://www.gravatar.com/avatar/a0b83da0e0c151775559af4a0b74e0f9bff76a4f136713ab99e8fa29c59dfc37?d=identicon)[nboisteault](/maintainers/nboisteault)

---

Top Contributors

[![rldhont](https://avatars.githubusercontent.com/u/1575538?v=4)](https://github.com/rldhont "rldhont (97 commits)")[![Gustry](https://avatars.githubusercontent.com/u/1609292?v=4)](https://github.com/Gustry "Gustry (31 commits)")[![nboisteault](https://avatars.githubusercontent.com/u/2145040?v=4)](https://github.com/nboisteault "nboisteault (26 commits)")[![laurentj](https://avatars.githubusercontent.com/u/336034?v=4)](https://github.com/laurentj "laurentj (18 commits)")[![dmarteau](https://avatars.githubusercontent.com/u/1822286?v=4)](https://github.com/dmarteau "dmarteau (18 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (18 commits)")[![nworr](https://avatars.githubusercontent.com/u/43475951?v=4)](https://github.com/nworr "nworr (7 commits)")

---

Tags

javascriptlizmapphpqgisqgis-processingqgis-serverwpsmodulejelixlizmapwps

### Embed Badge

![Health badge](/badges/lizmap-lizmap-wps-web-client/health.svg)

```
[![Health](https://phpackages.com/badges/lizmap-lizmap-wps-web-client/health.svg)](https://phpackages.com/packages/lizmap-lizmap-wps-web-client)
```

PHPackages © 2026

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