PHPackages                             enomotodev/php-cs-fixer-commit - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. enomotodev/php-cs-fixer-commit

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

enomotodev/php-cs-fixer-commit
==============================

Create commit of php-cs-fixer

v1.1.1(4y ago)18123.4k↓20.8%5[1 issues](https://github.com/enomotodev/php-cs-fixer-commit/issues)MITPHP

Since Jun 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/enomotodev/php-cs-fixer-commit)[ Packagist](https://packagist.org/packages/enomotodev/php-cs-fixer-commit)[ Docs](https://enomotodev.hatenablog.com/)[ RSS](/packages/enomotodev-php-cs-fixer-commit/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (13)Used By (0)

php-cs-fixer-commit
===================

[](#php-cs-fixer-commit)

Installation
------------

[](#installation)

```
$ composer require --dev enomotodev/php-cs-fixer-commit

```

Usage (GitHub + GitHub Actions)
-------------------------------

[](#usage-github--github-actions)

### Create workflow file

[](#create-workflow-file)

In `.github/workflows` , add a .yml or .yaml file for your workflow.

For example, `.github/workflows/php-cs-fixer-commit.yml` .

```
name: php-cs-fixer-commit

on:
  push:

jobs:
  php-cs-fixer-commit:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Install Dependencies
        run: composer install
      - name: php-cs-fixer-commit
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        run: ./vendor/bin/php-cs-fixer-commit
```

NOTE: Please make sure you replace `` and `` with yours.

Usage (GitHub + CircleCI)
-------------------------

[](#usage-github--circleci)

### Setting GitHub personal access token to CircleCI

[](#setting-github-personal-access-token-to-circleci)

GitHub personal access token is required for sending pull requests to your repository.

1. Go to [your account's settings page](https://github.com/settings/tokens) and generate a personal access token with "repo" scope
2. On CircleCI dashboard, go to your application's "Project Settings" -&gt; "Environment Variables"
3. Add an environment variable `GITHUB_ACCESS_TOKEN` with your GitHub personal access token

### Configure circle.yml

[](#configure-circleyml)

Configure your `circle.yml` or `.circleci/config.yml` to run `php-cs-fixer-commit`, for example:

```
version: 2

jobs:
  build:
    # ...
    fixer:
      steps:
        # ...
        - run:
            name: php-cs-fixer-commit
            command: ./vendor/bin/php-cs-fixer-commit
```

NOTE: Please make sure you replace `` and `` with yours.

Usage (GitLab + GitLabCI)
-------------------------

[](#usage-gitlab--gitlabci)

### Setting GitLab personal access token to GitLabCI

[](#setting-gitlab-personal-access-token-to-gitlabci)

GitLab personal access token is required for sending merge requests to your repository.

1. Go to [your account's settings page](https://gitlab.com/profile/personal_access_tokens) and generate a personal access token with "api" scope
2. On GitLab dashboard, go to your application's "Settings" -&gt; "CI /CD" -&gt; "Environment variables"
3. Add an environment variable `GITLAB_API_PRIVATE_TOKEN` with your GitLab personal access token

### Configure .gitlab-ci.yml

[](#configure-gitlab-ciyml)

Configure your `.gitlab-ci.yml` to run `php-cs-fixer-commit`, for example:

```
stages:
  # ...
  - fixer

# ...

fixer-commit:
  image: composer:latest
  stage: fixer
  script:
    - "composer install"
    - "$COMPOSER_HOME/vendor/bin/php-cs-fixer-commit  "
```

NOTE: Please make sure you replace `` and `` with yours.

License
-------

[](#license)

php-cs-fixer-commit is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~76 days

Recently: every ~194 days

Total

12

Last Release

1708d ago

Major Versions

v0.0.9 → v1.0.02020-05-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/255b3783a324b37c24b23bcc623ba3fb28295c436cf73c41ec88beeb53cad43e?d=identicon)[enomotodev](/maintainers/enomotodev)

---

Top Contributors

[![enomotodev](https://avatars.githubusercontent.com/u/14838165?v=4)](https://github.com/enomotodev "enomotodev (12 commits)")[![9bo9bo](https://avatars.githubusercontent.com/u/8285011?v=4)](https://github.com/9bo9bo "9bo9bo (2 commits)")[![ksmakey](https://avatars.githubusercontent.com/u/7466765?v=4)](https://github.com/ksmakey "ksmakey (1 commits)")

---

Tags

circlecigitlab-ciphpgithubgitlabCircleCIgitlabci

### Embed Badge

![Health badge](/badges/enomotodev-php-cs-fixer-commit/health.svg)

```
[![Health](https://phpackages.com/badges/enomotodev-php-cs-fixer-commit/health.svg)](https://phpackages.com/packages/enomotodev-php-cs-fixer-commit)
```

###  Alternatives

[ondram/ci-detector

Detect continuous integration environment and provide unified access to properties of current build

22253.3M44](/packages/ondram-ci-detector)[producer/producer

Tools for releasing library packages; supports Git, Mercurial, Github, Gitlab, and Bitbucket.

10419.2k3](/packages/producer-producer)[unicodeveloper/laravel-emoji

A Laravel 5 Package for Using &amp; Working With Emojis

21025.1k](/packages/unicodeveloper-laravel-emoji)[unicodeveloper/laravel-identify

A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language

19222.0k](/packages/unicodeveloper-laravel-identify)[jwage/changelog-generator

Generate a markdown changelog document from a GitHub milestone.

10374.2k](/packages/jwage-changelog-generator)[victorybiz/geoip-location

Get the geographical location of website visitors based on their IP addresses. Support Laravel and PHP (Non-Laravel) Project.

22164.3k2](/packages/victorybiz-geoip-location)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
