pax_global_header00006660000000000000000000000064130046735650014523gustar00rootroot0000000000000052 comment=eea8e8662d5cd3ae4517c9b864493f59fca95562 link-1.0.0/000077500000000000000000000000001300467356500124565ustar00rootroot00000000000000link-1.0.0/.editorconfig000066400000000000000000000004171300467356500151350ustar00rootroot00000000000000; This file is for unifying the coding style for different editors and IDEs. ; More information at http://editorconfig.org root = true [*] charset = utf-8 indent_size = 4 indent_style = space end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true link-1.0.0/LICENSE.md000066400000000000000000000021611300467356500140620ustar00rootroot00000000000000# The MIT License (MIT) Copyright (c) 2016 PHP Framework Interoperability Group > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal > in the Software without restriction, including without limitation the rights > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell > copies of the Software, and to permit persons to whom the Software is > furnished to do so, subject to the following conditions: > > The above copyright notice and this permission notice shall be included in > all copies or substantial portions of the Software. > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN > THE SOFTWARE. link-1.0.0/README.md000066400000000000000000000005141300467356500137350ustar00rootroot00000000000000PSR Http Link ============= This repository holds all interfaces/classes/traits related to [PSR-13](https://github.com/php-fig/fig-standards/blob/master/proposed/links.md). Note that this is not an HTTP link implementation of its own. It is merely an interface that describes an HTTP link. See the specification for more details. link-1.0.0/composer.json000066400000000000000000000010261300467356500151770ustar00rootroot00000000000000{ "name": "psr/link", "description": "Common interfaces for HTTP links", "keywords": ["psr", "psr-13", "http", "http-link", "link", "rest"], "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Psr\\Link\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } } link-1.0.0/src/000077500000000000000000000000001300467356500132455ustar00rootroot00000000000000link-1.0.0/src/EvolvableLinkInterface.php000066400000000000000000000044251300467356500203410ustar00rootroot00000000000000