{"id":15287987,"url":"https://github.com/pccomponentes/apm-redis-reporter","last_synced_at":"2026-04-16T04:03:30.544Z","repository":{"id":51339907,"uuid":"269062102","full_name":"PcComponentes/apm-redis-reporter","owner":"PcComponentes","description":"Elastic APM Redis Reporter","archived":false,"fork":false,"pushed_at":"2021-05-14T12:43:43.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-02T16:48:28.264Z","etag":null,"topics":["apm","elasticsearch","predis","redis"],"latest_commit_sha":null,"homepage":"","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/PcComponentes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-03T10:48:01.000Z","updated_at":"2021-05-14T12:41:13.000Z","dependencies_parsed_at":"2022-09-24T19:51:34.913Z","dependency_job_id":null,"html_url":"https://github.com/PcComponentes/apm-redis-reporter","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/PcComponentes/apm-redis-reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PcComponentes%2Fapm-redis-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PcComponentes%2Fapm-redis-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PcComponentes%2Fapm-redis-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PcComponentes%2Fapm-redis-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PcComponentes","download_url":"https://codeload.github.com/PcComponentes/apm-redis-reporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PcComponentes%2Fapm-redis-reporter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267285753,"owners_count":24064219,"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-07-27T02:00:11.917Z","response_time":82,"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":["apm","elasticsearch","predis","redis"],"created_at":"2024-09-30T15:43:40.882Z","updated_at":"2026-04-16T04:03:25.492Z","avatar_url":"https://github.com/PcComponentes.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elastic APM Redis Reporter\n\nThis library supports the report of traces from the APM Agent to [Redis](https://redis.io/).\n\n## Installation\n\n1) Install via [composer](https://getcomposer.org/)\n\n    ```shell script\n    composer require pccomponentes/apm-redis-reporter\n    ```\n\n## Usage\n\n### Native PHP\n\n```php\n\u003c?php\ndeclare(strict_types=1);\n\n$redisClient = new Predis\\Client('tcp://redis:6379?database=0');\n$key = 'apm';\n\n$reporter = new PcComponentes\\ElasticAPM\\Reporter\\RedisReporter(\n    $redisClient,\n    $key\n);\n\n$apmTracer = new ZoiloMora\\ElasticAPM\\ElasticApmTracer(\n    // ZoiloMora\\ElasticAPM\\Configuration\\CoreConfiguration::class\n    $reporter,\n    // ZoiloMora\\ElasticAPM\\Pool\\PoolFactory::class\n);\n\n/** ... Use the connection in your project */\n```\n\n## License\nLicensed under the [MIT license](http://opensource.org/licenses/MIT)\n\nRead [LICENSE](LICENSE) for more information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpccomponentes%2Fapm-redis-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpccomponentes%2Fapm-redis-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpccomponentes%2Fapm-redis-reporter/lists"}