Download the PHP package rapideinternet/laravel-apm-events without Composer
On this page you can find all versions of the php package rapideinternet/laravel-apm-events. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rapideinternet/laravel-apm-events
More information about rapideinternet/laravel-apm-events
Files in rapideinternet/laravel-apm-events
Download rapideinternet/laravel-apm-events
More information about rapideinternet/laravel-apm-events
Files in rapideinternet/laravel-apm-events
Vendor rapideinternet
Package laravel-apm-events
Short Description Events Database for Laravel and ElasticSearch
License
Package laravel-apm-events
Short Description Events Database for Laravel and ElasticSearch
License
Please rate this library. Is it a good library?
Informations about the package laravel-apm-events
APM Events for Laravel
Scalable Events Database for Laravel
This is a rewrite of Buonzz\Evorg
Requirements
- PHP >= 7.0
- ElasticSearch Servers
Installation
require in composer.json
"rapide/apm-events": "2.*"
update composer by executing this in your project base folder
composer update
publish the config settings
edit config/apm-events.php
- app_id - is a unique number to identify your app
- app_name - is the unique name of your app
- prefix - is the index prefix of your app
- version - is the version of the schema's
- logging - setting this to true makes a log file for apm-events in app/storage/logs/apm-events.log , good for troubleshooting
- hosts - address of the elasticsearch servers (see http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/current/_configuration.html)
create the schemas in ElasticSearch
The application assumes that the Laravel Task scheduling cron entry is added in your crontab
Add the create indices to the scheduler
Usage
Insert a click for a particular thumbnail
Retrieve all click events
All versions of laravel-apm-events with dependencies
PHP Build Version
Package Version
The package rapideinternet/laravel-apm-events contains the following files
Loading the files please wait ....