Download the PHP package codelytv/coding-style without Composer
On this page you can find all versions of the php package codelytv/coding-style. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codelytv/coding-style
More information about codelytv/coding-style
Files in codelytv/coding-style
Download codelytv/coding-style
More information about codelytv/coding-style
Files in codelytv/coding-style
Vendor codelytv
Package coding-style
Short Description PHP Coding Style rules we use in Codely
License AGPL-3.0-or-later
Package coding-style
Short Description PHP Coding Style rules we use in Codely
License AGPL-3.0-or-later
Keywords static analysisCode style
Please rate this library. Is it a good library?
Informations about the package coding-style
✍️ Codely's Easy Coding Standards configuration
Opinionated linting configuration considering modern PHP best practices and providing consistency. 👌
Take a look, play and have fun with this.
Stars are welcome 😊
👀 How to use
-
Install the dependency
-
Add it to your
ecs.php
file: - Execute it:
🤔 What it does
- Lints PHP using PSR-12
- Extends some config (you can see all the rules here)
- Use tabs to indent (reason). If you want to use spaces, you can add the
following line at the end of your
ecs.php
:
📦 How to release a new version
Simply create a new GitHub Release following semantic versioning.
👌 Codely Code Quality Standards
Publishing this package we are committing ourselves to the following code quality standards:
- 🤝 Respect Semantic Versioning: No breaking changes in patch or minor versions
- 🤏 No surprises in transitive dependencies: Use the bare minimum dependencies needed to meet the purpose
- 🎯 One specific purpose to meet without having to carry a bunch of unnecessary other utilities
- 📖 Well documented Readme showing how to install and use
- ⚖️ License favoring Open Source and collaboration
All versions of coding-style with dependencies
PHP Build Version
Package Version
Requires
symplify/easy-coding-standard Version
^12.0
The package codelytv/coding-style contains the following files
Loading the files please wait ....