{"id":15657480,"url":"https://github.com/kematjaya0/breadcrumb-bundle","last_synced_at":"2025-04-14T03:06:17.947Z","repository":{"id":57005498,"uuid":"256773846","full_name":"kematjaya0/breadcrumb-bundle","owner":"kematjaya0","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-06T07:42:47.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T03:06:10.965Z","etag":null,"topics":["breadcrumb","breadcrumbs","library","symfony","symfony-bundle","symfony4","symfony5"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kematjaya0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-18T14:28:22.000Z","updated_at":"2025-02-06T07:42:50.000Z","dependencies_parsed_at":"2022-08-21T13:50:59.817Z","dependency_job_id":null,"html_url":"https://github.com/kematjaya0/breadcrumb-bundle","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kematjaya0%2Fbreadcrumb-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kematjaya0%2Fbreadcrumb-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kematjaya0%2Fbreadcrumb-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kematjaya0%2Fbreadcrumb-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kematjaya0","download_url":"https://codeload.github.com/kematjaya0/breadcrumb-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813796,"owners_count":21165633,"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":["breadcrumb","breadcrumbs","library","symfony","symfony-bundle","symfony4","symfony5"],"created_at":"2024-10-03T13:07:22.754Z","updated_at":"2025-04-14T03:06:17.928Z","avatar_url":"https://github.com/kematjaya0.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Breadcrumb for Symfony 4 and Symfony 5\n1. instalation\n   ```\n   composer require kematjaya/breadcrumb-bundle\n   ```\n2. update config/bundles.php\n   ```\n   Kematjaya\\Breadcrumb\\KmjBreadcrumbBundle::class =\u003e ['all' =\u003e true]\n   ```\n3. usage in controller\n   ```\n   namespace App\\Controller;\n   \n   use Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController;\n   use Kematjaya\\Breadcrumb\\Lib\\Builder as BreacrumbBuilder;\n   use Symfony\\Component\\Routing\\Annotation\\Route;\n   \n   /**\n   * @Route(\"/item\")\n   */\n   class MyController extends AbstractController\n   {\n       /**\n       * @Route(\"/\", name=\"item_index\")\n       */\n       public function index(BreacrumbBuilder $builder)\n       {\n           $builder-\u003eadd('item');\n           \n           ....\n       }\n       \n       /**\n       * @Route(\"/create\", name=\"item_create\")\n       */\n       public function create(BreacrumbBuilder $builder)\n       {\n           $builder-\u003eadd('item', 'item_index');\n           $builder-\u003eadd('create');\n           \n           ...\n       }\n   }\n   ```\n4. use in twig\n   ```\n   \u003cdiv class=\"pull-right\"\u003e\n      {{ kmj_breadcrumb() }}\n   \u003c/div\u003e\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkematjaya0%2Fbreadcrumb-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkematjaya0%2Fbreadcrumb-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkematjaya0%2Fbreadcrumb-bundle/lists"}