PHPackages                             jskrd/pint-config - 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. jskrd/pint-config

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

jskrd/pint-config
=================

Laravel Pint config for PHP code formatting

v1.0.0(2y ago)039MIT

Since Apr 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jskrd/pint-config)[ Packagist](https://packagist.org/packages/jskrd/pint-config)[ RSS](/packages/jskrd-pint-config/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel Pint Config
===================

[](#laravel-pint-config)

About
-----

[](#about)

This package provides a [Laravel Pint](https://laravel.com/docs/pint) configuration for PHP projects which follow the [PSR-12 coding style](https://www.php-fig.org/psr/psr-12/) and coding style commonly seen in the official PHP documentation.

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

[](#installation)

Install the package using Composer:

```
composer require --dev laravel/pint jskrd/pint-config
```

Usage
-----

[](#usage)

Either run Pint directly with the configuration file:

```
./vendor/bin/pint --config vendor/jskrd/pint-config/pint.json
```

Or add a `format` script to your `composer.json` file to run Pint with the configuration file:

```
composer config scripts.format 'pint --config vendor/jskrd/pint-config/pint.json' --file composer.json
```

And run the script:

```
composer format
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

771d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/587e6ecdf4390cff373eb7b059d1cd70d07b08cfad033517072c96ec97e405c2?d=identicon)[jskrd](/maintainers/jskrd)

---

Top Contributors

[![jskrd](https://avatars.githubusercontent.com/u/28203638?v=4)](https://github.com/jskrd "jskrd (9 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jskrd-pint-config/health.svg)

```
[![Health](https://phpackages.com/badges/jskrd-pint-config/health.svg)](https://phpackages.com/packages/jskrd-pint-config)
```

PHPackages © 2026

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