Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T15:37:34.000Z (about 2 months ago)
- Last Synced: 2024-11-06T16:38:40.374Z (about 2 months ago)
- Size: 1.95 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