thephpleague/json-reference

Name: json-reference

Owner: The League of Extraordinary Packages

Description: A library for working with JSON References.

Created: 2017-02-24 21:19:19.0

Updated: 2018-05-12 04:39:09.0

Pushed: 2018-05-12 04:27:43.0

Homepage: http://json-reference.thephpleague.com

Size: 84

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

JSON Reference

Software License Build Status Coverage Status Quality Score Documentation

Unmaintained!

This project is no longer maintained. Recommended alternatives:


Most JSON schemas use JSON references to minimize duplication. A JSON reference is an object that looks like {“$ref”: “http://some/where”} and points to a JSON object somewhere else.

JSON Reference is a library for resolving references.

Install
Via Composer
oser require league/json-reference
Usage

Complete documentation is available here.

Change log

Please see CHANGELOG for more information about what has changed recently.

Testing
mposer test-server
mposer test
Benchmarks

The benchmarks require a local redis server to be running on localhost at the default port.

mposer bench
Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email matthew.james.allan@gmail.com instead of using the issue tracker.

Credits
License

The MIT License (MIT). Please see License File for more information.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.