cego / elastic-apm-agent-laravel-octane
Links APM transactions to Octane Requests and Tasks
Installs: 16 224
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 2
Open Issues: 1
Requires
- php: ^8.0
- laravel/octane: ^1.5|^2.0
Requires (Dev)
- ext-elastic_apm: ^1.8.1
- cego/php-cs-fixer: ^0.1.5
- cego/phpstan: ^2.4
- dev-main
- 1.0.0
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-renovate/configure
- dev-lejo/update-readme-and-ext-version
- dev-niza/fix-broken-transactions
- dev-niza/disable-manager-when-apm-is-not-enabled
- dev-niza/disable-events-in-tests
- dev-niza/remove-custom-transaction-disabling
- dev-niza/fix-null-error
- dev-niza/fix-get-route-uri
This package is auto-updated.
Last update: 2024-12-15 07:07:52 UTC
README
A Laravel package for elastic apm agent running on octane
Install
composer require cego/elastic-apm-agent-laravel-octane
Contributing
You are welcome to open issues and pull request, please describe the issues and pull requests carefully to enable our understanding of the issue.
Before contributing code, please run the cs-fixer:
/vendor/bin/php-cs-fixer fix