Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleantalk/_spbct-signatures-analyser
https://github.com/cleantalk/_spbct-signatures-analyser
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cleantalk/_spbct-signatures-analyser
- Owner: CleanTalk
- License: gpl-3.0
- Created: 2023-01-26T12:18:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T06:52:25.000Z (6 months ago)
- Last Synced: 2024-11-01T16:48:45.955Z (2 months ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CleanTalk security scanner - Signatures Analysing module
## Install
```
composer require cleantalk/spbct-signatures-analyser
```## Using
```php
scanFile($file_to_check, $root_dir_patn, $sigantures);var_dump($res); // $res will contain the scanning result
```