Download the PHP package inspector-apm/inspector-codeigniter without Composer
On this page you can find all versions of the php package inspector-apm/inspector-codeigniter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inspector-apm/inspector-codeigniter
More information about inspector-apm/inspector-codeigniter
Files in inspector-apm/inspector-codeigniter
Package inspector-codeigniter
Short Description Code Execution Monitoring for CodeIgniter applications.
License MIT
Informations about the package inspector-codeigniter
Inspector | Code Execution Monitoring tool
Connect CodeIgniter 4 applications to the Inspector monitoring dashboard.
Official maintainer
This library was built in collaboration with Prysis - [email protected]
Installation
Install the latest version using the composer command below:
Run the install command to publish the Inspector.php
configuration file in your application app/Config
directory:
Configure the Ingestion Key
Add the environment variable below to your .env
file in order to make your application able to send data to your dashboard.
You can get a new Ingestion Key by creating a new app in your account: https://app.inspector.dev
HTTP Request Monitoring
The package provides your application with the inspector
filter that you can use to monitor
incoming HTTP requests.
We highly recommend to add inspector
to the global filters in your app/Config/Filter.php
configuration class
in order to monitor all HTTP requests:
You can eventually turn off monitoring using the
ignoreRoutes
configuration property: https://docs.inspector.dev/guides/codeigniter/configuration#ignore-routes
Verify And Deploy
Run the command below to check if your system is properly configured. If all checks are green you can deploy the update in your production environment.
Helper
We highly recommend adding the helper in the Config/Autoload.php
configuration class to make it available
globally into the application:
The helper provides a shortcut to the inspector instance to monitor custom code blocks or manually report specific exceptions.
Official documentation
Check out the official documentation
Contributing
We encourage you to contribute to Inspector! Please check out the Contribution Guidelines about how to proceed. Join us!
LICENSE
This package is licensed under the MIT license.
All versions of inspector-codeigniter with dependencies
codeigniter4/framework Version ^4.0
inspector-apm/inspector-php Version ^3.7