{"id":18291223,"url":"https://github.com/violinist-dev/composer-changelog-fetcher","last_synced_at":"2025-04-05T10:30:58.537Z","repository":{"id":34290859,"uuid":"172761477","full_name":"violinist-dev/composer-changelog-fetcher","owner":"violinist-dev","description":"Get a summary of changes for composer dependency updates","archived":false,"fork":false,"pushed_at":"2024-11-19T15:24:50.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T03:02:37.903Z","etag":null,"topics":["composer","composer-package","php"],"latest_commit_sha":null,"homepage":"https://violinist.io","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/violinist-dev.png","metadata":{"files":{"readme":"README.md","changelog":"changelog-fetcher","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":"2019-02-26T17:53:06.000Z","updated_at":"2024-11-19T15:25:07.000Z","dependencies_parsed_at":"2024-06-06T20:23:39.538Z","dependency_job_id":"77760fda-2034-4693-beba-f98360bc40c4","html_url":"https://github.com/violinist-dev/composer-changelog-fetcher","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"bcec83a9b954d858b502514cd5902f58f3e21a6c"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violinist-dev%2Fcomposer-changelog-fetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violinist-dev%2Fcomposer-changelog-fetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violinist-dev%2Fcomposer-changelog-fetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violinist-dev%2Fcomposer-changelog-fetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/violinist-dev","download_url":"https://codeload.github.com/violinist-dev/composer-changelog-fetcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247324513,"owners_count":20920660,"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":["composer","composer-package","php"],"created_at":"2024-11-05T14:13:32.461Z","updated_at":"2025-04-05T10:30:58.235Z","avatar_url":"https://github.com/violinist-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# composer-changelog-fetcher\n\n[![Violinist enabled](https://img.shields.io/badge/violinist-enabled-brightgreen.svg)](https://violinist.io)\n[![Test](https://github.com/violinist-dev/composer-changelog-fetcher/actions/workflows/test.yml/badge.svg)](https://github.com/violinist-dev/composer-changelog-fetcher/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/violinist-dev/composer-changelog-fetcher/badge.svg?branch=master)](https://coveralls.io/github/violinist-dev/composer-changelog-fetcher?branch=master)\n[![Packagist](https://img.shields.io/packagist/v/violinist-dev/composer-changelog-fetcher.svg?maxAge=3600)](https://packagist.org/packages/violinist-dev/composer-changelog-fetcher)\n[![Packagist](https://img.shields.io/packagist/dt/violinist-dev/composer-changelog-fetcher.svg?maxAge=3600)](https://packagist.org/packages/violinist-dev/composer-changelog-fetcher)\n\n\n## Installation\n\nYou probably want this either as a dev dependency, in which case you would install it like so:\n\n```\ncomposer require --dev violinist-dev/composer-changelog-fetcher\n```\n\nOr you might want to install it as a global tool, in which case you would do this:\n\n```\ncomposer global require violinist-dev/composer-changelog-fetcher\n```\n\n## Usage\n\nYou probably want to invoke this within a project. Let's say you run `composer outdated`:\n\n```\nsymfony/http-foundation    v3.4.22    v3.4.23    Symfony HttpFoundation Component\n```\n\n...and then you want to know what changed. Let's assume your bin directory is in `vendor/bin/`:\n\n```\n./vendor/bin/changelog-fetcher fetch -p symfony/http-foundation -f v3.4.22 -t v3.4.23\n```\n\n..then you might get output like this:\n\n```\n9a96d77: Apply php-cs-fixer rule for array_key_exists() (https://github.com/symfony/http-foundation/commit/9a96d77)\n```\n\nYou can also get this output as json (in this example piped into `jq` for readability):\n\n```\n./vendor/bin/changelog-fetcher fetch -p symfony/http-foundation -f v3.4.22 -t v3.4.23 -d ~/Sites/violinist -o json | jq\n[\n  {\n    \"hash\": \"9a96d77\",\n    \"message\": \"Apply php-cs-fixer rule for array_key_exists()\",\n    \"link\": \"https://github.com/symfony/http-foundation/commit/9a96d77\"\n  }\n]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviolinist-dev%2Fcomposer-changelog-fetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviolinist-dev%2Fcomposer-changelog-fetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviolinist-dev%2Fcomposer-changelog-fetcher/lists"}