File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ JSON API Client is a PHP Library to validate and handle the response body from a
10
10
11
11
Format: [ JSON API] ( http://jsonapi.org/format ) 1.0
12
12
13
+ ### WIP: Goals for 1.0
14
+
15
+ * [x] Be 100% JSON API 1.0 spec conform
16
+ * [x] Handle/validate a server response body
17
+ * [ ] Offer an easy way to retrieve the data
18
+ * [x] Be extendable and allow injection of classes/models
19
+ * [ ] Handle/validate a client request body
20
+
13
21
## Install
14
22
15
23
Via Composer
@@ -80,7 +88,7 @@ $ phpunit
80
88
81
89
## Contributing
82
90
83
- Please feel free to fork and sending Pull Requests.
91
+ Please feel free to fork and sending Pull Requests. This project follows [ Semantic Versioning 2 ] ( http://semver.org ) .
84
92
85
93
## Credits
86
94
You can’t perform that action at this time.
0 commit comments