Libraries tagged by aura
aura/payload
383687 Downloads
A Domain Payload implementation.
aura/marshal
143952 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/input
81529 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.
aura/html
281871 Downloads
Provides HTML escapers and helpers, including form input helpers.
aura/auth
243930 Downloads
Provides a unified interface to authenticate a user with local or remote authentication systems.
aura/accept
563092 Downloads
Provides content-negotiation tools using Accept* headers.
ray/aura-session-module
65565 Downloads
Aura Session module for Ray.Di
bear/aura-router-module
473980 Downloads
Aura Router v3 module for BEAR.Package
zendframework/zend-expressive-aurarouter
78204 Downloads
Aura.Router integration for Expressive
ray/aura-web-module
330316 Downloads
aura/web module for Ray.Di
middlewares/aura-session
58862 Downloads
Middleware to manage sessions using Aura.Session
aura/installer-default
1984780 Downloads
Installs Aura packages using the Composer defaults.
aura/web-kernel
34589 Downloads
The kernel files for an Aura web project.
aura/uri
83283 Downloads
The Aura Uri package provides objects to build and manipulate URL strings.
aura/signal
64119 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.