flatcc 24.3.25

Build-time convenience utilities for flatbuffers
Documentation
1
2
3
4
5
6
7
8
9
10
from golden_utils import flatc_golden


def flatc(options, schema):
    # Wrap the golden flatc generator with PHP specifics
    flatc_golden(options=["--php"] + options, schema=schema, prefix="php")


def GeneratePhp():
    flatc([], "basic.fbs")