Search by

Packages from elephentity · Transparency log

  • PHP

    elephentity/cli

    The eleph command: validate, generate, check, fmt. Build-time only.

  • PHP

    elephentity/codegen

    The Elephentity code generator: runs a project's language builders, then signs and writes what they return.

  • PHP

    elephentity/codegen-php

    The PHP builder for Elephentity: compiles the IR into locked PHP. Build-time only.

  • PHP

    elephentity/codegen-wordpress

    The WordPress builder for Elephentity: compiles the IR into the physical schema WordPress needs. Build-time only.

  • PHP

    elephentity/codegen-wpgraphql

    The WPGraphQL builder for Elephentity: compiles the IR into a GraphQL manifest and a conformance verifier. Build-time only.

  • PHP

    elephentity/elephentity

    Compatibility package for the Elephentity runtime. Install elephentity/cli separately for development.

  • PHP

    elephentity/memory

    An in-process StorageAdaptor with no backend of its own. The neutral driver for a project that wants raw PHP objects rather than WordPress.

  • PHP

    elephentity/runtime

    Elephentity runtime contracts: storage port, unit of work, verification, loaders.

  • PHP

    elephentity/schema

    Spec parser, JSON Schema, pattern resolution and IR for Elephentity. Build-time only.

  • PHP

    elephentity/wordpress

    WordPress storage adaptor for Elephentity. The only package permitted to reference WP symbols.

  • PHP

    elephentity/wpgraphql

    Exposes Elephentity entities and mutators to WPGraphQL from a compiled manifest.