titoshadow/ids-rule-parser

A PHP library for parsing IDS rules (Suricata, Snort), ported from py-suricataparser

Installs: 414

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/titoshadow/ids-rule-parser

v1.0.2 2024-12-13 23:25 UTC

This package is auto-updated.

Last update: 2025-10-14 01:19:48 UTC


README

Lightweight, native PHP library for parsing IDS rules, such as Suricata or Snort rules.

This is a port from py-suricataparser on https://github.com/m-chrome/py-suricataparser

Features

  • Parse individual IDS rules, lists or files.
  • Framework-independent

Installation

To include IDSRuleParser in your project, use Composer to add it as a dependency:

composer require titoshadow/ids-rule-parser