Giter Site home page Giter Site logo

tomchochola / php-cs-fixer-config Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 31 KB

Streamline PHP quality with our PHP CS Fixer Config: tailored rules and easy setup for top-tier code across your PHP projects. Ideal for swift, best-practice integration.

License: Other

PHP 89.62% Makefile 5.59% JavaScript 4.79%
best-practises clean-code code-formatting code-quality code-style coding-standards configuration development-tools linting php

php-cs-fixer-config's Introduction

Streamline PHP quality with our PHP CS Fixer Config: tailored rules and easy setup for top-tier code across your PHP projects. Ideal for swift, best-practice integration.

Dive into PHP development with confidence using our PHP CS Fixer Config. Designed to streamline your setup process, this premium suite integrates the latest coding standards, ensuring your projects reflect excellence from the outset. With our simplified configuration, you'll minimize setup time and maximize coding efficiency, enabling you to focus on building robust, high-quality PHP applications. This config is a testament to our commitment to quality, incorporating extensive research and industry best practices. Ideal for developers at any expertise level seeking a reliable, up-to-date tool for maintaining code quality and consistency.

👌 Top Reasons to Opt for Our Premium PHP CS Fixer Config

By incorporating our Premium PHP CS Fixer Config into your projects, you're not just adopting a set of rules; you're embracing a philosophy of excellence that distinguishes your work in the realm of PHP development.

⏱️ Setup in Just 5 Minutes

Kickstart your PHP projects with unparalleled ease. Our PHP CS Fixer Config is designed for rapid integration, enabling you to implement the latest coding standards in your project swiftly and effortlessly.

🕒 Hundreds of Hours of Research, So You Don't Have To

Delve into PHP projects equipped with state-of-the-art rules and configurations, honed through extensive research and development. Our premium suite embodies the pinnacle of PHP coding practices, sparing you the extensive effort of staying abreast with the latest standards.

🎚️ Minimal Setup, Maximum Efficiency

Achieve optimal code quality without the complexity. Our simplified configuration approach means you spend less time on setup and more on coding, enhancing productivity without sacrificing standards.

📘 Zero Expertise Required

Our configurations are built with all developers in mind, regardless of their PHP CS Fixer familiarity. This accessibility ensures that you can elevate your code quality immediately, regardless of your prior experience with PHP CS standards.

🔄 Continuously Updated

Stay ahead of the curve in the ever-evolving PHP landscape. Our configurations are regularly refined to incorporate the latest PHP CS Fixer rules and best practices, ensuring your projects are always in line with industry-leading standards.

⚔️ Battle-Tested Reliability

Depend on configurations that have been rigorously tested across a spectrum of PHP projects. From small-scale applications to large, complex systems, our PHP CS Fixer Config provides a reliable foundation for maintaining high code quality.

🏆 Premier Quality Guarantee

Embrace a PHP CS Fixer solution that reflects a steadfast commitment to excellence. Our configurations go beyond mere tools; they represent a premium standard in PHP development, ensuring your projects are synonymous with quality and professionalism.

🛡️ License & Usage

Copyright © 2024+ Tomáš Chochola [email protected] - All Rights Reserved

License

This software is the exclusive property of Tomáš Chochola, protected by copyright laws.
Although the source code may be accessible, it is not free for use without a valid license.
A valid license, obtainable through proper channels, is required for any software use.
For licensing or inquiries, please contact Tomáš Chochola or refer to the GitHub Sponsors page.

The full license terms are detailed in the LICENSE.md file within the source code repository.
The terms are subject to changes. Users are encouraged to review them periodically.

Acquiring a License

To use this software, you must obtain a valid license available through a monthly subscription on the GitHub Sponsors platform.
This platform has been chosen for its reliability and ease of use, providing a secure and straightforward way to manage your subscription.

🖍️ Highlights

  • Cutting-edge PHP CS Fixer Rules: Incorporates the latest advancements in PHP coding standards.
  • Simplified Configuration: Introduces an easy-to-use configuration system for hassle-free setup.
  • Diverse Environment Support: Includes configurations tailored to a wide range of PHP projects.
  • Efficient Exclusion Patterns: Comes with pre-set exclusion rules for cleaner and more effective code linting.
  • Code Quality Enforcement: Promotes best coding practices and ensures high-quality code standards.

🎨 Available Configuration Presets

Choose from a variety of preconfigured presets:

  • recommended: Ideal for React projects with TypeScript.
  • tomchochola: A specialized configuration used by Tomáš Chochola himself, incorporating custom proprietary docblock sections and other personal coding preferences. This preset serves as a reference or example and may not be directly applicable to other projects without modification.

🎬 Get Started

1️⃣ License Acquisition

Secure your license at Tomáš Chochola's GitHub Sponsors page.

2️⃣ Package Installation

Add the following to your composer.json:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/tomchochola/php-cs-fixer-config.git"
    }
]

Then, execute:

composer require --dev tomchochola/php-cs-fixer-config:@dev

3️⃣ Configuration

Set up your .php-cs-fixer.php as follows:

<?php

declare(strict_types=1);

use Tomchochola\PhpCsFixerConfig\Configs\Recommended;
use Tomchochola\PhpCsFixerConfig\Preset;

return Preset::make(__DIR__, Recommended::config());

4️⃣ Attribution

Please ensure to manually give credits to the authors in your project documentation or wherever appropriate, as per the license agreement.

5️⃣ Usage

# To fix issues
./vendor/bin/php-cs-fixer fix

# To check for issues
./vendor/bin/php-cs-fixer fix --dry-run --diff

🤵 The Proprietor: Tomáš Chochola

Elite developer crafting exclusive, enterprise-grade software, professional packages, and premium templates to elevate your digital landscape.

🌐 Discover Tomáš Chochola's GitHub Universe

Explore the boundless creativity and innovation in Tomáš Chochola's GitHub repository. As the epicenter of my digital creations, it offers an extensive collection of avant-garde software packages, refined libraries, and polished templates, meticulously crafted to enhance your development journey. Immerse yourself in a world where efficiency and elegance converge, and elevate your projects with tools that redefine excellence.

💰 Empower Innovation: Support and Subscribe

Your support transcends mere contributions; it's the lifeblood of innovation and growth. By subscribing for premium access or becoming a sponsor, you directly contribute to the advancement of high-caliber software. Embrace the opportunity to be part of a visionary journey by visiting my GitHub Sponsors profile.

🤝 Join Forces with Tomáš Chochola

Embark on a collaborative venture with a developer whose passion for perfection knows no bounds. Whether it's for groundbreaking startups, global enterprises, or transformative government projects, my arsenal of skills is at your command. Let's merge visions and craftsmanship to forge software that stands a class apart. Connect with me at [email protected] for collaborations that transcend conventional boundaries.

php-cs-fixer-config's People

Contributors

tomchochola avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.