Files
infinito/application/symfony
KevinFrantz 47ebedc840 Merge pull request #5 from KevinFrantz/dependabot/composer/application/symfony/symfony/http-foundation-4.4.1
Bump symfony/http-foundation from 4.1.12 to 4.4.1 in /application/symfony
2019-12-07 01:13:59 +01:00
..
2019-09-19 23:24:38 +02:00
2019-03-29 15:50:52 +01:00
2019-09-19 23:31:21 +02:00
2019-01-05 23:52:37 +01:00
2019-01-05 23:52:37 +01:00
2019-01-05 23:52:37 +01:00
2019-01-05 23:52:37 +01:00
2019-09-19 19:34:20 +02:00

Core Application

Conventions

Symfony

The application MUST use Symfony 4. coding standards.

PHP

PHP code MUST follow the PSR-4 standard.

Naming

Interfaces

A Interfaces MUST be named ClassnameInterface.

It SHOULD be based in the directory of the class.

Each class SHOULD implement an interface.

Abstract Classes

A abstract class MUST be named AbstractClassname.

It SHOULD be based in the directory of the classes which inherit from it.

Technologies

The following Symfony related components will be used:

Domain

More information about the domain logic you will find in ./src/Domain/README.md.