- Set up project directories including app structure. - Add IntelliJ IDEA project files and configurations. - Implement basic PHP router for request handling. - Provide reference files for features, IPs, and documentation. - Include license and copyright files.
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="MessDetectorOptionsConfiguration">
|
|
<option name="transferred" value="true" />
|
|
</component>
|
|
<component name="PHPCSFixerOptionsConfiguration">
|
|
<option name="transferred" value="true" />
|
|
</component>
|
|
<component name="PHPCodeSnifferOptionsConfiguration">
|
|
<option name="highlightLevel" value="WARNING" />
|
|
<option name="transferred" value="true" />
|
|
</component>
|
|
<component name="PhpCodeSniffer">
|
|
<phpcs_settings>
|
|
<phpcs_by_interpreter asDefaultInterpreter="true" interpreter_id="a560eb74-74bf-4c70-a331-ce4cf603c038" timeout="30000" />
|
|
</phpcs_settings>
|
|
</component>
|
|
<component name="PhpProjectSharedConfiguration" php_language_level="7.4" />
|
|
<component name="PhpStan">
|
|
<PhpStan_settings>
|
|
<phpstan_by_interpreter asDefaultInterpreter="true" interpreter_id="a560eb74-74bf-4c70-a331-ce4cf603c038" timeout="60000" />
|
|
</PhpStan_settings>
|
|
</component>
|
|
<component name="PhpStanOptionsConfiguration">
|
|
<option name="transferred" value="true" />
|
|
</component>
|
|
<component name="Psalm">
|
|
<Psalm_settings>
|
|
<psalm_fixer_by_interpreter asDefaultInterpreter="true" interpreter_id="a560eb74-74bf-4c70-a331-ce4cf603c038" timeout="60000" />
|
|
</Psalm_settings>
|
|
</component>
|
|
<component name="PsalmOptionsConfiguration">
|
|
<option name="transferred" value="true" />
|
|
</component>
|
|
</project> |