{"id":18555572,"url":"https://github.com/n2ref/coreui-breadcrumb-php","last_synced_at":"2025-06-17T00:34:10.433Z","repository":{"id":232657020,"uuid":"783875179","full_name":"n2ref/coreui-breadcrumb-php","owner":"n2ref","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-13T07:36:12.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T23:35:28.474Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n2ref.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":"2024-04-08T18:41:19.000Z","updated_at":"2024-04-10T18:18:48.000Z","dependencies_parsed_at":"2025-02-17T11:36:49.335Z","dependency_job_id":null,"html_url":"https://github.com/n2ref/coreui-breadcrumb-php","commit_stats":null,"previous_names":["n2ref/coreui-breadcrumb-php"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/n2ref/coreui-breadcrumb-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-breadcrumb-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-breadcrumb-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-breadcrumb-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-breadcrumb-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n2ref","download_url":"https://codeload.github.com/n2ref/coreui-breadcrumb-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-breadcrumb-php/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260268603,"owners_count":22983600,"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":[],"created_at":"2024-11-06T21:27:09.300Z","updated_at":"2025-06-17T00:34:10.409Z","avatar_url":"https://github.com/n2ref.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreUI Breadcrumb\n\n### Composer install\n\n`composer install n2ref/coreui-breadcrumb-php`\n\n### Example usage\n\n\n```php\n    $breadcrumb = new \\CoreUI\\Breadcrumb('id');\n    $breadcrumb-\u003esetDivider('\u003e');\n    \n    $breadcrumb-\u003eaddItem('Page title 1', '/page-url-1');\n    $breadcrumb-\u003eaddItem('Page title 2', '/page-url-2');\n    $breadcrumb-\u003eaddItem('Current page title');\n    \n    echo json_encode($breadcrumb-\u003etoArray());\n```\n\nOutput\n```json\n{\n    \"component\": \"coreui.breadcrumb\",\n    \"id\": \"id\",\n    \"divider\": \"\u003e\",\n    \"items\": [\n      { \"text\": \"Page title 1\", \"url\": \"/page-url-1\" },\n      { \"text\": \"Page title 2\", \"url\": \"/page-url-2\" },\n      { \"text\": \"Current page title\" }\n    ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn2ref%2Fcoreui-breadcrumb-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn2ref%2Fcoreui-breadcrumb-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn2ref%2Fcoreui-breadcrumb-php/lists"}