PHPackages                             waldema/holmes-web - 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. waldema/holmes-web

ActiveLibrary

waldema/holmes-web
==================

v0.0.1(11y ago)012PHP

Since Dec 21Pushed 11y agoCompare

[ Source](https://github.com/waldemarnt/holmes-web)[ Packagist](https://packagist.org/packages/waldema/holmes-web)[ RSS](/packages/waldema-holmes-web/feed)WikiDiscussions master Synced 1mo ago

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

Holmes web application
======================

[](#holmes-web-application)

Holmes is a software to detect images in another images using JavaCV and OpenCV.

The Holmes Web, is a good way to make a service to create this images for you using the web, for example, varius websites can use the same holmes web to find images in images using the http protocol.

### Installation

[](#installation)

The Holmes web is a php application created using silex, and very easy to start.

Downloading via composer

```
$ composer require waldema/holmes-web
```

After download is done, rename your config.yaml.default to config.yaml and configure like this

settings:

```
holmes-binaries: 'C:\\java\\holmes.jar' //default jar location in your system

default-nest-image: localhost //not implemented yet

result-web-dir: 'http://localhost/holmes-web/images/matches/' //url to access matches folder from browser

debug: true //silex debug boolean

```

#### Using

[](#using)

after the installation is done, you can send the image and parameters using a similar url

[http://localhost/holmes-web/web/match\_images](http://localhost/holmes-web/web/match_images) // match\_images is the action

Send a post for this url passing this parameters

template: is a big image

nest: is a image to find in the template

width: is the width size of the new image

height: is the height of the new image

preview: is a boolean to show a window with the preview of created image, this preview is opened in the server.

After your post done , you will receive a response like this.

```
{
    "data": {
        "url": "http://localhost/holmes-web/images/matches/df08781cc6221daeff1b2d4d03fd63d9.jpg"
    },
    "status": "success"
}
```

```
{
    "data": {
    },
    "status": "error"
}
```

### Libs

[](#libs)

We use 3 libs to make it happens

- Holmes java
- bytedeco/javacv
- OpenCv

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4166d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4347b3e468f0bf579a7e4684e5c877c0151ac32fc0b93a6c111f84fd59219eaa?d=identicon)[waldemarnt](/maintainers/waldemarnt)

---

Top Contributors

[![waldemarnt](https://avatars.githubusercontent.com/u/5835706?v=4)](https://github.com/waldemarnt "waldemarnt (6 commits)")

### Embed Badge

![Health badge](/badges/waldema-holmes-web/health.svg)

```
[![Health](https://phpackages.com/badges/waldema-holmes-web/health.svg)](https://phpackages.com/packages/waldema-holmes-web)
```

###  Alternatives

[syonix/monolog-viewer

An easy-to-use viewer for log files generated by Monolog (https://github.com/Seldaek/monolog)

2756.1k](/packages/syonix-monolog-viewer)[pattern-builder/pattern-kit

2014.8k](/packages/pattern-builder-pattern-kit)[ed/blog-bundle

Symfony EDBlogBundle

348.4k](/packages/ed-blog-bundle)

PHPackages © 2026

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