File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- PHP JSON Pointer
2
- ================
1
+ # PHP JSON Pointer
2
+
3
3
[ ![ Build Status] ( https://travis-ci.org/remorhaz/php-json-pointer.svg?branch=master )] ( https://travis-ci.org/remorhaz/php-json-pointer )
4
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/remorhaz/php-json-pointer/v/stable )] ( https://packagist.org/packages/remorhaz/php-json-pointer )
5
+ [ ![ License] ( https://poser.pugx.org/remorhaz/php-json-pointer/license )] ( https://packagist.org/packages/remorhaz/php-json-pointer )
4
6
[ ![ Code Climate] ( https://codeclimate.com/github/remorhaz/php-json-pointer/badges/gpa.svg )] ( https://codeclimate.com/github/remorhaz/php-json-pointer )
5
7
[ ![ Test Coverage] ( https://codeclimate.com/github/remorhaz/php-json-pointer/badges/coverage.svg )] ( https://codeclimate.com/github/remorhaz/php-json-pointer/coverage )
6
8
7
9
This library allows usage of [ RFC6901] ( https://tools.ietf.org/html/rfc6901 ) -compliant JSON pointers with PHP variables.
8
10
11
+ ##Requirements
12
+ * PHP 5.6+/PHP 7.0+/HHVM
13
+
9
14
#License
10
15
PHP JSON Pointer is licensed under MIT license.
11
16
You can’t perform that action at this time.
0 commit comments