{"id":20701433,"url":"https://github.com/lukewaite/monolog-memory-usage-processor","last_synced_at":"2025-09-04T07:35:38.515Z","repository":{"id":62520174,"uuid":"116371750","full_name":"lukewaite/monolog-memory-usage-processor","owner":"lukewaite","description":"A fuller MemoryUsageProcessor for Monolog","archived":false,"fork":false,"pushed_at":"2024-04-29T14:56:09.000Z","size":26,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T22:57:54.601Z","etag":null,"topics":["logging","memory-usage","monolog","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukewaite.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-05T10:12:49.000Z","updated_at":"2025-08-27T12:15:21.000Z","dependencies_parsed_at":"2022-11-02T10:31:47.939Z","dependency_job_id":null,"html_url":"https://github.com/lukewaite/monolog-memory-usage-processor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lukewaite/monolog-memory-usage-processor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewaite%2Fmonolog-memory-usage-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewaite%2Fmonolog-memory-usage-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewaite%2Fmonolog-memory-usage-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewaite%2Fmonolog-memory-usage-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukewaite","download_url":"https://codeload.github.com/lukewaite/monolog-memory-usage-processor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewaite%2Fmonolog-memory-usage-processor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273573616,"owners_count":25129882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["logging","memory-usage","monolog","php"],"created_at":"2024-11-17T00:41:47.015Z","updated_at":"2025-09-04T07:35:38.486Z","avatar_url":"https://github.com/lukewaite.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monolog Memory Usage Processor\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/lukewaite/monolog-memory-usage-processor.svg?style=flat-square)](https://packagist.org/packages/lukewaite/monolog-memory-usage-processor)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Build Status](https://img.shields.io/travis/lukewaite/monolog-memory-usage-processor/master.svg?style=flat-square)](https://travis-ci.org/lukewaite/monolog-memory-usage-processor)\n[![Total Downloads](https://img.shields.io/packagist/dt/lukewaite/monolog-memory-usage-processor.svg?style=flat-square)](https://packagist.org/packages/lukewaite/monolog-memory-usage-processor)\n[![Code Coverage][ico-coverage]][link-coverage]\n\n## Usage\n\n### Installing\n\nThis package can be installed with composer.\n\n    $ composer require lukewaite/monolog-memory-usage-processor\n    \n### Using the Processor\n\n    $memoryUsage = new MemoryUsageProcessor( true ); // Human formatted\n    $memoryUsage = new MemoryUsageProcessor( false ); // Not human formatted\n    \n\n### What is this package for?\n\nThe [Memory Usage processors provided by the base Monolog package][base] only give you the option to\nlog with [`real_usage`][realusage] set to true or false. I have a need for both.\n\n[base]: https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/MemoryUsageProcessor.php\n[realusage]: http://php.net/manual/en/function.memory-get-usage.php\n\n[ico-coverage]: https://img.shields.io/scrutinizer/coverage/g/lukewaite/monolog-memory-usage-processor/master.svg?style=flat-square\n[link-coverage]: https://scrutinizer-ci.com/g/lukewaite/monolog-memory-usage-processor/?branch=master","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukewaite%2Fmonolog-memory-usage-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukewaite%2Fmonolog-memory-usage-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukewaite%2Fmonolog-memory-usage-processor/lists"}