Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 7db988c

Browse files
authored
Merge pull request #190 from vearutop/master
added swaggest php implementation and benchmark
2 parents 3b751d3 + 49f5174 commit 7db988c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_data/validator-libraries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,11 @@
229229
notes:
230230
draft: [6, 7]
231231
license: "Apache License 2.0"
232+
- name: Swaggest Json Schema
233+
url: https://github.com/swaggest/php-json-schema
234+
notes:
235+
draft: [4, 6, 7]
236+
license: "MIT"
232237
- name: Perl
233238
implementations:
234239
- name: JSV::Validator

implementations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Validation benchmarks
8383
- [z-schema validator benchmark](https://github.com/zaggino/z-schema#benchmarks) - compares performance in the individual tests from JSON-Schema Test Suite (MIT)
8484
- [JSCK validator benchmark](https://github.com/pandastrike/jsck#benchmarks) - shows performance for JSON-schemas of different complexity (MIT)
8585

86+
- PHP
87+
- [php-json-schema-bench](https://github.com/swaggest/php-json-schema-bench) - comparative benchmark for JSON-schema PHP validators using JSON-Schema Test Suite and z-schema/JSCK (MIT)
88+
8689
Schema generation
8790
-----------------
8891

0 commit comments

Comments
 (0)