infinito/application/symfony/README.md
2019-01-26 16:48:07 +01:00

705 B

backend application

conventions

coding

symfony

The application MUST use Symfony 4. coding standards

php

PHP code MUST follow the PSR-4 standard.

twig

Twig templates MUST follow the Symfony Template best practices.

naming

interfaces

A Interfaces MUST be named ClassnameInterface.

It SHOULD be based in the directory of the class.

abstract classes

A abstract class MUST be named AbstractClassname.

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

entities

####### source

A source MUST be named SourcenameSource.