Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions data/tools/mago.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: mago
categories:
- linter
- formatter
tags:
- php
license: MIT License
types:
- cli
source: 'https://github.com/carthage-software/mago'
homepage: 'https://mago.carthage.software'
description: >-
Mago is a complete toolchain for PHP, written in Rust, designed from the ground up for maximum performance.

- ✨ A blazing-fast formatter that automatically formats your code according to PER-CS, ending style debates forever.
- 🔎 An intelligent linter that catches stylistic issues, inconsistencies, and code smells before they become problems.
- 🔬 A powerful static analyzer that finds type errors and logical bugs in your code without you ever having to run it.
- 🛡️ A robust architectural guard that enforces dependency rules and structural conventions.

Loading