PHPackages                             axel-dzhurko/load-analyser - 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. [Database &amp; ORM](/categories/database)
4. /
5. axel-dzhurko/load-analyser

ActiveLibrary[Database &amp; ORM](/categories/database)

axel-dzhurko/load-analyser
==========================

PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.

1.0.0(6y ago)09091[1 issues](https://github.com/Axel1987/LoadAnalyser/issues)MITPHPPHP &gt;=5.6.0CI failing

Since Oct 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Axel1987/LoadAnalyser)[ Packagist](https://packagist.org/packages/axel-dzhurko/load-analyser)[ RSS](/packages/axel-dzhurko-load-analyser/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (3)Used By (0)

⏱ PHP LoadAnalyser tool 🛠
=========================

[](#-php-loadanalyser-tool-)

Highlight
---------

[](#highlight)

- Support for Laravel framework » [Laravel](https://laravel.com)
- Support interface web, web console and command line
- Print information about PHP version, max exaction time and max memory
- Measure time, memory usage and memory peak
- Switch automatically between interfaces
- Support PHP version 5.6, 7.0, 7.1, 7.2

Easy to use
-----------

[](#easy-to-use)

```
// Add namespace at the top
use LoadAnalyser\LoadAnalyser;

// Set measure point
LoadAnalyser::point();

//
// Run test code
//

// Finish all tasks and show test results
LoadAnalyser::results();
```

Functions
---------

[](#functions)

Set measuring point with or without label

```
LoadAnalyser::point(  );
```

Finish previous measuring point

```
LoadAnalyser::finish();
```

Finish all measuring points and return test results

```
LoadAnalyser::results();
```

Command line
------------

[](#command-line)

Run the performance test for the command line

```
// Normal
$ php your_script.php

// Or live version
$ php your_script.php --live
```

Installation
============

[](#installation)

Install with Laravel
--------------------

[](#install-with-laravel)

Get PHP performance tool by running the Composer command in the command line.

```
 $ composer require axel-dzhurko/load-analyser

```

Open your file for the performance test.

```
// Add namespace at the top
use LoadAnalyser\LoadAnalyser;

// Set measure point
LoadAnalyser::point();

//
// Run test code
//

// Finish all tasks and show test results
LoadAnalyser::results();
```

Install with Composer
---------------------

[](#install-with-composer)

Get PHP performance by running the Composer command in the command line.

```
 $ composer require AxelDzhurko/LoadAnalyser

```

Open your file for the performance test.

```
// Require vender autoload
require_once('../vendor/autoload.php');

// Add namespace at the top
use LoadAnalyser\LoadAnalyser;

// Set measure point
LoadAnalyser::point();

//
// Run test code
//

// Finish all tasks and show test results
LoadAnalyser::results();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2411d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e0c8ec7df2a82ded744c72f10345fb7afc03fc05e12aadae397fd19a5bf04229?d=identicon)[Axel1987](/maintainers/Axel1987)

---

Top Contributors

[![Axel1987](https://avatars.githubusercontent.com/u/13732528?v=4)](https://github.com/Axel1987 "Axel1987 (4 commits)")

---

Tags

phpcommand-lineterminalweblaraveldatabaseperformanceexportanalysermemoryquerytimecompressorquery logperformance toolphp performance toolphp-performancephp performance analyserquery analyserdatabase query log

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/axel-dzhurko-load-analyser/health.svg)

```
[![Health](https://phpackages.com/badges/axel-dzhurko-load-analyser/health.svg)](https://phpackages.com/packages/axel-dzhurko-load-analyser)
```

###  Alternatives

[bvanhoekelen/performance

PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.

521774.3k4](/packages/bvanhoekelen-performance)[nwidart/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.

37839.1k](/packages/nwidart-db-exporter)[renoki-co/l1

Laravel integration for Cloudflare Workers services.

16113.1k](/packages/renoki-co-l1)[sarfraznawaz2005/indexer

Laravel package to monitor SELECT queries and offer best possible INDEX fields.

562.7k](/packages/sarfraznawaz2005-indexer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
