Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teodoroleckie/injector-detect
⚡ Check insecure request parameters
https://github.com/teodoroleckie/injector-detect
injector-detect php php-injector-detect php8 requests security serverrequestinterface
Last synced: about 1 month ago
JSON representation
⚡ Check insecure request parameters
- Host: GitHub
- URL: https://github.com/teodoroleckie/injector-detect
- Owner: teodoroleckie
- License: mit
- Created: 2021-05-04T12:29:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T07:22:27.000Z (over 3 years ago)
- Last Synced: 2024-09-28T20:40:44.863Z (about 2 months ago)
- Topics: injector-detect, php, php-injector-detect, php8, requests, security, serverrequestinterface
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Check insecure request parameters
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/teodoroleckie/injector-detect/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/teodoroleckie/injector-detect/?branch=main)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/teodoroleckie/injector-detect/badges/code-intelligence.svg?b=main)](https://scrutinizer-ci.com/code-intelligence)
[![Build Status](https://scrutinizer-ci.com/g/teodoroleckie/injector-detect/badges/build.png?b=main)](https://scrutinizer-ci.com/g/teodoroleckie/injector-detect/build-status/main)## Installation
You can install the package via composer:
```bash
composer require tleckie/injector-detect
```## Usage
```php
check($request);```