Download the PHP package tm/php-metrics-monitor without Composer

On this page you can find all versions of the php package tm/php-metrics-monitor. 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 php-metrics-monitor

php-metrics-monitor

No Maintenance Intended

The metrics-monitor is a simple tool to visualize metrics across various projects. So you can see the trend on one monitor.

At the time it can visualize the the following metrics:

Further metrics are planned. Please look at the roadmap or feel free to contact me.

Demo

Install

As Phar (Recommended for single-user)

You can install the monitor with these two simple commands:

The only requirement is PHP >= 5.5.0

From source (Recommended for multi-user)

In case that multiple users want an access to the monitor you should build up from source on an accesssible system. For example you can create a vHost on the Jenkins CI.

The requirements are:

To build the project do the following:

After these steps you can play with memo:

To build your own phar do this in the project directory:

Now you can found your own phar in the build directory.

Usage

Add entries

To add entries for further visualization run the following command:

The "slug" option are optional. The default is "GENERAL".

This task can also automatically done by a CI system such as Jenkins. Please look at the wiki page to see integration examples.

Show diagrams

To visualize the results simple run the following command:

After this you can access the GUI via browser. By default the address are http://localhost:8000.

If you want permanent access to the GUI then take a look at this wiki page.

Security

You can download Tommy's public key and verify the signature (memo.phar.sig) of the memo.phar.

Roadmap

1.1.0 (Planned release in mid-July)

Changelog

[1.0.0]

Contributing

Please refer to CONTRIBUTING.md for information on how to contribute.


All versions of php-metrics-monitor with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
ext-dom Version *
silex/silex Version ^1.0
symfony/console Version ~2.1
symfony/process Version ~2.1
twig/twig Version 1.9.*
doctrine/dbal Version 2.5.4
erusev/parsedown Version ^1.6
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 tm/php-metrics-monitor contains the following files

Loading the files please wait ....