Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 729 Bytes

04_Components.md

File metadata and controls

21 lines (11 loc) · 729 Bytes

Components

This is an overview of the components that are contained in PHPSA. Currently it's not possible to use them separately.

Core

The Core component contains all the things that are used by multiple other components. For example all our own definitions are here.

Compiler

The Compiler can compile your PHP Code version 5.2 to 7.1 and can notice every syntax error and some language level errors (those can be turned off via configuration).

Analyzer

The Analyzer contains various checks to improve your codebase. You can change which of them are active in the configuration file. (see Configuration)

Control Flow Graph

work in progress

Next: Analyzers