phpstan-bin on AUR (Arch User Repository)

Last updated: May 20,2024

1. Install "phpstan-bin" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install phpstan-bin on Arch using YAY

$ yay -S phpstan-bin

* (Optional) Uninstall phpstan-bin on Arch using YAY

$ yay -Rns phpstan-bin

2. Manually Install "phpstan-bin" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone phpstan-bin's git locally

$ git clone https://aur.archlinux.org/phpstan-bin.git ~/phpstan-bin

c. Go to ~/phpstan-bin folder and install it

$ cd ~/phpstan-bin $ makepkg -si

3. Information about the phpstan-bin package on Arch User Repository (AUR)

ID: 1426489
Name: phpstan-bin
PackageBaseID: 190798
PackageBase: phpstan-bin
Version: 1.10.62-1
Description: PHP Static Analysis Tool - finding errors in your code without actually running it
URL: https://github.com/phpstan/phpstan
NumVotes: 2
Popularity: 0.208499
OutOfDate:
Maintainer: aragon123
Submitter: aragon123
FirstSubmitted: 1677343927
LastModified: 1710338407
URLPath: /cgit/aur.git/snapshot/phpstan-bin.tar.gz