Download the PHP package prabath/security-audit without Composer
On this page you can find all versions of the php package prabath/security-audit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download prabath/security-audit
More information about prabath/security-audit
Files in prabath/security-audit
Download prabath/security-audit
More information about prabath/security-audit
Files in prabath/security-audit
Vendor prabath
Package security-audit
Short Description A package to scan for common security vulnerabilities in PHP applications
License MIT
Package security-audit
Short Description A package to scan for common security vulnerabilities in PHP applications
License MIT
Please rate this library. Is it a good library?
Informations about the package security-audit
Security Audit Package
A simple PHP package for conducting security audits on your codebase. This package checks for common security vulnerabilities and provides a report on potential issues.
Features
- Checks for SQL injection vulnerabilities
- Identifies hardcoded sensitive information
- Evaluates password security practices
- Provides a command-line interface for easy usage
Installation
You can install the package via Composer. Run the following command in your project directory:
Usage
use Prabath\SecurityAudit\SecurityAudit;
// Create an instance of the SecurityAudit class
$audit = new SecurityAudit();
// Run the audit
$audit->run();All versions of security-audit with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
The package prabath/security-audit contains the following files
Loading the files please wait ...