Created at 2026-04-20 22:03:28 , with PHPMetrics v2.9.1 (Jean-François Lépine).

Git history (PHP files only)

Most committed PHP files

File Commits
composer-dependency-analyser.php 1
src/Config/ComposerDependencyAnalyserConfig.php 1
src/Console/Command/DependenciesCommand.php 6
tests/Config/ComposerDependencyAnalyserConfigTest.php 1
tests/Console/Command/DependenciesCommandTest.php 6
tests/GitAttributes/MergerTest.php 5
tests/Changelog/Document/ChangelogDocumentTest.php 2
tests/Changelog/Entry/ChangelogEntryTypeTest.php 1
tests/Changelog/Parser/ChangelogParserTest.php 2
tests/Changelog/Renderer/MarkdownRendererTest.php 2
tests/CodeOwners/CodeOwnersGeneratorTest.php 2
tests/Composer/Json/ComposerJsonTest.php 6
tests/Config/RectorConfigTest.php 3
tests/Console/Command/CodeOwnersCommandTest.php 2
tests/Console/Command/CopyResourceCommandTest.php 6
tests/Console/Command/FundingCommandTest.php 3
tests/Console/Command/GitAttributesCommandTest.php 4
tests/Console/Command/GitHooksCommandTest.php 6
tests/Console/Command/GitIgnoreCommandTest.php 5
tests/Console/Command/LicenseCommandTest.php 5
tests/Console/Command/TestsCommandTest.php 5
tests/Console/Command/UpdateComposerJsonCommandTest.php 6
tests/Console/Command/WikiCommandTest.php 6
tests/Console/CommandLoader/DevToolsCommandLoaderTest.php 6
tests/Filesystem/FilesystemTest.php 6
tests/Fixtures/Console/Command/FixtureAbstractCommand.php 1
tests/Fixtures/Console/Command/FixtureWithoutAsCommand.php 1
tests/Fixtures/Console/Command/FixtureWithoutCommandParent.php 1
tests/Funding/ComposerFundingCodecTest.php 3
tests/Funding/FundingProfileTest.php 1
tests/Funding/FundingYamlCodecTest.php 3
tests/Process/ProcessQueueTest.php 6
tests/Rector/AddMissingMethodPhpDocRectorTest.php 8
tests/Rector/RemoveEmptyDocBlockRectorTest.php 6
tests/Resource/FileDiffTest.php 1
tests/Resource/FileDifferTest.php 2
tests/Resource/UnifiedDifferTest.php 1
tests/Sync/PackagedDirectorySynchronizerTest.php 2
src/Agent/Skills/SkillsSynchronizer.php 7
src/CodeOwners/CodeOwnersGenerator.php 2
src/Console/Command/AgentsCommand.php 1
src/Console/Command/SkillsCommand.php 4
src/Console/Command/SyncCommand.php 14
src/Sync/PackagedDirectorySynchronizer.php 1
src/{Agent/Skills => Sync}/SynchronizeResult.php 1
tests/Agent/Skills/SkillsSynchronizerTest.php 5
tests/Agent/Skills/SynchronizeResultTest.php 3
tests/Console/Command/AgentsCommandTest.php 1
tests/Console/Command/SkillsCommandTest.php 3
tests/Console/Command/SyncCommandTest.php 7
tests/Sync/SynchronizeResultTest.php 1
src/Console/Command/CodeOwnersCommand.php 1
src/Changelog/Checker/UnreleasedEntryChecker.php 1
src/Changelog/Checker/UnreleasedEntryCheckerInterface.php 1
src/Changelog/Document/ChangelogDocument.php 1
src/Changelog/Document/ChangelogRelease.php 1
src/Changelog/Entry/ChangelogEntryType.php 1
src/Changelog/Manager/ChangelogManager.php 1
src/Changelog/Manager/ChangelogManagerInterface.php 1
src/Changelog/Parser/ChangelogParser.php 1
src/Changelog/Parser/ChangelogParserInterface.php 1
src/Changelog/Renderer/MarkdownRenderer.php 1
src/Changelog/Renderer/MarkdownRendererInterface.php 1
src/Console/Command/ChangelogCheckCommand.php 1
src/Console/Command/ChangelogEntryCommand.php 1
src/Console/Command/ChangelogNextVersionCommand.php 1
src/Console/Command/ChangelogPromoteCommand.php 1
src/Console/Command/ChangelogShowCommand.php 1
src/Console/Command/FundingCommand.php 2
src/Console/Command/WikiCommand.php 6
src/Funding/ComposerFundingCodec.php 2
src/Funding/FundingProfile.php 2
src/Funding/FundingProfileMerger.php 2
src/Funding/FundingYamlCodec.php 2
src/Git/GitClient.php 1
src/Git/GitClientInterface.php 1
src/Process/ProcessQueue.php 6
src/ServiceProvider/DevToolsServiceProvider.php 10
tests/Changelog/Checker/UnreleasedEntryCheckerTest.php 1
tests/Changelog/Manager/ChangelogManagerTest.php 1
tests/Console/Command/ChangelogCheckCommandTest.php 1
tests/Console/Command/ChangelogCommandTest.php 1
tests/Funding/FundingProfileMergerTest.php 2
tests/Git/GitClientTest.php 1
src/Console/Command/CopyResourceCommand.php 6
src/Console/Command/GitAttributesCommand.php 5
src/Console/Command/GitHooksCommand.php 6
src/Console/Command/GitIgnoreCommand.php 5
src/Console/Command/LicenseCommand.php 4
src/Console/Command/UpdateComposerJsonCommand.php 6
src/GitAttributes/Writer.php 6
src/GitAttributes/WriterInterface.php 4
src/GitIgnore/Writer.php 7
src/GitIgnore/WriterInterface.php 5
src/License/Generator.php 12
src/License/GeneratorInterface.php 6
src/Resource/DifferInterface.php 1
src/Resource/FileDiffer.php 1
src/Resource/OverwriteDiffRenderer.php 2
src/Resource/UnifiedDiffer.php 1
tests/Console/Command/MetricsCommandTest.php 4
tests/Resource/OverwriteDiffRendererTest.php 2
src/Resource/OverwriteDiffResult.php 1
src/Config/ECSConfig.php 5
src/Config/RectorConfig.php 4
src/Console/Command/DocsCommand.php 6
src/Console/Command/MetricsCommand.php 3
src/Console/Command/ReportsCommand.php 9
src/GitAttributes/CandidateProvider.php 7
tests/Console/Command/DocsCommandTest.php 5
tests/Console/Command/ReportsCommandTest.php 8
src/Console/Command/TestsCommand.php 5
src/Process/ProcessBuilder.php 5
src/Process/ProcessBuilderInterface.php 4
tests/GitAttributes/ExistenceCheckerTest.php 4
src/Console/CommandLoader/DevToolsCommandLoader.php 4
src/Filesystem/Filesystem.php 6
src/Filesystem/FilesystemInterface.php 6
src/Filesystem/FinderFactory.php 1
src/Filesystem/FinderFactoryInterface.php 1
src/GitAttributes/ExistenceChecker.php 5
tests/Console/DevToolsTest.php 3
tests/Filesystem/FinderFactoryTest.php 1
tests/GitAttributes/WriterTest.php 4
tests/GitIgnore/WriterTest.php 3
tests/License/GeneratorTest.php 6
src/Composer/Json/ComposerJson.php 7
bin/dev-tools.php 7
ecs.php 5
rector.php 4
src/Agent/Skills/SynchronizeResult.php 4
src/Composer/Capability/DevToolsCommandProvider.php 14
src/Composer/Json/ComposerJsonInterface.php 5
src/Composer/Json/Schema/Author.php 4
src/Composer/Json/Schema/AuthorInterface.php 4
src/Composer/Json/Schema/Funding.php 4
src/Composer/Json/Schema/FundingInterface.php 4
src/Composer/Json/Schema/Support.php 4
src/Composer/Json/Schema/SupportInterface.php 4
src/Composer/Plugin.php 14
src/Console/Command/CodeStyleCommand.php 3
src/Console/Command/PhpDocCommand.php 3
src/Console/Command/RefactorCommand.php 4
src/Console/Command/StandardsCommand.php 3
src/Console/DevTools.php 3
src/GitAttributes/CandidateProviderInterface.php 3
src/GitAttributes/ExistenceCheckerInterface.php 4
src/GitAttributes/ExportIgnoreFilter.php 3
src/GitAttributes/ExportIgnoreFilterInterface.php 3
src/GitAttributes/Merger.php 5
src/GitAttributes/MergerInterface.php 4
src/GitAttributes/Reader.php 3
src/GitAttributes/ReaderInterface.php 3
src/GitIgnore/Classifier.php 5
src/GitIgnore/ClassifierInterface.php 4
src/GitIgnore/GitIgnore.php 4
src/GitIgnore/GitIgnoreInterface.php 3
src/GitIgnore/Merger.php 5
src/GitIgnore/MergerInterface.php 4
src/GitIgnore/Reader.php 5
src/GitIgnore/ReaderInterface.php 4
src/License/Resolver.php 6
src/License/ResolverInterface.php 5
src/PhpUnit/Coverage/CoverageSummary.php 4
src/PhpUnit/Coverage/CoverageSummaryLoader.php 4
src/PhpUnit/Coverage/CoverageSummaryLoaderInterface.php 4
src/PhpUnit/Event/EventTracer.php 3
src/PhpUnit/Event/TestSuite/ByPassfinalsStartedSubscriber.php 3
src/PhpUnit/Event/TestSuite/JoliNotifExecutionFinishedSubscriber.php 3
src/PhpUnit/Runner/Extension/DevToolsExtension.php 4
src/Process/ProcessQueueInterface.php 4
src/Psr/Clock/SystemClock.php 3
src/Rector/AddMissingClassPhpDocRector.php 7
src/Rector/AddMissingMethodPhpDocRector.php 10
src/Rector/RemoveEmptyDocBlockRector.php 8
tests/Composer/Capability/DevToolsCommandProviderTest.php 15
tests/Composer/Json/Schema/AuthorTest.php 2
tests/Composer/Json/Schema/FundingTest.php 2
tests/Composer/Json/Schema/SupportTest.php 2
tests/Composer/PluginTest.php 15
tests/Config/ECSConfigTest.php 2
tests/Console/Command/CodeStyleCommandTest.php 3
tests/Console/Command/PhpDocCommandTest.php 2
tests/Console/Command/RefactorCommandTest.php 3
tests/Console/Command/StandardsCommandTest.php 2
tests/GitAttributes/CandidateProviderTest.php 2
tests/GitAttributes/ExportIgnoreFilterTest.php 2
tests/GitAttributes/ReaderTest.php 2
tests/GitIgnore/ClassifierTest.php 2
tests/GitIgnore/GitIgnoreTest.php 2
tests/GitIgnore/MergerTest.php 3
tests/GitIgnore/ReaderTest.php 2
tests/License/ResolverTest.php 4
tests/PhpUnit/Coverage/CoverageSummaryLoaderTest.php 2
tests/PhpUnit/Coverage/CoverageSummaryTest.php 3
tests/PhpUnit/Event/EventTracerTest.php 2
tests/PhpUnit/Event/TestSuite/ByPassfinalsStartedSubscriberTest.php 3
tests/PhpUnit/Event/TestSuite/JoliNotifExecutionFinishedSubscriberTest.php 2
tests/PhpUnit/Runner/Extension/DevToolsExtensionTest.php 2
tests/Process/ProcessBuilderTest.php 2
tests/Psr/Clock/SystemClockTest.php 2
tests/Rector/AddMissingClassPhpDocRectorTest.php 4
tests/ServiceProvider/DevToolsServiceProviderTest.php 2
src/Console/Command/AbstractCommand.php 1
tests/Console/Command/AbstractCommandTestCase.php 1
src/License/PlaceholderResolver.php 5
src/License/PlaceholderResolverInterface.php 3
src/License/Reader.php 6
src/License/ReaderInterface.php 4
src/License/TemplateLoader.php 5
src/License/TemplateLoaderInterface.php 3
tests/Console/Command/CopyLicenseCommandTest.php 1
tests/License/PlaceholderResolverTest.php 3
tests/License/ReaderTest.php 4
tests/License/TemplateLoaderTest.php 2
tests/{ => Console}/Command/AbstractCommandTestCase.php 1
tests/{ => Console}/Command/CodeStyleCommandTest.php 1
tests/{ => Console}/Command/CopyLicenseCommandTest.php 1
tests/{ => Console}/Command/DependenciesCommandTest.php 1
tests/{ => Console}/Command/DocsCommandTest.php 1
tests/{ => Console}/Command/GitAttributesCommandTest.php 1
tests/{ => Console}/Command/GitIgnoreCommandTest.php 1
tests/{ => Console}/Command/PhpDocCommandTest.php 1
tests/{ => Console}/Command/RefactorCommandTest.php 1
tests/{ => Console}/Command/ReportsCommandTest.php 1
tests/{ => Console}/Command/SkillsCommandTest.php 1
tests/{ => Console}/Command/StandardsCommandTest.php 1
tests/{ => Console}/Command/SyncCommandTest.php 1
tests/{ => Console}/Command/TestsCommandTest.php 1
tests/{ => Console}/Command/WikiCommandTest.php 1
src/{ => Console}/Command/AbstractCommand.php 1
src/{ => Console}/Command/CodeStyleCommand.php 1
src/{ => Console}/Command/CopyLicenseCommand.php 1
src/{ => Console}/Command/DependenciesCommand.php 1
src/{ => Console}/Command/DocsCommand.php 1
src/{ => Console}/Command/GitAttributesCommand.php 1
src/{ => Console}/Command/GitIgnoreCommand.php 1
src/{ => Console}/Command/PhpDocCommand.php 1
src/{ => Console}/Command/RefactorCommand.php 1
src/{ => Console}/Command/ReportsCommand.php 1
src/{ => Console}/Command/SkillsCommand.php 1
src/{ => Console}/Command/StandardsCommand.php 1
src/{ => Console}/Command/SyncCommand.php 1
src/{ => Console}/Command/TestsCommand.php 1
src/{ => Console}/Command/WikiCommand.php 1
src/DevTools.php 3
tests/Command/AbstractCommandTest.php 3
tests/Command/AbstractCommandTestCase.php 7
tests/Command/CodeStyleCommandTest.php 2
tests/Command/CopyLicenseCommandTest.php 2
tests/Command/DependenciesCommandTest.php 5
tests/Command/DocsCommandTest.php 6
tests/Command/GitAttributesCommandTest.php 2
tests/Command/GitIgnoreCommandTest.php 3
tests/Command/PhpDocCommandTest.php 6
tests/Command/RefactorCommandTest.php 2
tests/Command/ReportsCommandTest.php 7
tests/Command/SkillsCommandTest.php 2
tests/Command/StandardsCommandTest.php 5
tests/Command/SyncCommandTest.php 6
tests/Command/TestsCommandTest.php 6
tests/Command/WikiCommandTest.php 2
tests/{ => Console}/DevToolsTest.php 1
src/Command/SkillsCommand.php 4
src/Command/TestsCommand.php 8
src/Command/GitAttributesCommand.php 2
src/Command/SyncCommand.php 13
src/Command/CopyLicenseCommand.php 1
src/Command/AbstractCommand.php 15
src/Command/DependenciesCommand.php 3
src/Command/Skills/SkillsSynchronizer.php 2
src/Command/Skills/SynchronizeResult.php 2
src/Command/ReportsCommand.php 15
src/Command/StandardsCommand.php 5
src/Command/GitIgnoreCommand.php 2
src/Docblock/OrderedDocblock.php 2
tests/Docblock/OrderedDocblockTest.php 2
src/Command/DocsCommand.php 12
.php-cs-fixer.dist.php 2
src/Command/InstallCommand.php 5
src/Command/InstallScriptsCommand.php 4
src/Composer/ScriptsInstallerTrait.php 6
resources/index.php 4
src/Command/WikiCommand.php 2
src/Command/CodeStyleCommand.php 3
src/Command/PhpDocCommand.php 6
src/Command/RefactorCommand.php 3
tests/DevToolsTest.php 1

Contributors (PHP only)

Name Commits Additions Removes Files
GitHub 79 15428 2489 263
Felipe Sayão Lobato Abreu 187 26039 8475 751
github-actions 23 0 0 0