Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/indieweb/link-rel-parser-php

Parse HTTP `Link` rel headers into a structured format
https://github.com/indieweb/link-rel-parser-php

link rel

c4e3d7c349c743541cd59f3b9d2e3d88ad1d6271 authored over 6 years ago by Tantek Çelik <[email protected]>
Merge branch 'master' of github.com:indieweb/link-rel-parser-php

295420e4f16d9a9d262a3c25a7a583794428f055 authored almost 8 years ago by Aaron Parecki <[email protected]>
remove phpunit.phar from repo

d10448cd1e71683160e801ac04421bf643207c9f authored almost 8 years ago by Aaron Parecki <[email protected]>
localhost loopback

7c4c729df7ec370b407421f4e88030bcbb35ce30 authored about 8 years ago by Tantek Çelik <[email protected]>
)

99faf3171cea80296bfe8f6ecccf30bfced74303 authored about 8 years ago by Tantek Çelik <[email protected]>
test is_loopback, comment:depends on cassis

Added comment:depends on cassis.js, noted a few example function dependencies
Added new functio...

90ff2ec320289e449ec3a4f3b379abca4dd0fdde authored about 8 years ago by Tantek Çelik <[email protected]>
comment: depends on get_absolute_uri

comment: depends on get_absolute_uri in cassis.js

054425f6e3ae720f3aed28f31576c7eb99e70a78 authored about 8 years ago by Tantek Çelik <[email protected]>
rename _ not - for consistency

3d6414cf295fd89297fa4e1850e4510ca097f2d3 authored over 8 years ago by Tantek Çelik <[email protected]>
open source this from falconpost.php

open sourcing get_rel_webmention and first_linknode_href functions because they are potentially ...

80523bbfd3a20a47f337256a3227110a1ca380c9 authored over 8 years ago by Tantek Çelik <[email protected]>
Merge pull request #2 from indieweb/code-of-conduct

Add Code of Conduct and ##Contributing section to README

7127a92f32cecbf8166fb3b34130a59ea63e2041 authored over 8 years ago by Aaron Parecki <[email protected]>
Link to IWC CoC in all places on README

cdbef567e6151ee05a4de654984e5590c64c51f6 authored over 8 years ago by Shane Becker <[email protected]>
Fix link to CoC in README

3b8c7ec1f386e29348b21b3248deebd5c45fc637 authored over 8 years ago by Shane Becker <[email protected]>
Use the Code of Conduct on the IndieWebCamp wiki instead of the Contributor Covenant

dbfc16af7279da1fba4b062e577ad1e662fdcc47 authored over 8 years ago by Shane Becker <[email protected]>
Add Code of Conduct and ##Contributing section to README

7d4fa8c6e6d03e6efe0c2ae4027e093635f3441b authored over 8 years ago by Shane Becker <[email protected]>
adds test case for `LinK` header

73e04d799e38998950beaa2abcd2e4b7339f3b26 authored over 8 years ago by Aaron Parecki <[email protected]>
handle case-insensitive LinK, relative URLs

handle case-insensitive LinK header; added optional $url param to
http_rels so it can turn relat...

1558cf145091268f95c9a7e4f2813d5e2a9fa0d1 authored over 8 years ago by Tantek Çelik <[email protected]>
Merge pull request #1 from michaelkonecny/master

add PHPDoc

eda9800120d42c4acb9f1c6f3581dccc90111a09 authored almost 9 years ago by Kyle Mahan <[email protected]>
add PHPDoc

c8d1ca96c5d6fee53dac4db2d47a0122eeb52995 authored about 9 years ago by Michael Konečný <[email protected]>
add build status image

4a3ac344e2437c8b49042cef3ce1c0d51e24338d authored about 9 years ago by Aaron Parecki <[email protected]>
Create .travis.yml

8904d8fa3bbcf1f334f1d4a6afa96d6aed87fd96 authored about 9 years ago by Aaron Parecki <[email protected]>
add phpunit and instructions

749a94476fdafb9603412090317de64d6703b4d5 authored over 9 years ago by Aaron Parecki <[email protected]>
document 'type' return key in head_http_rels

e8e0326372f4304df3524b27d7ebc727db1732ed authored over 9 years ago by Tantek Çelik <[email protected]>
return content_type for client decision re body

72fb63ac7d90881b69fa465439e3e3ed076471ce authored over 9 years ago by Tantek Çelik <[email protected]>
add link_rel_parser to autoload since it is not a class-based file. (from http://stackoverflow.com/questions/16273746/composer-packages-autoloading-non-class-based-files)

9e0e635fd301a8b1da7bc181f651f029c531dbb6 authored almost 11 years ago by Aaron Parecki <[email protected]>
Switch to array_key_exists to check presence. Update tests to not require 'eels' key, just check the array.

b0373f561a976fee7e9237e2833ae5d1fdedaa67 authored about 11 years ago by Aaron Parecki <[email protected]>
allow all line-break styles for ease of testing

a4db616a34904f42c567fe98f6f03bd56bca3114 authored about 11 years ago by Tantek Çelik <[email protected]>
implement http_rels and head_http_rels

fea3eb2846d1bd519cef753ba58d5e5f1b35e8e5 authored about 11 years ago by Tantek Çelik <[email protected]>
more tests

6a3205e426231408e81108b7f12c10a9905444fa authored about 11 years ago by Aaron Parecki <[email protected]>
Add test suite around parsing function

da8b5ec22c98b0f015b59d23a0ffef47c34744a5 authored about 11 years ago by Aaron Parecki <[email protected]>
Initial commit

2f360442d32f11449af756067450360d387adb46 authored about 11 years ago by Aaron Parecki <[email protected]>