PHPackages                             wikimedia/excimer-ui-server - 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. wikimedia/excimer-ui-server

ActiveLibrary

wikimedia/excimer-ui-server
===========================

Excimer UI server

v0.1.1(3y ago)3191Apache-2.0PHPPHP &gt;=7.3

Since Apr 22Pushed 2mo ago19 watchersCompare

[ Source](https://github.com/wikimedia/performance-excimer-ui-server)[ Packagist](https://packagist.org/packages/wikimedia/excimer-ui-server)[ RSS](/packages/wikimedia-excimer-ui-server/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

excimer-ui-server
=================

[](#excimer-ui-server)

Getting started
---------------

[](#getting-started)

1. **Download.**Require [wikimedia/excimer-ui-server](https://packagist.org/packages/wikimedia/excimer-ui-server) from Packagist.org, or run `composer install --prefer-stable --no-dev` in this directory to fetch the dependencies.
2. **Create database schema.**We recommended creating a dedicated mysql user and database. Refer to [tables.sql](tables.sql) for the schema.
3. **Expose `public_html/` from a web server.**Either as the document root for an entire domain, or from a subdirectory.

Configuration options
---------------------

[](#configuration-options)

### Prety URLs

[](#prety-urls)

When using choosing a subdirectory, we recommend using an `Alias`in your Apache httpd configuration. This produces URLs like

```

Alias /excimer /var/www/excimer-ui-server/public_html/index.php

```

Alternatively, if you use the document root, or if you don't have root access to Apache httpd config (i.e. only `.htaccess`), then you can use a RewriteRule:

```
RewriteEngine On
RewriteRule ^/excimer/(.*)$ /excimer/index.php

```

### Load config from `/etc/`

[](#load-config-from-etc)

If you install Excimer UI from Git, you can place the configuration file at `config/config.json`, which is automatically discovered.

To read it from a custom location, set the `EXCIMER_CONFIG_PATH`environment variable. Example for Apache:

```
SetEnv EXCIMER_CONFIG_PATH=/etc/excimer-ui-server/config.json

```

Local development
-----------------

[](#local-development)

This requires PHP 7.4+ and a MariaDB (or MySQL) server on localhost.

- Create database and user: `mysql < install_dev.sql`
- Create table from schema: `mysql -D excimer < tables.sql`
- Run `composer serve`

You can now access .

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance57

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

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

Total

2

Last Release

1120d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/716c86d71cbf921e7912a505f89d799de398fc0a3af0bd4c8862834b2d642bd7?d=identicon)[wikimedia](/maintainers/wikimedia)

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

---

Top Contributors

[![Krinkle](https://avatars.githubusercontent.com/u/156867?v=4)](https://github.com/Krinkle "Krinkle (12 commits)")[![umherirrender](https://avatars.githubusercontent.com/u/1174884?v=4)](https://github.com/umherirrender "umherirrender (5 commits)")[![supertassu](https://avatars.githubusercontent.com/u/9721638?v=4)](https://github.com/supertassu "supertassu (4 commits)")[![tstarling](https://avatars.githubusercontent.com/u/389141?v=4)](https://github.com/tstarling "tstarling (4 commits)")[![thiemowmde](https://avatars.githubusercontent.com/u/6576639?v=4)](https://github.com/thiemowmde "thiemowmde (1 commits)")[![mszabo-wikia](https://avatars.githubusercontent.com/u/2721291?v=4)](https://github.com/mszabo-wikia "mszabo-wikia (1 commits)")[![jdforrester](https://avatars.githubusercontent.com/u/881572?v=4)](https://github.com/jdforrester "jdforrester (1 commits)")

### Embed Badge

![Health badge](/badges/wikimedia-excimer-ui-server/health.svg)

```
[![Health](https://phpackages.com/badges/wikimedia-excimer-ui-server/health.svg)](https://phpackages.com/packages/wikimedia-excimer-ui-server)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M273](/packages/sentry-sentry)[google/cloud

Google Cloud Client Library

1.2k16.2M53](/packages/google-cloud)[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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