{"id":36331249,"url":"https://github.com/jithran/gitribbon","last_synced_at":"2026-01-11T12:00:16.163Z","repository":{"id":183952333,"uuid":"669899677","full_name":"Jithran/GitRibbon","owner":"Jithran","description":"Simple Ribbon for making git changes visible","archived":false,"fork":false,"pushed_at":"2023-09-11T12:02:46.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T12:06:31.545Z","etag":null,"topics":["git","laravel","laravel-package"],"latest_commit_sha":null,"homepage":"","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/Jithran.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,"governance":null}},"created_at":"2023-07-23T19:43:26.000Z","updated_at":"2023-07-27T07:20:49.000Z","dependencies_parsed_at":"2023-07-26T14:25:42.349Z","dependency_job_id":null,"html_url":"https://github.com/Jithran/GitRibbon","commit_stats":null,"previous_names":["jithran/gitribbon"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Jithran/GitRibbon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jithran%2FGitRibbon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jithran%2FGitRibbon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jithran%2FGitRibbon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jithran%2FGitRibbon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jithran","download_url":"https://codeload.github.com/Jithran/GitRibbon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jithran%2FGitRibbon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28301972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"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":["git","laravel","laravel-package"],"created_at":"2026-01-11T12:00:14.305Z","updated_at":"2026-01-11T12:00:16.093Z","avatar_url":"https://github.com/Jithran.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cp\u003e\n        \u003ch1\u003eGit Ribbon\u003cbr/\u003eA Laravel package that provides git status information\u003c/h1\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/Jithran/GitRibbon\"\u003eDocumentation\u003c/a\u003e |\n    \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e |\n    \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e |\n    \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://packagist.org/packages/jithran/git-ribbon\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/jithran/git-ribbon.svg?style=flat-square\" alt=\"Packagist\"\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square\" alt=\"License\"\u003e\n\u003ca href=\"https://packagist.org/packages/jithran/git-ribbon\"\u003e\u003cimg src=\"https://img.shields.io/packagist/php-v/jithran/git-ribbon.svg?style=flat-square\" alt=\"PHP from Packagist\"\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/badge/Laravel-10.x-brightgreen.svg?style=flat-square\" alt=\"Laravel Version\"\u003e\n\u003c/p\u003e\n\nGit Ribbon is a Laravel package that creates a ribbon on the top of the page which gives information about the current status of the git work directory with a tooltip with project information. It helps developers to quickly understand the current git status without leaving the application. It's an easy reminder to commit and push the changes.\n\n## Features\n\n- Displays if a project is up-to-date or not in a ribbon\n- Provides git \u0026 environment information in a tooltip\n- Easy to install and use\n\n## Requirements\n\n- Laravel 10.x\n- PHP 8.x\n\n## Installation\n\nTo install the package via composer, Run:\n\n```bash\ncomposer require jithran/git-ribbon --dev\n```\n\nThe package will automatically register itself.\n\nYou can publish the config file with:\n\n```bash \nphp artisan vendor:publish --provider=\"Jithran\\GitRibbon\\GitRibbonServiceProvider\" --tag=\"config\"\n``` \n\nBy default, the ribbon is only displayed in the `local`, `dev` or `development` environments (APP_ENV). You can change this in the config file by expanding the git-ribbon.environment array.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjithran%2Fgitribbon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjithran%2Fgitribbon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjithran%2Fgitribbon/lists"}