https://github.com/indieweb/link-rel-parser-php
Parse HTTP `Link` rel headers into a structured format
https://github.com/indieweb/link-rel-parser-php
Last synced: 3 months ago
JSON representation
Parse HTTP `Link` rel headers into a structured format
- Host: GitHub
- URL: https://github.com/indieweb/link-rel-parser-php
- Owner: indieweb
- License: apache-2.0
- Created: 2013-10-26T01:34:06.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T18:44:46.000Z (over 3 years ago)
- Last Synced: 2024-10-29T19:01:52.323Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 702 KB
- Stars: 19
- Watchers: 16
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# link-rel-parser-php
[](http://travis-ci.org/indieweb/link-rel-parser-php)
Parse HTTP `Link` rel headers into a structured format
## Tests
To run the tests, run this on your command line:
```
./phpunit.phar
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/indieweb/link_rel_parser-ruby/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [IndieWebCamp Code of Conduct](https://indiewebcamp.com/code-of-conduct).
1. Fork it
2. Get it running
3. Create your feature branch (`git checkout -b my-new-feature`)
4. Write your code and **tests**
5. Commit your changes (`git commit -am 'Add some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request
If you find bugs, have feature requests or questions, please
[file an issue](https://github.com/indieweb/link-rel-parser-php/issues).
## Code of Conduct
Everyone interacting in the link-rel-parser-php codebase, issue tracker, chat room, and mailing lists is expected to follow the [link-rel-parser-php code of conduct](https://indiewebcamp.com/code-of-conduct).