{"id":18666207,"url":"https://github.com/pccomponentes/apm-dompdf","last_synced_at":"2026-04-30T14:31:47.955Z","repository":{"id":57037025,"uuid":"267514718","full_name":"PcComponentes/apm-dompdf","owner":"PcComponentes","description":"Elastic APM for Dompdf","archived":false,"fork":false,"pushed_at":"2020-06-23T07:18:33.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-27T17:43:42.853Z","etag":null,"topics":["apm","dompdf","elasticsearch"],"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-05-28T06:45:55.000Z","updated_at":"2020-06-23T07:10:26.000Z","dependencies_parsed_at":"2022-08-23T21:00:27.836Z","dependency_job_id":null,"html_url":"https://github.com/PcComponentes/apm-dompdf","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PcComponentes%2Fapm-dompdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PcComponentes%2Fapm-dompdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PcComponentes%2Fapm-dompdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PcComponentes%2Fapm-dompdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PcComponentes","download_url":"https://codeload.github.com/PcComponentes/apm-dompdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239493677,"owners_count":19647995,"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","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","dompdf","elasticsearch"],"created_at":"2024-11-07T08:31:04.149Z","updated_at":"2025-11-06T13:30:23.284Z","avatar_url":"https://github.com/PcComponentes.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elastic APM for Dompdf\n\nThis library supports Span traces of [Dompdf](https://github.com/dompdf/dompdf) renderings.\n\n## Installation\n\n1) Install via [composer](https://getcomposer.org/)\n\n    ```shell script\n    composer require pccomponentes/apm-dompdf\n    ```\n\n## Usage\n\nIn all cases, an already created instance of [ElasticApmTracer](https://github.com/zoilomora/elastic-apm-agent-php) is assumed.\n\n### Instantiate directly\n\n```php\n\u003c?php\ndeclare(strict_types=1);\n\n$domPdf = new PcComponentes\\ElasticAPM\\DomPdf\\DomPdf(\n    $apmTracer, /** \\ZoiloMora\\ElasticAPM\\ElasticApmTracer instance. */\n);\n```\n\n### Instantiate with factory\n\n```php\n\u003c?php\ndeclare(strict_types=1);\n\n$domPdfFactory = new PcComponentes\\ElasticAPM\\DomPdf\\DomPdfFactory(\n    $apmTracer, /** \\ZoiloMora\\ElasticAPM\\ElasticApmTracer instance. */\n);\n\n$domPdf = $domPdfFactory-\u003ecreate();\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-dompdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpccomponentes%2Fapm-dompdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpccomponentes%2Fapm-dompdf/lists"}