PHPackages                             phmlabs/missingrequest - 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. phmlabs/missingrequest

ActiveLibrary

phmlabs/missingrequest
======================

Head outputs all http header information for a given website

3.0.5(9y ago)682[2 issues](https://github.com/phmLabs/MissingRequest/issues)PHPPHP &gt;= 5.4.0

Since Nov 12Pushed 8y ago4 watchersCompare

[ Source](https://github.com/phmLabs/MissingRequest)[ Packagist](https://packagist.org/packages/phmlabs/missingrequest)[ RSS](/packages/phmlabs-missingrequest/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (8)Versions (62)Used By (0)

MissingRequest
==============

[](#missingrequest)

MissingRequest is a tool for checking if given urls are producing a defined set of http requests.

The tool is based on phantomJS and is able to execute javascript so you can be sure *all* the requests are called.

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

[](#installation)

Installation of MissingRequest is easy. Just download the phar archive and run the tool.

```
curl -O -LSs http://pharchive.phmlabs.com/archive/phmLabs/MissingRequest/current/Missing.phar && chmod +x Missing.phar

```

Additionally phantomJS must be installed. If not already done you can find the installation guide here: .

Commands
--------

[](#commands)

### run

[](#run)

The run command runs checks if a given list of urls produce the right requests.

*Example*

```
Missing.phar run example/requests.list -o /tmp/test.xml -f xunit

```

This example will create a xunit conform xml file that can be read by the most continuous integration servers such as jenkins or bamboo.

### info

[](#info)

The info command can be used to show all requests an url triggers when called.

*Example*

```
Missing.phar info http://www.amilio.de

```

### create

[](#create)

The create command is used to create a config file. It calls an url an adds all triggered requests to the given yaml file. Afterwards you can remove the optional requests.

*Example*

```
Missing.phar create http://www.amilio.de /tmp/amilio.yml

```

If the amilio.yml file already exists it will be overwritten.

Configuration
-------------

[](#configuration)

*Example*

This example will check if the two urls (`www.amilio.de/ and www.amilio.de/blog/2015/`) produce requests against google, amilio and any given .de domain.

```
# amilio_example.yml
urls:
  startpage:
    url: http://www.amilio.de
    requests:
      - http://www.google.com
      - http://www.amilio.de
      - www.(.*).de
  blog:
    url: http://www.amilio.de/blog/2015/
    requests:
      - http://www.amilio.de
      - www.(.*).de
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~8 days

Total

62

Last Release

3343d ago

Major Versions

0.12.0 → 1.0.02016-08-12

1.2.2 → 2.0.02017-02-15

2.3.0 → 3.0.02017-02-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/484ac8fdab8874b46d6890cba143e75f6ed5369749d35c76a8ca87fa5857ebc0?d=identicon)[phmLabs](/maintainers/phmLabs)

---

Top Contributors

[![phmLabs](https://avatars.githubusercontent.com/u/650537?v=4)](https://github.com/phmLabs "phmLabs (20 commits)")[![phphatesme](https://avatars.githubusercontent.com/u/207413?v=4)](https://github.com/phphatesme "phphatesme (4 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

### Embed Badge

![Health badge](/badges/phmlabs-missingrequest/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[drupal/core

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

19462.3M1.3k](/packages/drupal-core)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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