Fast Forward Development Tools for PHP projects

DevTools

Table of Contents

Classes

AbstractCommand
Provides a base configuration and common utilities for Composer commands.
CodeStyleCommand
Represents the command responsible for checking and fixing code style issues.
DocsCommand
Handles the generation of API documentation for the project.
PhpDocCommand
Provides operations to inspect, lint, and repair PHPDoc comments across the project.
RefactorCommand
Provides functionality to execute automated code refactoring using Rector.
ReportsCommand
Coordinates the generation of Fast Forward documentation frontpage and related reports.
StandardsCommand
Executes the full suite of Fast Forward code standard checks.
TestsCommand
Facilitates the execution of the PHPUnit testing framework.
WikiCommand
Handles the generation of API documentation for the project.
DevToolsCommandProvider
Provides a registry of custom dev-tools commands mapped for Composer integration.
Plugin
Implements the lifecycle of the Composer dev-tools extension framework.
DevTools
Wraps the fast-forward console tooling suite conceptually as an isolated application instance.
AddMissingClassPhpDocRector
Provides automated refactoring to prepend basic PHPDoc comments on classes missing them.
AddMissingMethodPhpDocRector
Executes AST inspections parsing missing documentation on methods automatically.
RemoveEmptyDocBlockRector
Implements automation targeting the removal of purposeless empty DocBlock structures natively.

        
On this page

Search results