Libraries tagged by aura
aura/payload-interface
340639 Downloads
An interface package for Domain Payload implementations.
aura/payload
318480 Downloads
A Domain Payload implementation.
aura/marshal
130760 Downloads
The Aura Marshal package is a data-object marshalling tool; it takes results from data sources and marshals those result sets into domain model objects of your own design, preserving data relationships along the way.
aura/html
230108 Downloads
Provides HTML escapers and helpers, including form input helpers.
aura/accept
484375 Downloads
Provides content-negotiation tools using Accept* headers.
bear/aura-router-module
311709 Downloads
Aura Router v3 module for BEAR.Package
ray/aura-web-module
209192 Downloads
aura/web module for Ray.Di
laminas/laminas-auradi-config
32271 Downloads
PSR-11 Aura.DI container configurator for Laminas and Mezzio applications
samsonasik/error-hero-module
32455 Downloads
A Hero for your Laminas and Mezzio application to trap php errors & exceptions
aura/installer-default
1894323 Downloads
Installs Aura packages using the Composer defaults.
aura/web-kernel
30911 Downloads
The kernel files for an Aura web project.
aura/uri
63439 Downloads
The Aura Uri package provides objects to build and manipulate URL strings.
aura/signal
55171 Downloads
A SignalSlots/EventHandler implementation; with it, we can invoke handlers ('slots' or 'hooks') whenever an object sends a signal ('notification' or 'event') to the signal manager.
aura/project-kernel
71671 Downloads
The shared kernel files for an Aura project.
aura/input
73000 Downloads
This package contains tools to describe and filter user inputs from an HTML form, including sub-forms/sub-fieldsets, fieldset collections, an interface for injecting custom filter systems, and CSRF protection. Note that this package does not include output functionality, although the "hints" provided by the Form object can be used with any presentation system to generate an HTML form.