Skip to content

Commit b4ef1a5

Browse files
committed
Create README.md
1 parent 78b79f2 commit b4ef1a5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# phpunit-json-assertions
2+
3+
JSON assertions for PHPUnit includes traits/methods to help validate your JSON data through various methods.
4+
5+
## Features
6+
7+
* Validate your JSON data via JSON Schema
8+
9+
## JSON Schema
10+
11+
* describes your existing data format
12+
* clear, human- and machine-readable documentation
13+
* complete structural validation, useful for
14+
** automated testing
15+
** validating client-submitted data
16+
17+
See more details [here](http://json-schema.org/).
18+
19+
## Install
20+
### Composer
21+
22+
composer require estahn/phpunit-json-assertions
23+
24+
## Demo

0 commit comments

Comments
 (0)