File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
33php :
44 - ' 5.6'
55 - ' 7.0'
6+ - ' hhvm'
67
78before_script :
89 - composer self-update
Original file line number Diff line number Diff line change @@ -2,11 +2,17 @@ PHP JSON Pointer
22================
33[ ![ Build Status] ( https://travis-ci.org/remorhaz/php-json-pointer.svg?branch=master )] ( https://travis-ci.org/remorhaz/php-json-pointer )
44
5- This library allows usage of RFC-6901 -compliant JSON pointers with PHP variables.
5+ This library allows usage of [ RFC6901 ] ( https://tools.ietf.org/html/rfc6901 ) -compliant JSON pointers with PHP variables.
66
77#License
88PHP JSON Pointer is licensed under MIT license.
99
10+ #Installation
11+ You will need [ composer] ( https://getcomposer.org ) to perform install.
12+ ```
13+ composer require remorhaz/php-json-pointer
14+ ```
15+
1016#Documentation
1117To get ready to access data with JSON Pointer links you need just 3 simple steps:
1218
Original file line number Diff line number Diff line change 77 "authors" : [
88 {
99 "name" : " Edward Surov" ,
10- "email" : " zoohie@gmail.com"
10+ "email" : " zoohie@gmail.com" ,
11+ "role" : " Developer"
1112 }
1213 ],
1314 "require" : {
You can’t perform that action at this time.
0 commit comments