{"id":47868675,"url":"https://github.com/linkorb/interlink","last_synced_at":"2026-04-04T00:41:58.902Z","repository":{"id":27975248,"uuid":"31468566","full_name":"linkorb/interlink","owner":"linkorb","description":"Interlink: Advanced hyperlinking across services","archived":false,"fork":false,"pushed_at":"2015-02-28T16:45:02.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-03T14:13:24.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linkorb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-28T16:39:26.000Z","updated_at":"2015-02-28T20:18:11.000Z","dependencies_parsed_at":"2022-08-07T13:01:25.229Z","dependency_job_id":null,"html_url":"https://github.com/linkorb/interlink","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/linkorb/interlink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Finterlink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Finterlink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Finterlink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Finterlink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkorb","download_url":"https://codeload.github.com/linkorb/interlink/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Finterlink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31383634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T23:20:52.058Z","status":"ssl_error","status_checked_at":"2026-04-03T23:20:51.675Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T00:41:53.395Z","updated_at":"2026-04-04T00:41:58.888Z","avatar_url":"https://github.com/linkorb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interlink: Advanced hyperlinking across services\n\nInterlink let's you define custom link handlers for wiki links.\n\nSome example:\n\nTranslate `[[wikipedia:Hello world]]` into:\n```html\n\u003ca href=\"http://www.wikipedia.org/Hello_world\" target=\"_blank\"\u003e\n    Hello world\n\u003c/a\u003e\n```\n\nTranslate `[[wikihow:Grow an Orange Tree]]` into:\n```html\n\u003ca href=\"http://www.wikihow.com/Grow-an-Orange-Tree\"\u003e\n    Grow an Orange Tree\n\u003c/a\u003e\n```\n\nTranslate `[[mozilla-bugzilla:441207]]` into:\n```html\n\u003ca href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=441207\"\u003e\n    Printing selection causes blank page with header/footer only\n\u003c/a\u003e\n```\n\nTranslate `[[mytaskdb:14]]` into:\n```html\n\u003ca href=\"https://intranet.example.web/task/14\"\u003e\n    Redesign widgets to optimize alignment with KPI's\n\u003c/a\u003e\n```\n\nUsing Interlink, you define `Handlers` for link prefixes (Like above: 'wikihow', or 'mytaskdb').\nThe handler can then automatically translate the link into a working bit of HTML using one of the available `Renderers`.\n\nYou can even create your own Renderer if the provided ones are not sufficient.\n\nYou can also pass a `LabelResolver` to your handler to translate the code or id into a userfriendly text.\nFor example, look up a task title in the database using PDO, based on the id in the link.\nOr make a REST API call to a webservice to convert a bugid into a readable summary.\n\n## How to use Interlink in your application\n\nSimply add the following to your `require` or `require-dev` section in your [composer.json](http://getcomposer.org) and run `composer update`:\n```json\n\"require\": {\n  \"linkorb/interlink\": \"~1.0\"\n}\n```\n\n## Examples:\n\nPlease refer to the `examples/` directory for some simple and advanced examples.\n\n## License\n\nMIT (see [LICENSE.md](LICENSE.md))\n\n## Brought to you by the LinkORB Engineering team\n\n\u003cimg src=\"http://www.linkorb.com/d/meta/tier1/images/linkorbengineering-logo.png\" width=\"200px\" /\u003e\u003cbr /\u003e\nCheck out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).\n\nBtw, we're hiring!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkorb%2Finterlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkorb%2Finterlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkorb%2Finterlink/lists"}