lambdatt-php/auxdata

A SplitPHP Framework plugin which provide useful auxiliar data.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:splitphp-module

pkg:composer/lambdatt-php/auxdata

v0.1.2 2025-10-09 01:31 UTC

This package is auto-updated.

Last update: 2025-10-09 01:33:24 UTC


README

A SplitPHP Framework plugin which provide useful auxiliar data.

Installation

Install via Composer:

composer require lambdatt-php/auxdata

Run the Migrations:

php console migrations:apply --module=auxdata

Config which aux entities you want to use: file "config.json"

{
    "entities": [
        "marital_status",
        "kinship"
    ]
}

PS: this can only be installed on a SplitPHP Framework project. For more information refer to: https://github.com/splitphp/core

Usage: