PHPackages                             palzin-apm/palzin-codeigniter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. palzin-apm/palzin-codeigniter

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

palzin-apm/palzin-codeigniter
=============================

Real-Time monitoring Codeigniter package using Palzin Monitor (APM).

23.03.22(2y ago)07MITPHPPHP &gt;=7.2

Since Jun 11Pushed 2y agoCompare

[ Source](https://github.com/palzin-apm/palzin-codeigniter)[ Packagist](https://packagist.org/packages/palzin-apm/palzin-codeigniter)[ RSS](/packages/palzin-apm-palzin-codeigniter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Real-Time monitoring package using Palzin Monitor (APM)
=======================================================

[](#real-time-monitoring-package-using-palzin-monitor-apm)

[![Latest Stable Version](https://camo.githubusercontent.com/ae608bc2358b9cb84ecc99561c1137cdcbafea806cd03cf4f9cb2f4f5fd1c72f/68747470733a2f2f706f7365722e707567782e6f72672f70616c7a696e2d61706d2f70616c7a696e2d636f646569676e697465722f762f737461626c65)](https://packagist.org/packages/palzin-apm/palzin-codeigniter)[![License](https://camo.githubusercontent.com/7e1a13032155fb9db53a32e8cccdfbfc0ee4bec3d9bf25585dfc7b2ad60eeb5f/68747470733a2f2f706f7365722e707567782e6f72672f70616c7a696e2d61706d2f70616c7a696e2d636f646569676e697465722f6c6963656e7365)](//packagist.org/packages/palzin-apm/palzin-codeigniter)

Palzin Monitor offers real-time performance monitoring capabilities that allow you to effectively monitor and analyze the performance of your applications. With Palzin Monitor, you can capture and track all requests without the need for any code modifications. This feature enables you to gain valuable insights into the impact of your methods, database statements, and external requests on the overall user experience.

Getting Started
---------------

[](#getting-started)

To quickly get started with Palzin Monitor (APM) in CodeIgniter, follow these steps:

1. Install the package using Composer by running the following command: `composer require palzin-apm/palzin-codeigniter`.
2. Create a new configuration class in your CodeIgniter project.
3. Copy the provided class from below and paste it into your newly created configuration class.

`Palzin CodeIgniter` is a convenient wrapper around the Palzin Monitor (APM) PHP monitor library, designed specifically for CodeIgniter4 applications. It simplifies the process of monitoring your code by offering automated inspection functionality without requiring additional code from you.

The library is highly flexible and allows you to customize the automated inspection feature to suit your needs. You have the power to define your own inspection points, giving you greater control over the monitoring process. Palzin CodeIgniter can be used in various components of your application, including Controllers, Models, Events, Libraries, and custom classes. As long as the code has access to CodeIgniter4's services, you can leverage the capabilities of this library.

Installation
------------

[](#installation)

Palzin CodeIgniter can be easily installed via Composer, leveraging CodeIgniter4's autoloading feature. Simply run the following command:

```
composer require palzin-apm/palzin-codeigniter

```

Alternatively, you can manually install the library by downloading the source files and adding the directory to the `app/Config/Autoload.php` file.

Setup
-----

[](#setup)

In order to start using the integration library, you will need to create a config class for it. `> ./spark make:config Palzin`

```
