Skip to content
Snippets Groups Projects
A

Abivia

Public packages

  • Abivia NextForm

    NextForm is a zero-HTML PHP generator for HTML forms. Form definitions can be read from JSON/YAML or created on the fly by an application. Render engines allow NextForm to target multiple client side frameworks from single form specification.

  • A

    Service provider and bridge to add NextForm capabilities to Laravel applications.

  • A

    This is a demonstration and development test bench for abivia/nextform-laravel, a bridge between our NextForm form generator and Laravel.

  • Configurable

    Easily construct, hydrate/populate, and validate complex nested class structures from simple configuration files. Configurable is a PHP trait that transforms nested stdClass objects (typically from JSON or YAML files) into application models.

  • C

    Examples for the Configurable trait.

  • C

    Crude contact form with spam defense

  • Hydration

    Hydration populates complex data structures from user editable JSON or YAML sources. It can map user data into your application classes while validating and transforming the data.