-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Cédric Belin edited this page Jul 28, 2025
·
1 revision
Before installing PHP Minifier, you need to make sure you have the .NET SDK and the .NET CLI tool up and running.
You can verify if you're already good to go with the following command:
dotnet --version
# 9.0.302
From a command prompt, run:
# At the root of your project folder...
dotnet add package Belin.PhpMinifier
Now in your C# code, you can use:
using Belin.PhpMinifier;