sieboldianus/lbsnstructure

A php compiled version of the common location based social network (LBSN) data structure concept (ProtoBuf) to handle cross network Social Media data in PHP.

v1.0.0 2019-08-08 12:12 UTC

This package is not auto-updated.

Last update: 2024-04-13 03:58:17 UTC


README

packagist pipeline

LBSNSTRUCTURE

A php compiled version of the common location based social network (LBSN) data structure concept (ProtoBuf) to handle cross network Social Media data in PHP. There are several motivations for prividing a common LBSN interchange data structure. Firstly, the GDPR directly requests Social Media Network operators to allow users to transfer accounts and data inbetween services. While there are attempts by Google, Facebook etc. (see data-transfer-project), it is not currently possible. With this structure concept, we follow an independent road. A primary goal is to systematically characterize LBSN data aspects in a common scheme that enables privacy-by-design for connected software, transfer scripts and database design.

Quick Start

Install with:

composer require sieboldianus/lbsnstructure

Import to php project with:

use Lbsn\Structure\Post;
require lbsnPost.php

Semantic release

We make use of automatic versioning using semantic-release workflow. To auto-increase version based on commits, use:

semantic-release publish