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 2 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T07:22:27.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T22:50:50.744Z (about 1 year 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
[](https://scrutinizer-ci.com/g/teodoroleckie/injector-detect/?branch=main)
[](https://scrutinizer-ci.com/code-intelligence)
[](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);
```