sparq-php / memory
Memory usage
1.0.2
2019-04-03 21:12 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ^5
This package is auto-updated.
Last update: 2025-04-04 09:54:16 UTC
README
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());