Download the PHP package sentinelphp/drift without Composer
On this page you can find all versions of the php package sentinelphp/drift. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sentinelphp/drift
More information about sentinelphp/drift
Files in sentinelphp/drift
Download sentinelphp/drift
More information about sentinelphp/drift
Files in sentinelphp/drift
Vendor sentinelphp
Package drift
Short Description API schema drift detection and classification library
License MIT
Homepage https://github.com/SentinelPHP/drift
Package drift
Short Description API schema drift detection and classification library
License MIT
Homepage https://github.com/SentinelPHP/drift
Please rate this library. Is it a good library?
Informations about the package drift
Sentinel Drift
API schema drift detection and classification library.
Installation
Features
- Detect differences between expected and actual API responses
- Classify drift severity (Info, Warning, Critical)
- Compare JSON structures with detailed diff output
Usage
Drift Detection
Severity Classification
Alert Threshold
JSON Diff
Drift Types
| Type | Description | Default Severity |
|---|---|---|
FieldRemoved |
Required field missing | Critical |
FieldAdded |
New unexpected field | Info |
TypeChanged |
Data type mismatch | Warning/Critical |
StructureChanged |
Array/object structure changed | Warning |
License
GPL v3 — see LICENSE for details
All versions of drift with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
The package sentinelphp/drift contains the following files
Loading the files please wait ...