Download the PHP package senikz/whmcs-sentry-integrations without Composer
On this page you can find all versions of the php package senikz/whmcs-sentry-integrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download senikz/whmcs-sentry-integrations
More information about senikz/whmcs-sentry-integrations
Files in senikz/whmcs-sentry-integrations
Download senikz/whmcs-sentry-integrations
More information about senikz/whmcs-sentry-integrations
Files in senikz/whmcs-sentry-integrations
Vendor senikz
Package whmcs-sentry-integrations
Short Description Provides the simplest way to integrate your WHMCS project with Sentry
License MIT
Package whmcs-sentry-integrations
Short Description Provides the simplest way to integrate your WHMCS project with Sentry
License MIT
Please rate this library. Is it a good library?
Informations about the package whmcs-sentry-integrations
Installation
Since the WHMCS is developed using a composer but without its configuration json file, there is no availability to use
vendor
folder for composer. Therefore we will addcustom
folder inside thevendor
and use it for our composer by addingvendor-dir
option.
Step-by-step actions to run composer over WHMCS in subfolder:
- Install Composer
- Run
cumposer init
to create composer.json file - Add
"vendor-dir": "vendor/custom"
into composer.json - Create folder
/vendor/custom
- Add the line below into the 5th line of
/vendor/autoload.php
After that it becomes possible to install Sentry Integration. To do this run the next command:
Configuration
- Turn On 'exceptions interceptor'. To do this modify the
use
block of the file/vendor/filp/whoops/src/Whoops/Exception/ErrorException.php
by changinguse ErrorException
touse \WhmcsSI\Exception\ErrorException
. -
Put the lines below into
/configuration.php
file: - Optionally you can also put the next lines too:
All versions of whmcs-sentry-integrations with dependencies
PHP Build Version
Package Version
Requires
sentry/sentry Version
^1.7
The package senikz/whmcs-sentry-integrations contains the following files
Loading the files please wait ....