diff --git a/LICENSE b/LICENSE index 69809b1..ab87020 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 autorusltd +Copyright (c) 2019 Autorus, Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md new file mode 100644 index 0000000..6563dfe --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# PHP Coding Standard for Arus Team + +[![Latest Stable Version](https://poser.pugx.org/arus/php-coding-standard/v/stable)](https://packagist.org/packages/arus/php-coding-standard) +[![Total Downloads](https://poser.pugx.org/arus/php-coding-standard/downloads)](https://packagist.org/packages/arus/php-coding-standard) +[![License](https://poser.pugx.org/arus/php-coding-standard/license)](https://packagist.org/packages/arus/php-coding-standard) + +## Installation + +```bash +composer require arus/php-coding-standard +``` + +## How to use? + +```xml + + + + + src + tests + +``` + +## Useful links + +* https://www.php-fig.org/psr/psr-1/ +* https://www.php-fig.org/psr/psr-2/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..094e1ef --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "arus/php-coding-standard", + "description": "PHP Coding Standard for Arus Team", + "keywords": ["fenric", "arus", "autorus", "php-coding-standard", "psr-1", "psr-2"], + "homepage": "https://github.com/autorusltd/php-coding-standard", + "license": "MIT", + "authors": [ + { + "name": "Anatoly Fenric", + "email": "anatoly@fenric.ru", + "homepage": "https://anatoly.fenric.ru/" + } + ] +} diff --git a/ruleset.xml b/ruleset.xml new file mode 100644 index 0000000..3216a9e --- /dev/null +++ b/ruleset.xml @@ -0,0 +1,11 @@ + + + Arus Coding Standard + + + + + + + +