PHPackages                             tasko-products/php-codestyle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tasko-products/php-codestyle

ActiveLibrary

tasko-products/php-codestyle
============================

Description of tasko Products GmbH PHP Code Styles &amp; PHP CS Fixer Rulesets

2.0.0(7mo ago)112.2k↓33.8%1MITPHP

Since Mar 14Pushed 7mo agoCompare

[ Source](https://github.com/tasko-products/php-codestyle)[ Packagist](https://packagist.org/packages/tasko-products/php-codestyle)[ RSS](/packages/tasko-products-php-codestyle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (8)Used By (1)

PHP Codestyle
=============

[](#php-codestyle)

The tasko Codestyle is based on the [PSR-12](https://www.php-fig.org/psr/psr-12/) guidlines with some addtions.

Every new PHP file has to have header
-------------------------------------

[](#every-new-php-file-has-to-have-header)

This block of code provides information about the copyright and license of the code and declares strict typing.

```
