sparq-php/memory

Memory usage

1.0.2 2019-04-03 21:12 UTC

This package is auto-updated.

Last update: 2024-05-04 08:01:17 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());