Download the PHP package sallyx/rabbitmq-logger without Composer

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

Rabbitmq Logger

Log error and exceptions int rabbitmq exchange.

Latest stable

Rabbitmq Logger provides two extensions for Nette Framework.

Installation

Requirements

sallyx/rabbitmq-logger requires PHP 5.4 or higher.

Suggests

If you want to use ConsumerExtension to save logs into database:

If you want to use ConsumerExtension to provide Grid to show saved messages:

Installation

The best way to install sallyx/rabbitmq-logger is using Composer:

Configuration

First you need to configure Kdyby/RabbitMq. A least the connection:

If you want to use RabbitMqLoggerExtension to log error messages, add and configure it like this:

This is the default configuration for RabbitMqLoggerExtension:

If you use direct exchange, the routing key is in form priority, where priority is error or exception. If you use topic exchange, the routing key is in form priority.guid

If you want to use ConsumerExtension, you have to add Kdyby/Console and/or Kdyby/Doctrine extensions and configure it (please have a look at the documentation for this extensions):

This is the default configuration for ConsumerExtension:

If you want to get an easy acces to your logged exceptions, you can add this to RabbitMqLoggerExtension configuration:

This create route in your web application, which provides access to your error messages saved in log in form http://example.org/get-tracy-exception-file?secret=xxx&file=name_of_the_file

To use this in the grid, add this to ConsumerExtension configuration:

Setup

You have to create exchange for RabbitMqLoggerExtension and queue for ConsumerExtension. If you want to use ConsumerExtension to save messages to database, you also have to create the schema and table.

If you have installed Kdyby/Console, you can use rabbitmq:setup-fabric command from Kdyby/RabbitMq extension to setup exchange and queue:

To create the database table, you can use structure-psql.sql for Postgresql and structure-mysql.sql for Mysql/MariaDB.

Using RabbitMqLoggerExtension

No futher action needed. Your project should log messages into rabbitmq exhange as configured.

Using ConsumerExtension

Using Console

If you installed Kdyby/Console extension, you can use this commands:

While rabbitmqLoggerConsumer:save takes messages from queue described in configuration, rabbitmqLoggerConsumer:list require queue name as argument to avoid accidentally removing message from queue. You can use rabbitmqLoggerConsumer:queue to create new queue.

Using Grid

In a presenter:

In latte:

You need to add assets as described on https://ublaboo.org/datagrid/ page.

Result:


All versions of rabbitmq-logger with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
kdyby/rabbitmq Version ^1.1
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 sallyx/rabbitmq-logger contains the following files

Loading the files please wait ....