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

added swaggest php implementation and benchmark #190

Merged
merged 1 commit into from
Feb 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _data/validator-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@
notes:
draft: [6, 7]
license: "Apache License 2.0"
- name: Swaggest Json Schema
url: https://github.com/swaggest/php-json-schema
notes:
draft: [4, 6, 7]
license: "MIT"
- name: Perl
implementations:
- name: JSV::Validator
Expand Down
3 changes: 3 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Validation benchmarks
- [z-schema validator benchmark](https://github.com/zaggino/z-schema#benchmarks) - compares performance in the individual tests from JSON-Schema Test Suite (MIT)
- [JSCK validator benchmark](https://github.com/pandastrike/jsck#benchmarks) - shows performance for JSON-schemas of different complexity (MIT)

- PHP
- [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)

Schema generation
-----------------

Expand Down