Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pccomponentes/apm-dompdf

Elastic APM for Dompdf
https://github.com/pccomponentes/apm-dompdf

apm dompdf elasticsearch

Last synced: about 2 months ago
JSON representation

Elastic APM for Dompdf

Awesome Lists containing this project

README

        

# Elastic APM for Dompdf

This library supports Span traces of [Dompdf](https://github.com/dompdf/dompdf) renderings.

## Installation

1) Install via [composer](https://getcomposer.org/)

```shell script
composer require pccomponentes/apm-dompdf
```

## Usage

In all cases, an already created instance of [ElasticApmTracer](https://github.com/zoilomora/elastic-apm-agent-php) is assumed.

### Instantiate directly

```php
create();
```

## License
Licensed under the [MIT license](http://opensource.org/licenses/MIT)

Read [LICENSE](LICENSE) for more information