Skip to content

FundingProfileMerger

github-actions edited this page Apr 26, 2026 · 1 revision

Merges normalized funding profiles into a deterministic synchronized view.


  • Full name: \FastForward\DevTools\Funding\FundingProfileMerger
  • This class is marked as final and can't be subclassed
  • This class is a Final class

Methods

merge

Merges funding metadata from Composer and GitHub sources.

public merge(\FastForward\DevTools\Funding\FundingProfile $composerProfile, \FastForward\DevTools\Funding\FundingProfile $yamlProfile): \FastForward\DevTools\Funding\FundingProfile

Parameters:

Parameter Type Description
$composerProfile \FastForward\DevTools\Funding\FundingProfile the funding metadata sourced from composer.json
$yamlProfile \FastForward\DevTools\Funding\FundingProfile the funding metadata sourced from .github/FUNDING.yml

Return Value:

the merged synchronized funding metadata


Clone this wiki locally