{"id":36428233,"url":"https://github.com/cshekharsharma/git-changelog","last_synced_at":"2026-01-11T18:22:27.371Z","repository":{"id":54379892,"uuid":"125425852","full_name":"cshekharsharma/git-changelog","owner":"cshekharsharma","description":"A simple PHP library for generating changelog file from git log history","archived":false,"fork":false,"pushed_at":"2018-09-06T12:42:55.000Z","size":567,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-18T12:18:35.136Z","etag":null,"topics":["changelog","git","php-library","tools"],"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/cshekharsharma.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-15T21:03:16.000Z","updated_at":"2024-09-26T03:14:07.000Z","dependencies_parsed_at":"2022-08-13T14:00:30.464Z","dependency_job_id":null,"html_url":"https://github.com/cshekharsharma/git-changelog","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cshekharsharma/git-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cshekharsharma%2Fgit-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cshekharsharma%2Fgit-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cshekharsharma%2Fgit-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cshekharsharma%2Fgit-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cshekharsharma","download_url":"https://codeload.github.com/cshekharsharma/git-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cshekharsharma%2Fgit-changelog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28317698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","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":["changelog","git","php-library","tools"],"created_at":"2026-01-11T18:22:26.663Z","updated_at":"2026-01-11T18:22:27.364Z","avatar_url":"https://github.com/cshekharsharma.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Git Change Log\n--------------\n\nA simple PHP library for generating changelog file by parsing git log history.\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/cshekharsharma/git-changelog.svg)](https://packagist.org/packages/cshekharsharma/git-changelog)\n[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.5-8892BF.svg)](https://php.net/)\n[![Build Status](https://img.shields.io/travis/cshekharsharma/git-changelog/master.svg)](https://travis-ci.org/cshekharsharma/git-changelog)\n[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/cshekharsharma/git-changelog)\n\n\ngit-changelog parses the git history at provided `working directory` within the duration of `start date` and `end date`, and generates change logs.\n\nChangelogs can be generated in following output formats, by setting `output format` property while generating logs.\n- Markdown (Standard MD format)\n- Remarkup (See Phabricator remarkup guide)\n- HTML\n- JSON\n\n## Commit format\n\ngit-changelog expects commits to be in following format-\n\n`type : commit-message`\n\nType can be one of the following values-\n- fix\n- feature\n- general\n- security\n\nif commit message does not follow this format, or the provided `type` is other than the provided 4 types, then the commit message is categories under `general` type.\n\n\n## Installation\n\nInstall the latest version with\n\n```bash\n$ composer require cshekharsharma/git-changelog\n```\n\n## Basic Usage\n\n```php\n\u003c?php\n\nuse GitChangeLog\\Constants;\n\nrequire_once '../vendor/autoload.php';\n\n$generator = new \\GitChangeLog\\ChangeLogGenerator();\n\n$generator-\u003esetStartDate('2018-01-01');\n$generator-\u003esetEndDate('2018-04-01');\n$generator-\u003esetWorkingDir('/path/to/git/repository');\n\n$generator-\u003esetOutputFormat(Constants::OUTPUT_FORMAT_MARKDOWN);\n\n$changelogs = $generator-\u003egenerate();\n\n```\n\n\n## Third Party Packages\n\nNo third party packages is used in git-changelog.\n\n## About\n\n### Requirements\n\n- git-changelog works with PHP 5.5 or above.\n\n\n### Author\n\nChandra Shekhar Sharma \u003cshekharsharma705@gmail.com\u003e\n\n### License\n\ngit-changelog is licensed under the MIT License - see the `LICENSE` file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcshekharsharma%2Fgit-changelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcshekharsharma%2Fgit-changelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcshekharsharma%2Fgit-changelog/lists"}