PHPackages                             kocal/oxlint-bundle - 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. kocal/oxlint-bundle

Abandoned → [kocal/oxc-bundle](/?search=kocal%2Foxc-bundle)ArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

kocal/oxlint-bundle
===================

A Symfony Bundle to easily download and use Oxlint (from the Oxc project) in your Symfony applications, to lint your front assets without needing Node.js.

v1.1.1(8mo ago)4961[1 issues](https://github.com/Kocal/OxlintBundle/issues)[1 PRs](https://github.com/Kocal/OxlintBundle/pulls)MITPHPPHP &gt;=8.1

Since Jul 22Pushed 3mo agoCompare

[ Source](https://github.com/Kocal/OxlintBundle)[ Packagist](https://packagist.org/packages/kocal/oxlint-bundle)[ RSS](/packages/kocal-oxlint-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

Warning

This package has been deprecated in favor of [Kocal/OxcBundle](https://github.com/Kocal/OxcBundle).

---

OxlintBundle
============

[](#oxlintbundle)

[![.github/workflows/ci.yaml](https://github.com/Kocal/OxlintBundle/actions/workflows/ci.yaml/badge.svg)](https://github.com/Kocal/OxlintBundle/actions/workflows/ci.yaml)[![Packagist Version](https://camo.githubusercontent.com/f935684bd207663f3563202645c83ed79d1888f66141075c6acf589001f4cde4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6f63616c2f6f786c696e742d62756e646c65)](https://packagist.org/packages/kocal/oxlint-bundle)

A Symfony Bundle to easily download and use [Oxlint](https://oxc.rs/docs/guide/usage/linter) (from the [Oxc project](https://oxc.rs/)) in your Symfony applications, to lint your front assets without needing Node.js (ex: when using [Symfony AssetMapper](https://symfony.com/doc/current/frontend/asset_mapper.html)).

Tip

If you prefer to use Biome.js instead, check [Kocal/BiomeJsBundle](https://github.com/Kocal/BiomeJsBundle)!

---

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

[](#installation)

Install the bundle with Composer:

```
composer require kocal/oxlint-bundle --dev
```

If you use [Symfony Flex](https://symfony.com/doc/current/setup/flex.html), everything must be configured automatically. If that's not the case, please follow the next steps:

Manual installation steps1. Register the bundle in your `config/bundles.php` file:

```
return [
    // ...
    Kocal\OxlintBundle\KocalOxlintBundle::class => ['dev' => true],
];
```

2. Create the configuration file `config/packages/kocal_oxlint.yaml`:

```
when@dev:
    kocal_oxlint:
        # The Oxlint binary version to use, that you can find at https://github.com/oxc-project/oxc/tags,
        # it follows the pattern "oxlint_v"
        binary_version: '1.8.0'
```

3. Create the recommended `.oxlintrc.json` file at the root of your project:

```
{
  "ignorePatterns": [
    "assets/vendor/**",
    "public/assets/**",
    "public/bundles/**",
    "var/**",
    "vendor/**"
  ]
}
```

Configuration
-------------

[](#configuration)

The bundle is configured in the `config/packages/kocal_oxlint.yaml` file:

```
when@dev:
    kocal_oxlint:

        # The Oxlint binary version to use, that you can find at https://github.com/oxc-project/oxc/tags,
        # it follows the pattern "oxlint_v"
        binary_version: '1.8.0'
```

Usage
-----

[](#usage)

### `oxlint:download`

[](#oxlintdownload)

Download the Oxlint binary for your configured version and for your platform (Linux, macOS, Windows).

By default, the command will download the binary in the `bin/` directory of your project.

```
php bin/console oxlint:download
bin/oxlint --version

# or, with a custom destination directory
php bin/console oxlint:download path/to/bin
path/to/bin/oxlint --version
```

Inspirations
------------

[](#inspirations)

-
-

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance66

Regular maintenance activity

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~21 days

Total

3

Last Release

258d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/193fce7c976005d2fdb59268f6ebc90f262d21e3cbc01e65300200ff70d74fe6?d=identicon)[Kocal](/maintainers/Kocal)

---

Top Contributors

[![Kocal](https://avatars.githubusercontent.com/u/2103975?v=4)](https://github.com/Kocal "Kocal (8 commits)")[![jmsche](https://avatars.githubusercontent.com/u/3929498?v=4)](https://github.com/jmsche "jmsche (1 commits)")

---

Tags

symfonybundleoxlintoxc

###  Code Quality

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kocal-oxlint-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kocal-oxlint-bundle/health.svg)](https://phpackages.com/packages/kocal-oxlint-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[shyim/danger-php

Port of danger to PHP

8544.9k](/packages/shyim-danger-php)[kocal/biome-js-bundle

A Symfony Bundle to easily download and use Biome.js in your Symfony applications, to lint your front assets without needing Node.js.

30131.3k4](/packages/kocal-biome-js-bundle)

PHPackages © 2026

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