{"id":19647249,"url":"https://github.com/ibexa/templated-uri-router","last_synced_at":"2025-04-28T15:31:34.675Z","repository":{"id":44719917,"uuid":"405001579","full_name":"ibexa/templated-uri-router","owner":"ibexa","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-11T11:40:36.000Z","size":29,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-22T17:49:14.879Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"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/ibexa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-10T07:56:10.000Z","updated_at":"2025-02-15T00:47:06.000Z","dependencies_parsed_at":"2025-03-11T12:37:35.712Z","dependency_job_id":null,"html_url":"https://github.com/ibexa/templated-uri-router","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Ftemplated-uri-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Ftemplated-uri-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Ftemplated-uri-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibexa%2Ftemplated-uri-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibexa","download_url":"https://codeload.github.com/ibexa/templated-uri-router/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251338650,"owners_count":21573590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hacktoberfest"],"created_at":"2024-11-11T14:43:02.957Z","updated_at":"2025-04-28T15:31:29.635Z","avatar_url":"https://github.com/ibexa.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hautelook Templated URI Router\n==============================\n\nFork of `hautelook/templated-uri-router`. Symfony2 UrlGenerator that provides a [RFC-6570][RFC-6570] compatible router and URL Generator.\nCurrently it is extremely naive, and incomplete.\nHowever, it does what we need it to do. Contributions are welcome.\n\n[![Build Status](https://secure.travis-ci.org/hautelook/TemplatedUriRouter.png?branch=master)](https://travis-ci.org/hautelook/TemplatedUriRouter)\n\n## Installation\n\nRun the following command (assuming you have composer.phar or composer binary installed), or\nrequire `ibexa/templated-uri-router` to your `composer.json` and run `composer install`:\n\n```bash\n$ composer require ibexa/templated-uri-router\n```\n\n## Usage\n\n```yaml\n# routing.yml\nhautelook_demo_route:\n    pattern: /demo\n```\n\n```php\nuse Hautelook\\TemplatedUriRouter\\Routing\\Generator\\Rfc6570Generator as TemplateGenerator;\n\n$templateGenerator = new TemplateGenerator($routes, $context);\n$templatedUri      = $templateGenerator-\u003egenerate('hautelook_demo_route', array(\n    'page'   =\u003e '{page}',\n    'sort'   =\u003e array('{sort}'),\n    'filter' =\u003e array('{filter}'),\n));\n```\n\nThis will produce a link similar to:\n\n```\n/demo{?page,sort*,filter*}\n```\n\n## Bundle\n\nThe symfony2 bundle lives at\n[https://github.com/hautelook/TemplatedUriBundle](https://github.com/hautelook/TemplatedUriBundle).\n\n[RFC-6570]: https://tools.ietf.org/html/rfc6570\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibexa%2Ftemplated-uri-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibexa%2Ftemplated-uri-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibexa%2Ftemplated-uri-router/lists"}