Download the PHP package mohamedhekal/laravel-vulnerability-audit without Composer

On this page you can find all versions of the php package mohamedhekal/laravel-vulnerability-audit. 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 laravel-vulnerability-audit

๐Ÿ” Laravel Vulnerability Audit Package

Latest Version on Packagist Total Downloads Tests

A comprehensive security audit package for Laravel applications that scans for vulnerabilities, weak configurations, and security best practices. This package helps developers and teams ensure their Laravel projects follow security best practices before deployment.

๐ŸŽฏ Features

๐Ÿ”‘ Password Strength Scanner

โš™๏ธ Environment Configuration Checker

๐Ÿง‘โ€๐Ÿ’ป User Role & Permissions Analyzer

๐Ÿ—ƒ๏ธ Database Schema Analyzer

๐Ÿ“ฆ Composer Package Version Checker

๐Ÿงพ File Permissions Scanner

๐Ÿ” Additional Security Checks

๐Ÿ“ฆ Installation

Via Composer

Publish Configuration

๐Ÿš€ Quick Start

Basic Security Scan

Generate Detailed Report

Scheduled Security Audits

๐Ÿ“‹ Configuration

The configuration file config/vulnerability-audit.php allows you to customize:

๐Ÿ› ๏ธ Usage Examples

Command Line Interface

Programmatic Usage

Web Dashboard

Access the security dashboard at /security-audit (if enabled):

๐Ÿ“Š Report Formats

Console Output

HTML Report

Generates a beautiful, interactive HTML report with:

PDF Report

Professional PDF reports suitable for:

๐Ÿ”ง Custom Scanners

Create custom security scanners:

Register in configuration:

๐Ÿšจ Notifications

Configure notifications for security issues:

๐Ÿงช Testing

๐Ÿ“ˆ Security Score Calculation

The package calculates an overall security score based on:

๐Ÿ”„ Scheduled Audits

Add to your Laravel scheduler:

๐Ÿค Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿ“ Changelog

Please see CHANGELOG for more information on what has changed recently.

๐Ÿ”’ Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

๐Ÿ“„ License

The MIT License (MIT). Please see License File for more information.

๐Ÿ™ Acknowledgments

๐Ÿ“ž Support


Made with โค๏ธ by Mohamed Hamad


All versions of laravel-vulnerability-audit with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
laravel/framework Version ^10.0|^11.0
symfony/console Version ^6.0
guzzlehttp/guzzle Version ^7.0
league/flysystem Version ^3.0
barryvdh/laravel-dompdf Version ^2.0
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 mohamedhekal/laravel-vulnerability-audit contains the following files

Loading the files please wait ....