PHPackages                             luar/php-excimer - 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. luar/php-excimer

ActiveLibrary

luar/php-excimer
================

Implements the MediaWiki Excimer class for ease of use. Generate a json file that you can upload to speedscope.app to view the profile.

v1.1.1(1y ago)23.3k↓19.4%MITPHPPHP &gt;=7.2

Since Apr 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/laarranz/php-excimer)[ Packagist](https://packagist.org/packages/luar/php-excimer)[ RSS](/packages/luar-php-excimer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

PHP Excimer
===========

[](#php-excimer)

This package implements the [MediaWiki Excimer](https://www.mediawiki.org/wiki/Excimer) class for ease of use. Generate a json file that you can upload to [speedscope.app](https://www.speedscope.app/) to view the profile.

- [PHP Excimer](#php-excimer)
    - [Installation](#installation)
    - [Usage](#usage)
    - [Links](#links)

### Installation

[](#installation)

Require PHP 7.2 and requires installing the excimer extension in your php.ini.

```
extension=excimer.so
```

Installation with composer.

```
composer require luar/php-excimer
```

### Usage

[](#usage)

To use it simply include the following in php file:

Use:

```
use Luar\Excimer;
```

For profiling

```
Excimer::trace('/var/profiles/', 'filename', $_SERVER['REQUEST_URI']);
```

For a save a CSV file with time and memory used.

```
Excimer::startTimer('/var/metrics/', 'php-memory-usage');
```

### Links

[](#links)

-
-

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

3

Last Release

719d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/707035f6b8cd048670b2c7509eaeca01fe7fadeb24ae3d01b4c981e7d4cb082b?d=identicon)[laarranz](/maintainers/laarranz)

---

Top Contributors

[![laarranz](https://avatars.githubusercontent.com/u/4221875?v=4)](https://github.com/laarranz "laarranz (5 commits)")

### Embed Badge

![Health badge](/badges/luar-php-excimer/health.svg)

```
[![Health](https://phpackages.com/badges/luar-php-excimer/health.svg)](https://phpackages.com/packages/luar-php-excimer)
```

PHPackages © 2026

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