Download the PHP package waldema/holmes-web without Composer

On this page you can find all versions of the php package waldema/holmes-web. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package holmes-web

Holmes web application

Holmes is a software to detect images in another images using JavaCV and OpenCV. https://github.com/waldemarnt/holmes

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

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

Downloading via composer

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

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

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.

Libs

We use 3 libs to make it happens


All versions of holmes-web with dependencies

PHP Build Version
Package Version
Requires silex/silex Version ~1.2
symfony/symfony Version ~2.6
deralex/yaml-config-service-provider Version ~1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package waldema/holmes-web contains the following files

Loading the files please wait ....