Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cleantalk/_spbct-signatures-analyser


https://github.com/cleantalk/_spbct-signatures-analyser

Last synced: about 1 month ago
JSON representation

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
```