yharahuts/php-followthemoney

PHP library to work with Follow the Money entities

v1.2.2 2023-11-21 02:30 UTC

This package is auto-updated.

Last update: 2024-04-21 03:18:57 UTC


README

Little lib to handle FollowTheMoney data format.

Methods and interfaces probably will be rewritten at some time.

Demo

Pack statements to model:

cat demo/statements.jsonl | docker compose run --rm -T php-cli php demo/statements-to-model.php

Unpack model to statements:

cat demo/model.json | docker compose run --rm -T php-cli php demo/model-to-statements.php