sparq-php/memory

Memory usage

Installs: 933

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/sparq-php/memory

1.0.2 2019-04-03 21:12 UTC

This package is auto-updated.

Last update: 2025-10-04 10:51:52 UTC


README

pipeline status Latest Stable Version coverage report Total Downloads License

A simple to use memory usage class.

Installation and Autoloading

The recommended method of installing is via Composer.

Run the following command from your project root:

$ composer require sparq-php/memory

Objectives

  • Simple to use memory usage class
  • Easy integration with other packages/frameworks
  • Fast and low footprint

Usage

require_once __DIR__ . "/vendor/autoload.php";

use Sparq\Memory\Usage;

print_r(Usage::summary());