Download the PHP package t3monitor/t3monitoring_client without Composer

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

TYPO3 CMS Extension "t3monitoring_client"

This extensions provides a client for the the extension t3monitoring.

Version matrix

TYPO3 Core VersionBranch (Versions)
11.3 - 13.4 9.0 - 10.5 7.0 - 8.7 4.5 - 6.1master (10.x) 9-10 (9.x) 7-8 4-5

Sponsors

Important

This extension is still beta and things might change!

Configuration

After installing the extension, configure the extension in the settings of the Extension Manager.

Secret

Define any secret you want as long as it is at least 5 chars long. Ideally you use a different secret per installation.

allowedIps

Define a comma separated list of IPs which are allowed to fetch the client data.

enableDebugForErrors

If set, the errors are outputted if you call `http://yourdomain.tld/?eID=t3monitoring&secret=<yoursecret>`. This can help to identify problems.

Important: Turn this setting only on for testing and disable it afterwards!

Extending the client

It is possible to extend the client and provide additional data which can be displayed later in the master installation.

Things might change there, so no manual about it yet.


All versions of t3monitoring_client with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^11 || ^12 || ^13
typo3/cms-reports Version ^11 || ^12 || ^13
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 t3monitor/t3monitoring_client contains the following files

Loading the files please wait ....