Download the PHP package stolt/package-analyser without Composer
On this page you can find all versions of the php package stolt/package-analyser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package package-analyser
Package analyser
The package analyser is a utility tool that analyses a 🐘 project/micro-📦 for its structure, and provides tips on best practices for such one. It's also my first TUI (Terminal User Interface) written in Laravel Zero, so bear with me.
Installation
The package analyser TUI should be installed globally through Composer.
Make sure that the path to your global vendor binaries directory is in your $PATH
.
You can determine the location of your global vendor binaries directory via
composer global config bin-dir --absolute
. This way the package-analyser
executable can be located.
Usage
Run the package analyser TUI within or against a 🐘 project/micro-package directory, and it will analyse the given package and provide tips on best practices when required.
Available options
The --configuration
option allows the usage of a configuration with analyse steps to ignore. If no configuration
is provided the tool will look for an existing .pa.yml
file per default.
The --write-report
option will write an HTML report in the current directory based on the provided package.
The --violations-threshold
option defines the threshold on which the package analysis is considered invalid
and produces a non-zero exit code. Defaults to 0
.
Configuration
To omit steps from the package analysis it's possible to configure these like shown next. The available steps are defined in PackageAnalyser.php.
Running tests
License
This library and its TUI are licensed under the MIT license. Please see LICENSE.md for more details.
Changelog
Please see CHANGELOG.md for more details.
Contributing
Please see CONTRIBUTING.md for more details.
All versions of package-analyser with dependencies
laravel-zero/framework Version ^11.0
nunomaduro/termwind Version ^2.0
symfony/yaml Version ^7.1