bartlett / sarif-php-sdk
PHP library to create and manipulate SARIF logs
Installs: 25 172
Dependents: 4
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ext-json: *
- ext-pcre: *
- ext-spl: *
Requires (Dev)
README
SARIF PHP SDK
Releases | Branch | PHP | Packagist | License | Documentation |
---|---|---|---|---|---|
Stable v1.0.x | |||||
Stable v1.5.x | |||||
Stable v2.0.x | |||||
Stable v2.1.x |
Introduction
SARIF, the Static Analysis Results Interchange Format, defines a standard format for the output of static analysis tools. It is a powerful and sophisticated format suited to the needs of a wide variety of tools.
Specifications
The specification document for the Static Analysis Results Interchange Format (SARIF) version 2.1.0, in HTML format is available here.
View and validate your SARIF files
Documentation
All the documentation is available on website, generated from the docs folder.
- API Reference describes all SARIF objects with examples.
or
- Builder API reference as an alternative to build SARIF objects with a fluent interface.
And also
- Study the tutorials from GitHub's Microsoft account.
Add support to SARIF report into your application
Please have a look on project Sarif-PHP-Converters that already gave support to 9 converters, and learn how to build your own one !