marknl/iodef

Library for parsing IODEF in PHP

Maintainers

Package info

github.com/marknl/iodef

Homepage

pkg:composer/marknl/iodef

Statistics

Installs: 3 214

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

2.0 2017-11-07 13:22 UTC

This package is not auto-updated.

Last update: 2026-03-26 07:44:38 UTC


README

Build Status Latest Stable Version Total Downloads License

Introduction

This PHP library offers a way to read and write data from and to a iodef formatted file. IODEF: Incident Object Description Exchange Format is described in RFC5070 and was published in 2007.

Features

  • Read an IODEF document
  • Write an IODEF document

Documentation

Installation

This library is available on Packagist. The recommended way to install it is through Composer:

$ composer require marknl/iodef