Download the PHP package renesis-tech/monday-logger without Composer

On this page you can find all versions of the php package renesis-tech/monday-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 monday-logger

Laravel Monday Logger

Laravel monday logger is laravel plugin to send exception updates to Monday.com

Installation

This package is compatible with laravel 5.4+. Package can be installed using composer

Register Service Provider in your provider array of

Add Facade to your

Monday.com Configurations

Next you have to set monday.con configurations in file.

  1. Set monday.com V2 API key in .env file with key

  2. Set Monday.com Board ID with key

  3. Set Monday's Board group id with key

  4. Set to enable and disable monday.com logger, default is true.
!!!Without setting these configuration, package will not work.!!!

Here is how you can generate monday.com api v2 key Monday.com Developers.

Next you can publish configuration file by using this command

It will create configurations file in config directory of project with an array.

Usage

To log each exception to monday.com call MondayLogger facade report method in report function of

Important It will not log if you are using try catch method, You have to manually call MondayLogger report Method in catch case e.g.


All versions of monday-logger with dependencies

PHP Build Version
Package Version
Requires php Version >=7.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 renesis-tech/monday-logger contains the following files

Loading the files please wait ....