sparq-php / memory
Memory usage
Installs: 933
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/sparq-php/memory
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ^5
This package is auto-updated.
Last update: 2025-10-04 10:51:52 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());