https://github.com/ferror/phpstan-ddtrace
The phpstan STUBS for the datadog/dd-trace-php library, but more convinient
https://github.com/ferror/phpstan-ddtrace
Last synced: 27 days ago
JSON representation
The phpstan STUBS for the datadog/dd-trace-php library, but more convinient
- Host: GitHub
- URL: https://github.com/ferror/phpstan-ddtrace
- Owner: Ferror
- License: mit
- Created: 2024-11-06T15:33:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:47:03.000Z (over 1 year ago)
- Last Synced: 2025-11-15T23:03:48.377Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpstan-ddtrace extension
The phpstan STUBS for the [datadog/dd-trace-php](https://github.com/DataDog/dd-trace-php), but is more convenient.
Do you use the DataDog Tracing library for PHP? Do you also care about the quality of your code? Great. Now, you can use dd-trace-php stubs without installing the whole dd-trace composer library that has everything that is not interesting to you because it's still better to use dd-trace as a php extension.
1. Install the dd-trace extension
// TODO
2. Install this phpstan extension
// TODO
3. Add the extension to the phpstan configuration
4. Run phpstan