Download the PHP package voku/slop-scan without Composer

On this page you can find all versions of the php package voku/slop-scan. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package slop-scan

CI Latest Stable Version License Donate to this project using Paypal Donate to this project using Patreon

💩 slop-scan

slop-scan: Deterministic PHP CLI for finding explainable slop patterns in PHP repositories.

slop-scan is a static-analysis style heuristic scanner. It is not an authorship detector. It reports concrete findings with rule IDs, evidence, scores, and stable occurrence fingerprints so results can be reviewed, compared, and tracked over time.

This repository started from a fork of modem-dev/slop-scan and was rewritten in PHP with Codex so it fits PHP tooling, packaging, and CI workflows directly.

It ships with AST-backed PHP heuristics, deterministic delta identities, compact baselines, reusable scan caching, and configurable suppressions for real-world repository adoption.

Requirements

Quick start

  1. Install the latest release PHAR:

  2. Scan the current repository:

  3. Pick an output format that matches your workflow:

  4. Ignore generated or irrelevant paths when needed:

The scanner targets PHP source files such as .php, .phtml, and .inc, plus Markdown docs such as .md and .markdown.

If your repository keeps its config outside the scan root, point the scan at it explicitly:

You can also keep common scan defaults in slop-scan.config.json so teams do not need to repeat the same flags on every run:

When present, those config values act as defaults for scan. Explicit CLI flags still win.

What it ships with

More docs

Local development quick start

Install dependencies:

Run the CLI from the repository checkout:

Portable agent skills

This repository keeps vendor-neutral agent skills in .ai/skills/manifest.yaml.

Those files are the repo-owned source of truth for coding agents such as Copilot, Codex, Gemini, or similar tools. Each skill is plain YAML that defines when to use it, which repository command to run, what inputs it expects, what output to prefer, and how to handle common failures.

Current portable skills:


All versions of slop-scan with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
nikic/php-parser Version ^5.7
symfony/console Version ^7.4
voku/simple-php-code-parser Version ^0.21.0
helgesverre/toon Version ^3.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package voku/slop-scan contains the following files

Loading the files please wait ...